/dflybsd-src/test/stress/stress2/misc/ |
H A D | rename2.sh | 71 sprintf(dir1, "/tmp/rename.dir.%d", getpid()); function 72 sprintf(dir2, "/tmp/rename.dir.2.%d", getpid()); function
|
H A D | rename.sh | 78 sprintf(dir1, "/tmp/rename.dir.%d", getpid()); function 79 sprintf(dir2, "/tmp/rename.dir.2.%d", getpid()); function
|
H A D | revoke.sh | 82 printf("Parent starting: pid %d\n", getpid()); function 94 printf("Child: pid %d\n", getpid()); function
|
H A D | sem.sh | 85 (void) getpid(); function 93 seed = getpid(); function
|
H A D | syscall2.sh | 110 sprintf(path,"%s.%05d", getprogname(), getpid()); function 136 printf("Testing syscall #%d, pid %d\n", num, getpid()); function
|
H A D | nbufkv.sh | 123 sprintf(path, "%s/nbufkv.%06d", argv[1], getpid()); function
|
H A D | umountf3.sh | 88 sprintf(file,"p%06d", getpid()); function
|
H A D | symlink.sh | 109 pid = getpid(); function
|
H A D | alternativeFlushPath.sh | 85 mypid = getpid(); function
|
H A D | truncate.sh | 65 sprintf(name, "%05d.%05d", getpid(), j); function
|
H A D | kevent3.sh | 66 EV_SET(&ke, getpid(), EVFILT_PROC, EV_ADD, function
|
H A D | statfs.sh | 105 pid = getpid(); function
|
H A D | truncate2.sh | 70 sprintf(name, "%05d.%05d", getpid(), j); function
|
H A D | namecache.sh | 191 if (sprintf(path, "file.0%d", getpid()) < 0) function
|
H A D | fragments.sh | 251 pid = getpid(); function
|
H A D | mmap3.sh | 97 sprintf(path, "/tmp/mmap.%06d.%04d", getpid(), nr); function
|
H A D | mmap2.sh | 80 sprintf(path, "/tmp/mmap.%06d.%04d", getpid(), nr); function
|
/dflybsd-src/sys/sys/ |
H A D | sysunion.h | 32 struct getpid_args getpid; member
|
/dflybsd-src/contrib/expat/lib/ |
H A D | xmlparse.c | 86 # define getpid GetCurrentProcessId macro
|