Searched refs:pcopy (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | tempnam.c | 41 static char *pcopy(); 63 if(x > 0 && access(pcopy(p, tdir), 3) == 0) 65 if(y > 0 && access(pcopy(p, dir), 3) == 0) 67 if(access(pcopy(p, P_tmpdir), 3) == 0) 69 if(access(pcopy(p, "/tmp"), 3) != 0) 89 pcopy(space, arg) function
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | tempnam.c | 47 static char *pcopy(char *, const char *); 71 if (x > 0 && access(pcopy(p, tdir), (W_OK | X_OK)) == 0) 73 if (y > 0 && access(pcopy(p, dir), (W_OK | X_OK)) == 0) 75 if (access(pcopy(p, P_tmpdir), (W_OK | X_OK)) == 0) 77 if (access(pcopy(p, "/tmp"), (W_OK | X_OK)) != 0) { 104 pcopy(char *space, const char *arg) function
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 493 char pcopy[MAXNAME]; local 497 expand(PostMasterCopy, pcopy, sizeof(pcopy), e); 501 id, pcopy); 502 (void) sendtolist(pcopy, NULLADDR, &rlist, 0, e);
|
Completed in 58 milliseconds