Home
last modified time | relevance | path

Searched refs:p (Results 1 – 12 of 12) sorted by relevance

/misc/
A Dgetttyent.c68 char *p; in __getttyent() local
87 ++p; in __getttyent()
88 if (*p && *p != '#') in __getttyent()
94 p = skip(p); in __getttyent()
98 p = skip(p); in __getttyent()
102 p = skip(p); in __getttyent()
109 for (; *p; p = skip(p)) { in __getttyent()
130 if ((p = strchr (p, '\n'))) in __getttyent()
149 for (q = 0, t = p; (c = *p) != '\0'; p++) { in weak_alias()
155 p++; in weak_alias()
[all …]
A Dgetauxval.c27 ElfW(auxv_t) *p; in __getauxval2()
42 for (p = GLRO(dl_auxv); p->a_type != AT_NULL; p++) in __getauxval2()
43 if (p->a_type == type) in __getauxval2()
45 *result = p->a_un.a_val; in __getauxval2()
A Dttyslot.c45 char *p; in ttyslot() local
59 if ((p = strrchr (name, '/'))) in ttyslot()
60 ++p; in ttyslot()
62 p = name; in ttyslot()
64 if (!strcmp(ttyp->ty_name, p)) { in ttyslot()
A Dtsearch.c168 check_tree_recurse (LEFT(p), d_sofar + (LEFT(p) && !RED(LEFT(p))), in check_tree_recurse()
170 check_tree_recurse (RIGHT(p), d_sofar + (RIGHT(p) && !RED(RIGHT(p))), in check_tree_recurse()
172 if (LEFT(p)) in check_tree_recurse()
173 assert (!(RED(LEFT(p)) && RED(p))); in check_tree_recurse()
174 if (RIGHT(p)) in check_tree_recurse()
175 assert (!(RED(RIGHT(p)) && RED(p))); in check_tree_recurse()
182 node p; in check_tree() local
186 for(p = LEFT(root); p; p = LEFT(p)) in check_tree()
454 retval = p; in weak_alias()
561 r = p; in weak_alias()
[all …]
A Dinit-misc.c33 char *p = strrchr (argv[0], '/'); in weak_alias() local
34 if (p == NULL) in weak_alias()
37 __progname = p + 1; in weak_alias()
A Dfd_to_filename.c30 char *p = mempcpy (storage->buffer, FD_TO_FILENAME_PREFIX, in __fd_to_filename() local
32 *_fitoa_word (descriptor, p, 10, 0) = '\0'; in __fd_to_filename()
A Dtst-efgcvt-template.c147 char *p; in test() local
151 p = efcvt (tests[no].value, tests[no].ndigit, &decpt, &sign); in test()
154 || strcmp (p, tests[no].result) != 0) in test()
158 p, decpt, sign); in test()
191 char *p; in special() local
194 p = ECVT (NAN, 10, &decpt, &sign); in special()
195 if (sign != 0 || strcmp (p, "nan") != 0) in special()
196 output_error (NAME (ECVT), NAN, 10, "nan", 0, 0, p, decpt, sign); in special()
198 p = ECVT (INFINITY, 10, &decpt, &sign); in special()
199 if (sign != 0 || strcmp (p, "inf") != 0) in special()
[all …]
A Dtst-syscalls.c47 void *p = mmap (0x0, bytes, PROT_READ | PROT_WRITE, in allocate() local
49 if (p == MAP_FAILED) in allocate()
52 return __extension__ (struct Array) {bytes, p}; in allocate()
139 void *p = reallocate (array); in do_test() local
140 if (p == MAP_FAILED) in do_test()
145 array.ptr = p; in do_test()
A Dmntent_r.c271 char *rest = mnt->mnt_opts, *p; in weak_alias() local
273 while ((p = strstr (rest, opt)) != NULL) in weak_alias()
275 if ((p == rest || p[-1] == ',') in weak_alias()
276 && (p[optlen] == '\0' || p[optlen] == '=' || p[optlen] == ',')) in weak_alias()
277 return p; in weak_alias()
279 rest = strchr (p, ','); in weak_alias()
A Dtst-pselect.c68 pid_t p = xfork (); in test_pselect_basic() local
69 if (p == 0) in test_pselect_basic()
100 TEST_COMPARE (kill (p, SIGUSR1), 0); in test_pselect_basic()
A DVersions62 # p*
108 # p*
/misc/sys/
A Dsyslog.h62 #define LOG_PRI(p) ((p) & LOG_PRIMASK) argument
119 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) argument

Completed in 22 milliseconds