Searched refs:errstring (Results 1 – 8 of 8) sorted by relevance
/plan9/sys/src/cmd/upas/send/ |
H A D | main.c | 15 static String *errstring; variable 120 errstring = s_new(); in main() 322 String *errstring=s_new(); in pipe_mail() local 369 while(s_read_line(pp->std[2]->fp, errstring)) in pipe_mail() 379 r = refuse(list, mp, s_to_c(errstring), status, 0); in pipe_mail() 380 s_free(errstring); in pipe_mail() 383 s_free(errstring); in pipe_mail() 416 String *errstring=s_new(); in refuse() local 421 mkerrstring(errstring, mp, dp, list, cp, status); in refuse() 426 logrefusal(dp, mp, s_to_c(errstring)); in refuse() [all …]
|
/plan9/sys/src/cmd/disk/kfs/ |
H A D | con.c | 143 cprint("clone failed: %s\n", errstring[err]); in cmd_create() 154 cprint("walk failed: %s\n", errstring[err]); in cmd_create() 187 cprint("can't create %s: %s\n", elem, errstring[err]); in cmd_create() 256 cprint("can't stat file: %s\n", errstring[err]); in cmd_rename() 262 cprint("can't create %s: %s\n", elem, errstring[err]); in cmd_rename() 266 cprint("can't swap data: %s\n", errstring[err]); in cmd_rename() 270 cprint("can't remove file: %s\n", errstring[err]); in cmd_rename() 284 cprint("can't stat file: %s\n", errstring[err]); in cmd_rename() 290 cprint("can't move file: %s\n", errstring[err]); in cmd_rename() 412 cprint("can't stat /adm/users: %s\n", errstring[i]); in adduser()
|
H A D | dat.c | 48 char *errstring[MAXERR] = variable
|
H A D | dat.h | 144 extern char* errstring[MAXERR];
|
H A D | console.c | 24 print(" error: %s\n", errstring[ou->err]); in fcall9p1()
|
H A D | 9p1.c | 386 print(" error: %s\n", errstring[er]); in f_clwalk() 1428 strcpy(fo.ename, errstring[fo.err]); in serve9p1()
|
H A D | 9p2.c | 10 ou->ename = errstring[err]; in seterror() 1838 r.ename = errstring[error]; in serve9p2()
|
/plan9/sys/src/cmd/ip/ftpfs/ |
H A D | ftpfs.c | 20 char errstring[128]; /* error to return */ variable 465 return errstring; in ropen() 539 return errstring; in rread() 543 return errstring; in rread() 565 return errstring; in rwrite() 598 e = errstring; in rremove() 601 e = errstring; in rremove() 681 vsnprint(errstring, sizeof errstring, fmt, arg); in seterr()
|