Home
last modified time | relevance | path

Searched refs:Perror (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/chown/
H A Dchown.c76 static int Perror(char *);
95 status += Perror(f); \
98 status += Perror(f); \
254 status += Perror(argv[c]); in main()
303 status += Perror( in main()
339 status += Perror(argv[c]); in main()
370 (void) Perror("getcwd"); in chownr()
383 status += Perror(dir); in chownr()
387 status += Perror(dir); in chownr()
446 status += Perror( in chownr()
[all …]
/illumos-gate/usr/src/cmd/chgrp/
H A Dchgrp.c80 static int Perror(char *);
97 status += Perror(f); \
101 status += Perror(f); \
219 status += Perror(argv[c]); in main()
233 status += Perror(argv[c]); in main()
274 status += Perror( in main()
321 status += Perror(argv[c]); in main()
373 status += Perror(dir); in chgrpr()
377 status += Perror(dir); in chgrpr()
444 status += Perror( in chgrpr()
[all …]
/illumos-gate/usr/src/ucbcmd/chown/
H A Dchown.c139 status += Perror(argv[c]); in main()
147 status += Perror(argv[c]); in main()
179 if (chown(dir, uid, gid) < 0 && Perror(dir)) in chownr()
182 Perror(dir); in chownr()
186 Perror(dir); in chownr()
194 ecode = Perror(dp->d_name); in chownr()
206 (ecode = Perror(dp->d_name))) in chownr()
237 Perror(char *s) in Perror() function
/illumos-gate/usr/src/ucbcmd/ln/
H A Dln.c30 void Perror(char *);
103 Perror(to); in linkit()
105 Perror(from); in linkit()
107 Perror(to); in linkit()
114 Perror(char *s) in Perror() function
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c654 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
658 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
716 Perror(statp, stderr, "write failed", errno); in send_vc()
733 Perror(statp, stderr, "read failed", errno); in send_vc()
778 Perror(statp, stderr, "read(vc)", errno); in send_vc()
856 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
860 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
889 Perror(statp, stderr, "send", errno); in send_dg()
945 Perror(statp, stderr, "select", errno); in send_dg()
947 Perror(statp, stderr, "poll", errno); in send_dg()
[all …]
H A Dres_debug.h25 # define Perror(statp, file, string, error) /*empty*/ macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.dir.c149 Perror(dp->di_name); in dochngd()
306 Perror(cp); in dfollow()
387 Perror(dp->di_name); in dopushd()
396 Perror(dp->di_name); in dopushd()
466 Perror(p->di_name); in dopopd()
H A Dsh.sem.c428 Perror(cp); in doio()
457 Perror(cp); in doio()
461 Perror(cp); in doio()
H A Dsh.exec.c241 Perror(f); in texec()
298 Perror(f); in texec()
H A Dsh.err.c124 Perror(tchar *s) in Perror() function
H A Dsh.c361 Perror(S_csh /* "csh" */); /* ... doesn't return */ in main()
368 Perror(v[0]); /* ... doesn't return */ in main()
1076 Perror(f); in dosource()
H A Dsh.dol.c654 Perror(shtemp); in heredoc()
H A Dsh.glob.c281 Perror(gpath); in matchdir_()
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c95 static void Perror(char *);
569 Perror(source); in cpymve()
587 Perror(source); in cpymve()
689 Perror(source); in cpymve()
696 Perror(target); in cpymve()
722 Perror(target); in cpymve()
768 Perror(source); in cpymve()
782 Perror(target); in cpymve()
1249 Perror(from); in rcopy()
1453 Perror(char *s) in Perror() function