Searched refs:save1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/usr.bin/mail/ |
| H A D | cmd2.c | 138 return (save1(str, 1, "save", saveignore)); in save() 149 return (save1(str, 0, "copy", saveignore)); in copycmd() 157 save1(char str[], int mark, const char *cmd, struct ignoretab *ignore) in save1() function 218 return (save1(str, 1, "write", ignoreall)); in swrite()
|
| H A D | extern.h | 203 int save1(char *, int, const char *, struct ignoretab *);
|
| /freebsd-14.2/tests/sys/netmap/ |
| H A D | ctrl-api-test.c | 1214 struct nmreq_opt_extmem e1, save1, e2, save2; in duplicate_extmem_options() local 1230 save1 = e1; in duplicate_extmem_options() 1247 save1.nro_opt.nro_status = EINVAL; in duplicate_extmem_options() 1248 if ((ret = pop_extmem_option(ctx, &save1))) in duplicate_extmem_options()
|