| /onnv/onnv-gate/usr/src/ucbcmd/ln/ |
| ln.c | 32 void Perror(char *); 105 Perror(to); 107 Perror(from); 109 Perror(to); 116 Perror(char *s) 119 perror(s);
|
| /onnv/onnv-gate/usr/src/cmd/chown/ |
| chown.c | 74 static int Perror(char *); 116 status += Perror(f); \ 119 status += Perror(f); \ 268 status += Perror(argv[c]); 283 status += Perror(argv[c]); 317 status += Perror( 353 status += Perror(argv[c]); 384 (void) Perror("getcwd"); 397 status += Perror(dir); 401 status += Perror(dir) [all...] |
| /onnv/onnv-gate/usr/src/cmd/chgrp/ |
| chgrp.c | 82 static int Perror(char *); 122 status += Perror(f); \ 126 status += Perror(f); \ 237 status += Perror(argv[c]); 251 status += Perror(argv[c]); 292 status += Perror( 339 status += Perror(argv[c]); 391 status += Perror(dir); 395 status += Perror(dir); 404 status += Perror(dp->d_name) [all...] |
| /onnv/onnv-gate/usr/src/ucbcmd/chown/ |
| chown.c | 140 status += Perror(argv[c]); 148 status += Perror(argv[c]); 180 if (chown(dir, uid, gid) < 0 && Perror(dir)) 183 Perror(dir); 187 Perror(dir); 195 ecode = Perror(dp->d_name); 207 (ecode = Perror(dp->d_name))) 238 Perror(char *s) 243 perror(s);
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/resolv/ |
| res_debug.h | 25 # define Perror(statp, file, string, error) /*empty*/
|
| res_send.c | 144 static void Perror(const res_state, FILE *, const char *, int); 656 Perror(statp, stderr, "socket(vc)", errno); 660 Perror(statp, stderr, "socket(vc)", errno); 695 Perror(statp, stderr, "write failed", errno); 712 Perror(statp, stderr, "read failed", errno); 757 Perror(statp, stderr, "read(vc)", errno); 835 Perror(statp, stderr, "socket(dg)", errno); 839 Perror(statp, stderr, "socket(dg)", errno); 868 Perror(statp, stderr, "send", errno); 924 Perror(statp, stderr, "select", errno) [all...] |
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.dir.c | 144 Perror(dp->di_name); 301 Perror(cp); 382 Perror(dp->di_name); 391 Perror(dp->di_name); 461 Perror(p->di_name);
|
| sh.err.c | 116 * Perror is the shells version of perror which should otherwise 120 Perror(tchar *s) 125 * Perror uses unit 2, thus if we didn't set up the fd's 135 perror(chbuf);
|
| sh.sem.c | 430 Perror(cp); 459 Perror(cp); 463 Perror(cp);
|
| sh.exec.c | 238 Perror(f); 293 Perror(f);
|
| sh.c | 387 Perror(S_csh /* "csh" */); /* ... doesn't return */ 394 Perror(v[0]); /* ... doesn't return */ 1098 Perror(f);
|
| sh.dol.c | 645 Perror(shtemp);
|
| sh.glob.c | 278 Perror(gpath);
|
| /onnv/onnv-gate/usr/src/cmd/mv/ |
| mv.c | 96 static void Perror(char *); 448 perror(""); 463 perror(""); 503 perror(""); 563 Perror(source); 581 Perror(source); 611 perror(""); 637 perror(""); 677 perror(""); 683 Perror(source) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/prof/common/ |
| prof.c | 171 static void Perror(char *s); 474 Perror(mon_fn); 478 Perror("_symintOpen failed"); [all...] |