Searched refs:save1 (Results 1 – 3 of 3) sorted by relevance
| /src/usr.bin/mail/ |
| H A D | cmd2.c | 132 return (save1(str, 1, "save", saveignore)); in save() 143 return (save1(str, 0, "copy", saveignore)); in copycmd() 151 save1(char str[], int mark, const char *cmd, struct ignoretab *ignore) in save1() function 212 return (save1(str, 1, "write", ignoreall)); in swrite()
|
| H A D | extern.h | 200 int save1(char *, int, const char *, struct ignoretab *);
|
| /src/tests/sys/netmap/ |
| H A D | ctrl-api-test.c | 1212 struct nmreq_opt_extmem e1, save1, e2, save2; in duplicate_extmem_options() local 1228 save1 = e1; in duplicate_extmem_options() 1245 save1.nro_opt.nro_status = EINVAL; in duplicate_extmem_options() 1246 if ((ret = pop_extmem_option(ctx, &save1))) in duplicate_extmem_options()
|