Symbol: none
games/hack/hack.rumors.c
124
if(!n_rumors) goto none;
games/hack/hack.rumors.c
135
none:
lib/libc/rpc/auth_none.c
110
authnone_verf(struct __rpc_auth *none)
lib/libc/rpc/auth_none.c
115
authnone_validate(struct __rpc_auth *none, struct opaque_auth *noauth)
lib/libc/rpc/auth_none.c
122
authnone_refresh(struct __rpc_auth *none)
lib/libc/rpc/auth_none.c
129
authnone_destroy(struct __rpc_auth *none)
lib/libcrypto/asn1/asn1t.h
501
#define ASN1_ADB_END(name, flagsval, field, adb_cb, def, none) \
lib/libcrypto/asn1/asn1t.h
509
.null_tt = none, \
sbin/scsi/scsi.c
275
data_phase = none;
sys/dev/dt/dt_prov_static.c
112
DT_STATIC_PROBE0(rwlock, none);
sys/dev/dt/dt_prov_static.c
162
&_DT_STATIC_P(refcnt, none),
sys/dev/dt/dt_prov_static.c
172
&_DT_STATIC_P(rwlock, none),
sys/dev/dt/dt_prov_static.c
186
if (dtps_static[i] == &_DT_STATIC_P(refcnt, none))
sys/dev/dt/dt_prov_static.c
188
if (dtps_static[i] == &_DT_STATIC_P(rwlock, none))
sys/dev/dt/dt_prov_static.c
99
DT_STATIC_PROBE0(refcnt, none);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1190
format_1_instr(AIC_OP_ADD, &none, &immed, &allzeros, $2);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1204
format_1_instr(AIC_OP_ADD, &none, &immed, &allones, $2);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1278
format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, $2);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1288
format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, TRUE);
sys/dev/microcode/aic7xxx/aicasm_gram.y
359
| none
sys/dev/microcode/aic7xxx/aicasm_gram.y
571
none:
sys/dev/microcode/aic7xxx/aicasm_gram.y
574
if (none.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
579
none.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
82
static symbol_ref_t none;
usr.bin/dig/lib/isc/regex.c
188
state = none;
usr.bin/dig/lib/isc/regex.c
242
state = none;
usr.bin/dig/lib/isc/regex.c
29
} state = none;
usr.bin/dig/lib/isc/regex.c
348
if (state != none)
usr.bin/dig/lib/isc/regex.c
58
case none:
usr.bin/dig/lib/isccfg/parser.c
1038
static char none[] = "none";
usr.bin/dig/lib/isccfg/parser.c
1043
return (none);
usr.bin/dig/lib/isccfg/parser.c
1047
return (none);
usr.bin/patch/backupfile.c
227
none, simple, simple, numbered_existing,
usr.bin/patch/backupfile.c
33
enum backup_type backup_type = none;
usr.bin/patch/patch.c
562
if (backup_type == none)
usr.bin/patch/util.c
99
if (backup_type == none || stat(orig, &filestat) != 0)
usr.bin/signify/signify.c
759
int none = 0;
usr.bin/signify/signify.c
798
none = 1;
usr.bin/signify/signify.c
876
generate(pubkeyfile, seckeyfile, none ? 0 : 42, comment);
usr.bin/signify/signify.c
883
zsign(seckeyfile, msgfile, sigfile, none);
usr.bin/ssh/packet.c
286
const struct sshcipher *none = cipher_by_name("none");
usr.bin/ssh/packet.c
289
if (none == NULL) {
usr.bin/ssh/packet.c
302
if ((r = cipher_init(&state->send_context, none,
usr.bin/ssh/packet.c
304
(r = cipher_init(&state->receive_context, none,
usr.bin/ssh/readconf.c
3048
#define CLEAR_ON_NONE_ARRAY(v, nv, none) \
usr.bin/ssh/readconf.c
3051
strcasecmp(options->v[0], none) == 0) { \
usr.bin/ssh/servconf.c
483
#define CLEAR_ON_NONE_ARRAY(v, nv, none) \
usr.bin/ssh/servconf.c
486
strcasecmp(options->v[0], none) == 0) { \
usr.bin/tic/tic.c
2557
DATA(none),
usr.bin/vis/vis.c
140
if (none) {
usr.bin/vis/vis.c
41
int eflags, fold, foldwidth=80, none, markeol;
usr.bin/vis/vis.c
67
none = 1;
usr.sbin/route6d/route6d.c
1875
struct in6_addr none;
usr.sbin/route6d/route6d.c
1876
memset(&none, 0, sizeof(none));
usr.sbin/route6d/route6d.c
1878
(IN6_ARE_ADDR_EQUAL(&rrt->rrt_gw, &none) ||