Symbol: none
crypto/libressl/include/openssl/asn1t.h
434
#define ASN1_ADB_END(name, flags, field, app_table, def, none) \
crypto/libressl/include/openssl/asn1t.h
443
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
2889
#define CLEAR_ON_NONE_ARRAY(v, nv, none) \
crypto/openssh/readconf.c
2892
strcasecmp(options->v[0], none) == 0) { \
crypto/openssh/servconf.c
502
#define CLEAR_ON_NONE_ARRAY(v, nv, none) \
crypto/openssh/servconf.c
505
strcasecmp(options->v[0], none) == 0) { \
games/hack/hack.rumors.c
127
goto none;
games/hack/hack.rumors.c
139
none:
sbin/umount/umount.c
255
char none[] = "none";
sbin/umount/umount.c
345
none) == 0) {
sys/netproto/802_11/wlan/ieee80211_ratectl_none.c
112
IEEE80211_RATECTL_ALG(none, IEEE80211_RATECTL_NONE, none);
sys/netproto/802_11/wlan/ieee80211_ratectl_none.c
98
static const struct ieee80211_ratectl none = {
sys/vfs/procfs/procfs_type.c
55
char *none = "Not Available";
sys/vfs/procfs/procfs_type.c
67
len = strlen(none);
sys/vfs/procfs/procfs_type.c
68
bcopy(none, mebuffer, len);
usr.bin/patch/backupfile.c
230
none, simple, simple, numbered_existing,
usr.bin/patch/backupfile.c
33
enum backup_type backup_type = none;
usr.bin/patch/patch.c
565
if (backup_type == none)
usr.bin/patch/util.c
103
if (backup_type == none || stat(orig, &filestat) != 0)
usr.bin/vis/vis.c
107
none++;
usr.bin/vis/vis.c
198
if (none) {
usr.bin/vis/vis.c
46
static int eflags, fold, foldwidth = 80, none, markeol;
usr.sbin/route6d/route6d.c
1852
struct in6_addr none;
usr.sbin/route6d/route6d.c
1853
memset(&none, 0, sizeof(none));
usr.sbin/route6d/route6d.c
1855
(IN6_ARE_ADDR_EQUAL(&rrt->rrt_gw, &none) ||