Searched refs:Perror (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/ucbcmd/ln/ |
H A D | ln.c | 32 void Perror(char *); 105 Perror(to); 107 Perror(from); 109 Perror(to); 116 Perror(char *s) function
|
/illumos-gate/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]); 283 status += Perror(argv[c]); 317 status += Perror( 353 status += Perror(argv[c]); 384 (void) Perror("getcwd"); 397 status += Perror(dir); 401 status += Perror(di 525 Perror(char *s) function [all...] |
/illumos-gate/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]); 251 status += Perror(argv[c]); 292 status += Perror( 339 status += Perror(argv[c]); 391 status += Perror(dir); 395 status += Perror(dir); 404 status += Perror(d 539 Perror(char *s) function [all...] |
/illumos-gate/usr/src/ucbcmd/chown/ |
H A D | 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) function
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.h | 25 # define Perror(statp, file, string, error) /*empty*/ macro
|
H A D | res_send.c | 147 static void Perror(const res_state, FILE *, const char *, int); 659 Perror(statp, stderr, "socket(vc)", errno); 663 Perror(statp, stderr, "socket(vc)", errno); 721 Perror(statp, stderr, "write failed", errno); 738 Perror(statp, stderr, "read failed", errno); 783 Perror(statp, stderr, "read(vc)", errno); 861 Perror(statp, stderr, "socket(dg)", errno); 865 Perror(statp, stderr, "socket(dg)", errno); 894 Perror(statp, stderr, "send", errno); 950 Perror(stat 1087 Perror(const res_state statp, FILE *file, const char *string, int error) { function [all...] |
/illumos-gate/usr/src/cmd/csh/ |
H A D | 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);
|
H A D | sh.err.c | 116 * Perror is the shells version of perror which should otherwise 120 Perror(tchar *s) function 125 * Perror uses unit 2, thus if we didn't set up the fd's
|
H A D | sh.exec.c | 226 Perror(f); 283 Perror(f);
|
H A D | sh.sem.c | 430 Perror(cp); 459 Perror(cp); 463 Perror(cp);
|
H A D | sh.c | 357 Perror(S_csh /* "csh" */); /* ... doesn't return */ 364 Perror(v[0]); /* ... doesn't return */ 1073 Perror(f);
|
H A D | sh.dol.c | 645 Perror(shtemp);
|
H A D | sh.glob.c | 278 Perror(gpath);
|
/illumos-gate/usr/src/cmd/mv/ |
H A D | mv.c | 91 static void Perror(char *); 565 Perror(source); 583 Perror(source); 685 Perror(source); 692 Perror(target); 718 Perror(target); 764 Perror(source); 778 Perror(target); 1245 Perror(from); 1444 Perror(cha function [all...] |
/illumos-gate/usr/src/cmd/sgs/prof/common/ |
H A D | prof.c | 171 static void Perror(char *s); 474 Perror(mon_fn); 478 Perror("_symintOpen failed"); 1123 Perror("stat"); 1217 Perror(fn); /* Yes. */ 1225 Perror(char *s) function
|
Completed in 153 milliseconds