Symbol: none
bin/pax/options.c
535
if (strcmp(none, optarg) == 0)
games/hack/hack.rumors.c
132
goto none;
games/hack/hack.rumors.c
144
none:
libexec/ftpd/conf.c
142
int none, match;
libexec/ftpd/conf.c
167
none = match = 0;
libexec/ftpd/conf.c
182
none = 1;
libexec/ftpd/conf.c
185
none ||
libexec/ftpd/conf.c
191
if (none || \
libexec/ftpd/conf.c
200
if (none || EMPTYSTR(arg)) \
libexec/ftpd/conf.c
209
if (none || EMPTYSTR(Arg)) \
libexec/ftpd/conf.c
232
if (none || EMPTYSTR(arg))
libexec/ftpd/conf.c
279
if (!none && !EMPTYSTR(arg)) {
libexec/ftpd/conf.c
309
if (none || EMPTYSTR(types) ||
libexec/ftpd/conf.c
415
if (none || EMPTYSTR(arg))
libexec/ftpd/conf.c
467
if (none)
libexec/ftpd/conf.c
475
if (none || EMPTYSTR(arg))
sys/dev/ic/esiop.c
456
goto none;
sys/dev/ic/esiop.c
462
goto none;
sys/dev/ic/esiop.c
470
goto none;
sys/dev/ic/esiop.c
478
goto none;
sys/dev/ic/esiop.c
484
none:
sys/dev/microcode/aic7xxx/aicasm_gram.y
1188
format_1_instr(AIC_OP_ADD, &none, &immed, &allzeros, $2);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1202
format_1_instr(AIC_OP_ADD, &none, &immed, &allones, $2);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1276
format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, $2);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1286
format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, TRUE);
sys/dev/microcode/aic7xxx/aicasm_gram.y
357
| none
sys/dev/microcode/aic7xxx/aicasm_gram.y
569
none:
sys/dev/microcode/aic7xxx/aicasm_gram.y
572
if (none.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
577
none.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
80
static symbol_ref_t none;
sys/dev/usb/uatp.c
1792
enum { none, nondecreasing, decreasing } state = none;
sys/dev/usb/uatp.c
1846
state = none;
sys/dev/usb/uatp.c
1856
case none:
usr.bin/patch/backupfile.c
234
none, simple, simple, numbered_existing,
usr.bin/patch/patch.c
217
backup_type = posix ? none : numbered_existing;
usr.bin/patch/patch.c
380
if (failed > 0 && backup_if_mismatch > 0 && backup_type == none)
usr.bin/patch/util.c
108
if (backup_type == none || stat(orig, &filestat) != 0)
usr.bin/vis/vis.c
117
none++;
usr.bin/vis/vis.c
208
if (none) {
usr.bin/vis/vis.c
58
static int eflags, fold, foldwidth = 80, none, markeol;
usr.sbin/btdevctl/btdevctl.c
110
none = true;
usr.sbin/btdevctl/btdevctl.c
168
if (none == true) {
usr.sbin/btdevctl/btdevctl.c
67
int ch, query, verbose, attach, detach, set, none;
usr.sbin/btdevctl/btdevctl.c
78
none = false;
usr.sbin/route6d/route6d.c
1833
struct in6_addr none;
usr.sbin/route6d/route6d.c
1834
memset(&none, 0, sizeof(none));
usr.sbin/route6d/route6d.c
1836
(IN6_ARE_ADDR_EQUAL(&rrt->rrt_gw, &none) ||
usr.sbin/sysinst/partman.c
1120
pm_vnd_init(void *arg, void *none)
usr.sbin/sysinst/partman.c
1747
pm_lvm_init(void *arg, void* none)
usr.sbin/sysinst/partman.c
1957
pm_lvmlv_init(void *arg, void *none)
usr.sbin/sysinst/partman.c
676
pm_raid_init(void *arg, void *none)