/src/usr.sbin/sysinst/arch/x68k/ |
md.c | 135 /* preserve first 64 sectors for system. */ 138 /* preserve existing partitions? */ 193 int preserve; local in function:md_check_partitions 201 preserve = ask_noyes(NULL); 214 if (!preserve &&
|
/src/usr.bin/timeout/ |
timeout.c | 65 fprintf(stderr, "Usage: %s [--signal sig | -s sig] [--preserve-status]" 188 int foreground, preserve; local in function:main 209 foreground = preserve = 0; 215 { "preserve-status", no_argument, NULL, 'p'}, 234 preserve = 1; 360 if (timedout && !preserve)
|
/src/usr.bin/mail/ |
cmd3.c | 590 * Preserve the named messages, so that they will be sent 594 preserve(void *v) function in typeref:typename:PUBLIC int 601 (void)printf("Cannot \"preserve\" in edit mode\n");
|
/src/usr.bin/ftp/ |
ftp_var.h | 231 GLOBAL int preserve; /* preserve modification time on files */ variable in typeref:typename:GLOBAL int
|
/src/sys/kern/ |
vfs_bio.c | 1211 int err, preserve; local in function:getblk 1235 preserve = 1; 1251 preserve = 0; 1262 if (allocbuf(bp, size, preserve)) { 1308 allocbuf(buf_t *bp, int size, int preserve) 1340 if (preserve)
|