Home
last modified time | relevance | path

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

/titanic_50/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]); 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 Dchgrp.c82 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 Dchown.c140 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 Dln.c32 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 Dres_send.c147 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 Dres_debug.h25 # define Perror(statp, file, string, error) /*empty*/ macro
/titanic_50/usr/src/cmd/csh/
H A Dsh.dir.c144 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 Dsh.sem.c430 Perror(cp); in doio()
459 Perror(cp); in doio()
463 Perror(cp); in doio()
H A Dsh.exec.c226 Perror(f); in texec()
283 Perror(f); in texec()
H A Dsh.err.c120 Perror(tchar *s) in Perror() function
H A Dsh.c357 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 Dsh.dol.c645 Perror(shtemp); in heredoc()
H A Dsh.glob.c278 Perror(gpath); in matchdir_()
/titanic_50/usr/src/cmd/sgs/prof/common/
H A Dprof.c171 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 Dmv.c91 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