Symbol: none
bin/pax/ar_io.c
142
arcname = none;
bin/pax/ar_io.c
63
static char none[] = "<NONE>"; /* pseudo name for no file */
crypto/krb5/src/lib/krb5/rcache/rc_base.c
22
static struct typelist none = { &k5_rc_none_ops, 0 };
crypto/krb5/src/lib/krb5/rcache/rc_base.c
23
static struct typelist file2 = { &k5_rc_file2_ops, &none };
crypto/openssh/packet.c
296
const struct sshcipher *none = cipher_by_name("none");
crypto/openssh/packet.c
299
if (none == NULL) {
crypto/openssh/packet.c
312
if ((r = cipher_init(&state->send_context, none,
crypto/openssh/packet.c
314
(r = cipher_init(&state->receive_context, none,
crypto/openssh/readconf.c
3010
#define CLEAR_ON_NONE_ARRAY(v, nv, none) \
crypto/openssh/readconf.c
3013
strcasecmp(options->v[0], none) == 0) { \
crypto/openssh/servconf.c
521
#define CLEAR_ON_NONE_ARRAY(v, nv, none) \
crypto/openssh/servconf.c
524
strcasecmp(options->v[0], none) == 0) { \
crypto/openssl/include/openssl/asn1t.h
450
#define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \
crypto/openssl/include/openssl/asn1t.h
461
none \
sys/cam/cam_iosched.c
361
if (lim < none || lim >= limiter_max)
sys/cam/cam_iosched.c
376
if (lim < none || lim >= limiter_max)
sys/cam/cam_iosched.c
391
if (lim < none || lim >= limiter_max)
sys/cam/cam_iosched.c
406
if (lim < none || lim >= limiter_max)
sys/cam/cam_iosched.c
421
if (lim < none || lim >= limiter_max)
sys/cam/cam_iosched.c
855
ios->limiter = none;
sys/cam/cam_iosched.c
883
if (value < none || value >= limiter_max)
sys/cam/cam_iosched.c
895
for (i = none; i < limiter_max; i++) {
sys/cam/cam_iosched.c
929
if (value < none || value >= cl_max)
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1186
format_1_instr(AIC_OP_ADD, &none, &immed, &allzeros, $2);
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1200
format_1_instr(AIC_OP_ADD, &none, &immed, &allones, $2);
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1274
format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, $2);
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1284
format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, TRUE);
sys/dev/aic7xxx/aicasm/aicasm_gram.y
355
| none
sys/dev/aic7xxx/aicasm/aicasm_gram.y
567
none:
sys/dev/aic7xxx/aicasm/aicasm_gram.y
570
if (none.symbol != NULL) {
sys/dev/aic7xxx/aicasm/aicasm_gram.y
575
none.symbol = cur_symbol;
sys/dev/aic7xxx/aicasm/aicasm_gram.y
76
static symbol_ref_t none;
sys/fs/procfs/procfs_type.c
48
static const char *none = "Not Available";
sys/fs/procfs/procfs_type.c
53
sbuf_printf(sb, "%s", none);
sys/net80211/ieee80211_ratectl_none.c
104
static const struct ieee80211_ratectl none = {
sys/net80211/ieee80211_ratectl_none.c
118
IEEE80211_RATECTL_ALG(none, IEEE80211_RATECTL_NONE, none);
usr.bin/diff/diffreg_new.c
114
.algo = &none,
usr.bin/diff/diffreg_new.c
87
static const struct diff_algo_config none = {
usr.bin/patch/backupfile.c
224
none, simple, simple, numbered_existing,
usr.bin/patch/backupfile.c
31
enum backup_type backup_type = none;
usr.bin/patch/patch.c
568
if (backup_type == none)
usr.bin/patch/util.c
102
if (backup_type == none || stat(orig, &filestat) != 0)
usr.sbin/route6d/route6d.c
2092
struct in6_addr none;
usr.sbin/route6d/route6d.c
2093
memset(&none, 0, sizeof(none));
usr.sbin/route6d/route6d.c
2095
(IN6_ARE_ADDR_EQUAL(&rrt->rrt_gw, &none) ||