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

12

/freebsd-9.3-release/lib/libutil/
H A Drealhostname.c143 goto numeric;
149 goto numeric;
155 goto numeric;
174 goto numeric;
182 goto numeric;
191 numeric:
/freebsd-9.3-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-9.3-release/contrib/libstdc++/include/precompiled/
H A Dstdc++.h74 #include <numeric>
H A Dextc++.h49 #include <ext/numeric>
/freebsd-9.3-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-9.3-release/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in18 my $dodns = $opts->{numeric} ? 0 : 1;
/freebsd-9.3-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-9.3-release/usr.bin/seq/
H A Dseq.c63 int numeric(const char *);
70 * The seq command will print out a numeric sequence from 1, the default,
98 while ((optind < argc) && !numeric(argv[optind]) &&
187 * numeric - verify that string is numeric
190 numeric(const char *s) function
/freebsd-9.3-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-9.3-release/contrib/libstdc++/include/backward/
H A Dalgo.h66 #include <ext/numeric>
141 // Names from ext/numeric
/freebsd-9.3-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-9.3-release/contrib/ntp/sntp/libopts/
H A DMakefile.am53 nested.c numeric.c option-value-type.c \
/freebsd-9.3-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-9.3-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-9.3-release/lib/libc++/
H A DMakefile137 numeric\
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dlocale.cc62 const locale::category locale::numeric; member in class:locale
166 __ret = numeric;
/freebsd-9.3-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-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh389 # Find the highest priority level (lowest numeric value).
638 tar -xz --numeric-owner -f ${SNAPSHOTHASH}.tgz snap/ || return 1
909 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
914 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
979 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
983 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Dnatm.c620 static int numeric, abr; local
624 { "numeric", OPT_SIMPLE, &numeric },
645 if (numeric)
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog113 # vulnerable to forgery) and keep your logged addresses all in numeric
120 # - Stopped reporting host IPs twice when numeric output was requested.
143 # - Added numeric parse option to turn off hostname lookups.
297 my $numeric = 0; # Don't lookup hostnames.
321 $numeric = 1;
571 # Make sure addresses are numeric at this point. We want to sort by
680 if ($numeric)
693 my $peerName = ($numeric ? &dottedAddr ($peer) : &hostName ($peer));
739 # Translates a numeric port/named protocol to a port name. Reserved ports
740 # that do not have an entry in the services database are left numeric
[all...]
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c209 bool numeric; /* Flag for numeric comparison. Handle member in struct:keyfield
212 bool general_numeric; /* Flag for general, numeric comparison.
350 -g, --general-numeric-sort compare according to general numerical value\n\
353 -n, --numeric-sort compare according to string numerical value\n\
412 {"general-numeric-sort", no_argument, NULL, 'g'},
417 {"numeric-sort", no_argument, NULL, 'n'},
1805 if (key->numeric | key->general_numeric)
1810 diff = ((key->numeric ? numcompare : general_numcompare)
1979 if (key->numeric | ke
[all...]
/freebsd-9.3-release/usr.bin/printf/
H A Dprintf.c487 warnx("%s: expected numeric value", *gargv);
523 warnx("%s: expected numeric value", *gargv);
/freebsd-9.3-release/contrib/pf/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
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf644 R$- . $- :: $+ $@ $>Canonify2 $3 < @ $1.$2 .DECNET > numeric DECnet addr
791 # handle numeric address spec
792 R$* < @ [ $+ ] > $* $: $>ParseLocal $1 < @ [ $2 ] > $3 numeric internet spec

Completed in 251 milliseconds

12