Searched defs:p (Results 1 – 10 of 10) sorted by relevance
/misc/ |
A D | fd_to_filename.c | 30 char *p = mempcpy (storage->buffer, FD_TO_FILENAME_PREFIX, in __fd_to_filename() local
|
A D | init-misc.c | 33 char *p = strrchr (argv[0], '/'); in weak_alias() local
|
A D | ttyslot.c | 45 char *p; in ttyslot() local
|
A D | tst-syscalls.c | 47 void *p = mmap (0x0, bytes, PROT_READ | PROT_WRITE, in allocate() local 139 void *p = reallocate (array); in do_test() local
|
A D | getttyent.c | 68 char *p; in __getttyent() local 177 value (char *p) in value()
|
A D | tst-pselect.c | 68 pid_t p = xfork (); in test_pselect_basic() local
|
A D | tst-efgcvt-template.c | 147 char *p; in test() local 191 char *p; in special() local
|
A D | tsearch.c | 160 check_tree_recurse (node p, int d_sofar, int d_total) in check_tree_recurse() 182 node p; in check_tree() local 231 node p = DEREFNODEPTR(parentp); in maybe_split_for_insert() local 405 node p, q, r, retval; in weak_alias() local
|
A D | mntent_r.c | 271 char *rest = mnt->mnt_opts, *p; in weak_alias() local
|
/misc/sys/ |
A D | syslog.h | 62 #define LOG_PRI(p) ((p) & LOG_PRIMASK) argument 119 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) argument
|
Completed in 15 milliseconds