Searched defs:Perror (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.h25 # define Perror(statp, file, string, error) /*empty*/ macro
H A Dres_send.c147 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/ucbcmd/ln/
H A Dln.c32 void Perror(char *);
105 Perror(to);
107 Perror(from);
109 Perror(to);
116 Perror(char *s) function
/illumos-gate/usr/src/cmd/csh/
H A Dsh.err.c116 * 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
/illumos-gate/usr/src/cmd/chgrp/
H A Dchgrp.c82 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/cmd/chown/
H A Dchown.c74 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/ucbcmd/chown/
H A Dchown.c140 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/cmd/sgs/prof/common/
H A Dprof.c171 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
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c91 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...]

Completed in 62 milliseconds