Symbol: numeric
crypto/krb5/src/kadmin/dbutil/tabdump.c
179
if (opts->numeric)
crypto/krb5/src/kadmin/dbutil/tabdump.c
194
if (!opts->numeric) {
crypto/krb5/src/kadmin/dbutil/tabdump.c
217
if (!opts->numeric) {
crypto/krb5/src/kadmin/dbutil/tabdump.c
399
if (opts->numeric) {
crypto/krb5/src/kadmin/dbutil/tabdump.c
52
int numeric; /* numeric instead of symbolic output */
crypto/krb5/src/kadmin/dbutil/tabdump.c
668
opts.numeric = 1;
crypto/openssh/regress/netcat.c
1408
socklen_t addrlen, int v4only, int numeric)
crypto/openssh/regress/netcat.c
1415
hints.ai_flags = numeric ? AI_NUMERICHOST : 0;
crypto/openssh/regress/netcat.c
1420
if (!numeric) {
crypto/openssl/apps/s_client.c
2609
int numeric;
crypto/openssl/apps/s_client.c
2622
numeric = 0;
crypto/openssl/apps/s_client.c
2648
if (mbuf_len < 1 || sscanf(mbuf, "%*s %d", &numeric) != 1)
crypto/openssl/apps/s_client.c
2652
if ((numeric == 451 || numeric == 421)
crypto/openssl/apps/s_client.c
2657
if (numeric == 691) {
crypto/openssl/apps/s_client.c
2662
} while (numeric != 670);
crypto/openssl/apps/s_client.c
2667
if (numeric != 670) {
crypto/openssl/crypto/bio/bio_addr.c
229
static int addr_strings(const BIO_ADDR *ap, int numeric,
crypto/openssl/crypto/bio/bio_addr.c
241
if (numeric)
crypto/openssl/crypto/bio/bio_addr.c
303
char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric)
crypto/openssl/crypto/bio/bio_addr.c
307
if (addr_strings(ap, numeric, &hostname, NULL))
crypto/openssl/crypto/bio/bio_addr.c
313
char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric)
crypto/openssl/crypto/bio/bio_addr.c
317
if (addr_strings(ap, numeric, NULL, &service))
crypto/openssl/include/openssl/bio.h
852
char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric);
crypto/openssl/include/openssl/bio.h
853
char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric);
lib/libc/net/getaddrinfo.c
402
int numeric = 0;
lib/libc/net/getaddrinfo.c
557
numeric = 1;
lib/libc/net/getaddrinfo.c
639
if (!numeric) {
lib/libc/posix1e/acl_to_text_nfs4.c
45
format_who(char *str, size_t size, const acl_entry_t entry, int numeric)
lib/libc/posix1e/acl_to_text_nfs4.c
67
if (!numeric)
lib/libc/posix1e/acl_to_text_nfs4.c
87
if (!numeric)
lib/libutil/realhostname.c
142
goto numeric;
lib/libutil/realhostname.c
148
goto numeric;
lib/libutil/realhostname.c
154
goto numeric;
lib/libutil/realhostname.c
173
goto numeric;
lib/libutil/realhostname.c
181
goto numeric;
lib/libutil/realhostname.c
190
numeric:
sbin/pfctl/pfctl.c
1617
int numeric = opts & PF_OPT_NUMERIC;
sbin/pfctl/pfctl.c
1714
print_rule(&rule, anchor_call, opts, numeric);
sbin/pfctl/pfctl.c
1793
print_rule(&rule, anchor_call, opts, numeric);
sbin/pfctl/pfctl.c
669
pfctl_addrprefix(char *addr, struct pf_addr *mask, int numeric)
sbin/pfctl/pfctl.c
678
if (numeric)
sbin/pfctl/pfctl_parser.c
1026
opts, numeric);
sbin/pfctl/pfctl_parser.c
2000
host_dns(const char *s, int mask, int numeric)
sbin/pfctl/pfctl_parser.c
2016
if (numeric)
sbin/pfctl/pfctl_parser.c
346
print_port(u_int8_t op, u_int16_t p1, u_int16_t p2, const char *proto, int numeric)
sbin/pfctl/pfctl_parser.c
351
if (!numeric)
sbin/pfctl/pfctl_parser.c
392
sa_family_t af, u_int8_t proto, int opts, int numeric)
sbin/pfctl/pfctl_parser.c
416
numeric);
sbin/pfctl/pfctl_parser.c
429
numeric);
sbin/pfctl/pfctl_parser.c
891
print_rule(struct pfctl_rule *r, const char *anchor_call, int opts, int numeric)
sys/sys/stats.h
405
struct vss_numeric_hlpr_info numeric;
usr.bin/localedef/numeric.c
111
if ((putl_category(numeric.decimal_point, f) == EOF) ||
usr.bin/localedef/numeric.c
112
(putl_category(numeric.thousands_sep, f) == EOF) ||
usr.bin/localedef/numeric.c
113
(putl_category(numeric.grouping, f) == EOF)) {
usr.bin/localedef/numeric.c
45
static struct lc_numeric_T numeric;
usr.bin/localedef/numeric.c
50
(void) memset(&numeric, 0, sizeof (numeric));
usr.bin/localedef/numeric.c
66
numeric.decimal_point = str;
usr.bin/localedef/numeric.c
69
numeric.thousands_sep = str;
usr.bin/localedef/numeric.c
81
free((char *)numeric.grouping);
usr.bin/localedef/numeric.c
82
numeric.grouping = NULL;
usr.bin/localedef/numeric.c
90
if (numeric.grouping == NULL) {
usr.bin/localedef/numeric.c
93
(void) asprintf(&s, "%s;%d", numeric.grouping, n);
usr.bin/localedef/numeric.c
98
free((char *)numeric.grouping);
usr.bin/localedef/numeric.c
99
numeric.grouping = s;
usr.bin/localedef/parser.y
230
| numeric
usr.bin/localedef/parser.y
617
numeric : T_NUMERIC T_NL numeric_list T_END T_NUMERIC T_NL
usr.bin/netstat/inet6.c
1273
const char *proto, int numeric)
usr.bin/netstat/inet6.c
1284
Wflag ? 39 : (Aflag && !numeric) ? 12 : 16,
usr.bin/netstat/inet6.c
1288
if (!numeric && port)
usr.bin/seq/seq.c
109
while ((optind < argc) && !numeric(argv[optind]) &&
usr.bin/seq/seq.c
71
static int numeric(const char *);
usr.bin/top/display.c
1038
readline(char *buffer, int size, int numeric)
usr.bin/top/display.c
1087
else if (cnt == size || (numeric && !isdigit(ch)) ||
usr.bin/top/display.c
1115
return(cnt == 0 ? -1 : numeric ? atoi(buffer) : cnt);
usr.bin/top/display.h
28
int readline(char *buffer, int size, int numeric);
usr.sbin/bluetooth/l2ping/l2ping.c
122
numeric = 1;
usr.sbin/bluetooth/l2ping/l2ping.c
153
if (he == NULL || he->h_name == NULL || he->h_name[0] == '\0' || numeric)
usr.sbin/bluetooth/l2ping/l2ping.c
69
int32_t n, s, count, wait, flood, echo_size, numeric;
usr.sbin/bluetooth/l2ping/l2ping.c
91
numeric = 0;
usr.sbin/syslogd/syslogd.c
237
} numeric;
usr.sbin/syslogd/syslogd.c
240
#define a_addr u.numeric.addr
usr.sbin/syslogd/syslogd.c
241
#define a_mask u.numeric.mask