/titanic_50/usr/src/cmd/chown/ |
H A D | chown.c | 74 static int Perror(char *); 116 status += Perror(f); \ 119 status += Perror(f); \ 268 status += Perror(argv[c]); in main() 283 status += Perror(argv[c]); in main() 317 status += Perror( in main() 353 status += Perror(argv[c]); in main() 384 (void) Perror("getcwd"); in chownr() 397 status += Perror(dir); in chownr() 401 status += Perror(dir); in chownr() [all …]
|
/titanic_50/usr/src/cmd/chgrp/ |
H A D | chgrp.c | 82 static int Perror(char *); 122 status += Perror(f); \ 126 status += Perror(f); \ 237 status += Perror(argv[c]); in main() 251 status += Perror(argv[c]); in main() 292 status += Perror( in main() 339 status += Perror(argv[c]); in main() 391 status += Perror(dir); in chgrpr() 395 status += Perror(dir); in chgrpr() 404 status += Perror(dp->d_name); in chgrpr() [all …]
|
/titanic_50/usr/src/ucbcmd/chown/ |
H A D | chown.c | 140 status += Perror(argv[c]); in main() 148 status += Perror(argv[c]); in main() 180 if (chown(dir, uid, gid) < 0 && Perror(dir)) in chownr() 183 Perror(dir); in chownr() 187 Perror(dir); in chownr() 195 ecode = Perror(dp->d_name); in chownr() 207 (ecode = Perror(dp->d_name))) in chownr() 238 Perror(char *s) in Perror() function
|
/titanic_50/usr/src/ucbcmd/ln/ |
H A D | ln.c | 32 void Perror(char *); 105 Perror(to); in linkit() 107 Perror(from); in linkit() 109 Perror(to); in linkit() 116 Perror(char *s) in Perror() function
|
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_send.c | 147 static void Perror(const res_state, FILE *, const char *, int); 659 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 663 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 721 Perror(statp, stderr, "write failed", errno); in send_vc() 738 Perror(statp, stderr, "read failed", errno); in send_vc() 783 Perror(statp, stderr, "read(vc)", errno); in send_vc() 861 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 865 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 894 Perror(statp, stderr, "send", errno); in send_dg() 950 Perror(statp, stderr, "select", errno); in send_dg() [all …]
|
H A D | res_debug.h | 25 # define Perror(statp, file, string, error) /*empty*/ macro
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.dir.c | 144 Perror(dp->di_name); in dochngd() 301 Perror(cp); in dfollow() 382 Perror(dp->di_name); in dopushd() 391 Perror(dp->di_name); in dopushd() 461 Perror(p->di_name); in dopopd()
|
H A D | sh.sem.c | 430 Perror(cp); in doio() 459 Perror(cp); in doio() 463 Perror(cp); in doio()
|
H A D | sh.exec.c | 226 Perror(f); in texec() 283 Perror(f); in texec()
|
H A D | sh.err.c | 120 Perror(tchar *s) in Perror() function
|
H A D | sh.c | 357 Perror(S_csh /* "csh" */); /* ... doesn't return */ in main() 364 Perror(v[0]); /* ... doesn't return */ in main() 1073 Perror(f); in dosource()
|
H A D | sh.dol.c | 645 Perror(shtemp); in heredoc()
|
H A D | sh.glob.c | 278 Perror(gpath); in matchdir_()
|
/titanic_50/usr/src/cmd/sgs/prof/common/ |
H A D | prof.c | 171 static void Perror(char *s); 474 Perror(mon_fn); in main() 478 Perror("_symintOpen failed"); in main() 1123 Perror("stat"); in fsize() 1217 Perror(fn); /* Yes. */ in eofon() 1225 Perror(char *s) in Perror() function
|
/titanic_50/usr/src/cmd/mv/ |
H A D | mv.c | 91 static void Perror(char *); 565 Perror(source); in cpymve() 583 Perror(source); in cpymve() 685 Perror(source); in cpymve() 692 Perror(target); in cpymve() 718 Perror(target); in cpymve() 764 Perror(source); in cpymve() 778 Perror(target); in cpymve() 1245 Perror(from); in rcopy() 1444 Perror(char *s) in Perror() function
|