Searched refs:numeric (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-10.0-release/lib/libutil/
H A Drealhostname.c143 goto numeric;
149 goto numeric;
155 goto numeric;
174 goto numeric;
182 goto numeric;
191 numeric:
/freebsd-10.0-release/usr.bin/netstat/
H A Datalk.c72 at_pr_net(struct sockaddr_at *sat, int numeric) argument
76 if (!numeric) {
89 at_pr_host(struct sockaddr_at *sat, int numeric) argument
93 if (!numeric) {
155 /* 8 for numeric only */
161 int numeric = (what & 0x08); local
169 sprintf(mybuf,"%s",at_pr_net(sat, numeric));
172 sprintf(mybuf,"%s",at_pr_host(sat, numeric));
176 at_pr_net(sat, numeric),
177 at_pr_host(sat, numeric));
[all...]
H A Dinet6.c1095 inet6print(struct in6_addr *in6, int port, const char *proto, int numeric) argument
1102 (Aflag && !numeric) ? 12 : 16, inet6name(in6));
1104 if (!numeric && port)
1117 * numeric value, otherwise try for symbolic name.
/freebsd-10.0-release/contrib/libstdc++/include/precompiled/
H A Dstdc++.h74 #include <numeric>
H A Dextc++.h49 #include <ext/numeric>
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dtests-results.css105 table.summary td.numeric p {
109 table.summary td.numeric-error p {
114 table.summary td.numeric-warning p {
150 table.tcs-summary td.numeric {
154 table.tcs-summary td.numeric p {
158 table.tcs-summary td.tp-numeric {
163 table.tcs-summary td.tp-numeric p {
/freebsd-10.0-release/contrib/ntp/libopts/
H A DMakefile.am20 makeshell.c nested.c numeric.c \
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A DMakefile.am20 makeshell.c nested.c numeric.c \
/freebsd-10.0-release/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c67 int32_t n, s, count, wait, flood, echo_size, numeric; local
89 numeric = 0;
120 numeric = 1;
151 if (he == NULL || he->h_name == NULL || he->h_name[0] == '\0' || numeric)
/freebsd-10.0-release/contrib/mdocml/
H A Dmandoc.c103 char c, term, numeric; local
114 term = numeric = '\0';
237 term = numeric = '\'';
280 term = numeric = ']';
283 term = numeric = '\'';
323 if (numeric && -1 == (ssz = numescape(&cp[i])))
351 * We have a numeric limit. If the string is shorter than that,
/freebsd-10.0-release/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c47 format_who(char *str, size_t size, const acl_entry_t entry, int numeric) argument
69 if (!numeric)
88 if (!numeric)
/freebsd-10.0-release/usr.bin/seq/
H A Dseq.c62 static int numeric(const char *);
69 * The seq command will print out a numeric sequence from 1, the default,
97 while ((optind < argc) && !numeric(argv[optind]) &&
186 * numeric - verify that string is numeric
189 numeric(const char *s) function
/freebsd-10.0-release/contrib/netcat/
H A Dsocks.c63 socklen_t addrlen, int v4only, int numeric)
70 hints.ai_flags = numeric ? AI_NUMERICHOST : 0;
73 /* Don't fatal when attempting to convert a numeric address */
75 if (!numeric) {
273 /* Try to be sane about numeric IPv6 addresses */
62 decode_addrport(const char *h, const char *p, struct sockaddr *addr, socklen_t addrlen, int v4only, int numeric) argument
/freebsd-10.0-release/contrib/libstdc++/include/backward/
H A Dalgo.h66 #include <ext/numeric>
141 // Names from ext/numeric
/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dntpdc-opts.def99 name = numeric;
101 descrip = "numeric host addresses";
103 Output all host addresses in dotted-quad numeric format rather than
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dlocale_classes.h96 * The standard category values are none, ctype, numeric, collate, time,
106 static const category numeric = 1L << 1; member in class:locale
111 static const category all = (ctype | numeric | collate |
300 // collate, ctype, monetary, numeric, time, and messages. These
/freebsd-10.0-release/usr.sbin/trpt/
H A Dtrpt.c94 int numeric(const void *, const void *);
193 qsort(tcp_pcbs, npcbs, sizeof(caddr_t), numeric);
450 numeric(v1, v2) function
/freebsd-10.0-release/contrib/top/
H A Ddisplay.c1037 readline(buffer, size, numeric)
1041 int numeric;
1091 else if (cnt == size || (numeric && !isdigit(ch)) ||
1119 return(cnt == 0 ? -1 : numeric ? atoi(buffer) : cnt);
/freebsd-10.0-release/lib/libc++/
H A DMakefile135 numeric\
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dlocale.cc62 const locale::category locale::numeric; member in class:locale
166 __ret = numeric;
/freebsd-10.0-release/contrib/texinfo/util/
H A Dtexindex.c57 long number; /* The numeric value (for numeric comparison). */
72 char numeric; /* Non-zeros means field is ASCII numeric. */ member in struct:keyfield
182 keyfields[1].numeric = 1;
540 else if (keyfields->numeric)
807 if (keyfield->numeric)
1100 if (keyfields->numeric)
/freebsd-10.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh403 # Find the highest priority level (lowest numeric value).
675 tar -xz --numeric-owner -f ${SNAPSHOTHASH}.tgz snap/ || return 1
958 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
963 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
1001 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
1005 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
/freebsd-10.0-release/sbin/atm/atmconfig/
H A Dnatm.c620 static int numeric, abr; local
624 { "numeric", OPT_SIMPLE, &numeric },
645 if (numeric)
/freebsd-10.0-release/usr.bin/printf/
H A Dprintf.c493 warnx("%s: expected numeric value", *gargv);
529 warnx("%s: expected numeric value", *gargv);
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_parser.c322 print_port(u_int8_t op, u_int16_t p1, u_int16_t p2, const char *proto, int numeric) argument
327 if (!numeric)
368 sa_family_t af, u_int8_t proto, int verbose, int numeric)
390 numeric);
403 numeric);
684 print_rule(struct pf_rule *r, const char *anchor_call, int verbose, int numeric) argument
811 verbose, numeric);
367 print_fromto(struct pf_rule_addr *src, pf_osfp_t osfp, struct pf_rule_addr *dst, sa_family_t af, u_int8_t proto, int verbose, int numeric) argument

Completed in 157 milliseconds

12