Home
last modified time | relevance | path

Searched refs:c (Results 1 – 10 of 10) sorted by relevance

/resolv/
A Dns_name_pton.c30 int c, n, escaped; in ___ns_name_pton() local
41 if ('0' <= c && c <= '9') in ___ns_name_pton()
44 if ((c = *src++) == 0 || c < '0' || c > '9') in ___ns_name_pton()
50 if ((c = *src++) == 0 || c < '0' || c > '9') in ___ns_name_pton()
61 c = n; in ___ns_name_pton()
65 else if (c == '\\') in ___ns_name_pton()
70 else if (c == '.') in ___ns_name_pton()
83 *label = c; in ___ns_name_pton()
123 c = (bp - label - 1); in ___ns_name_pton()
134 *label = c; in ___ns_name_pton()
[all …]
A Dnsap_addr.c30 xtob(int c) { in xtob() argument
31 return (c - (((c >= '0') && (c <= '9')) ? '0' : '7')); in xtob()
36 u_char c, nib; in inet_nsap_addr() local
40 if (c == '.' || c == '+' || c == '/') in inet_nsap_addr()
42 if (!isascii(c)) in inet_nsap_addr()
44 c = toupper(c); in inet_nsap_addr()
45 if (isxdigit(c)) { in inet_nsap_addr()
46 nib = xtob(c); in inet_nsap_addr()
47 c = *ascii++; in inet_nsap_addr()
48 if (c != '\0') { in inet_nsap_addr()
[all …]
A Dns_name_ntop.c62 unsigned char c; in ___ns_name_ntop() local
88 c = *cp++; in ___ns_name_ntop()
89 if (special (c)) in ___ns_name_ntop()
97 *dn++ = c; in ___ns_name_ntop()
99 else if (!printable (c)) in ___ns_name_ntop()
107 *dn++ = '0' + (c / 100); in ___ns_name_ntop()
108 *dn++ = '0' + ((c % 100) / 10); in ___ns_name_ntop()
109 *dn++ = '0' + (c % 10); in ___ns_name_ntop()
118 *dn++ = c; in ___ns_name_ntop()
A Dinet_addr.c110 char c; in inet_aton_end() local
124 c = *cp; in inet_aton_end()
129 if (!isdigit (c)) in inet_aton_end()
142 c = *cp; in inet_aton_end()
143 if (c == '.') in inet_aton_end()
152 c = *++cp; in inet_aton_end()
158 if (c != '\0' && (!isascii (c) || !isspace (c))) in inet_aton_end()
A DREADME113 herror.c
114 res_comp.c
115 res_data.c
116 res_debug.c
117 res_init.c
120 res_send.c
123 ns_name.c
125 ns_parse.c
126 ns_print.c
128 ns_ttl.c
[all …]
A Dns_name.c53 u_char c; in ns_name_ntol() local
81 c = *cp++; in ns_name_ntol()
82 if (isupper(c)) in ns_name_ntol()
83 *dn++ = tolower(c); in ns_name_ntol()
85 *dn++ = c; in ns_name_ntol()
A Dres_hconf.c192 const struct cmd *c = 0; in parse_line() local
210 c = &cmd[i]; in parse_line()
214 if (c == NULL) in parse_line()
231 if (c->cb == CB_arg_trimdomain_list) in parse_line()
233 else if (c->cb == CB_arg_bool) in parse_line()
234 str = arg_bool (fname, line_num, str, c->arg); in parse_line()
A DMakefile180 vpath %.c nss_dns
206 CFLAGS-res_hconf.c += -fexceptions
A Dns_print.c416 u_int c = *rdata++; in libresolv_hidden_def() local
418 if (c & 0200) { in libresolv_hidden_def()
429 c <<= 1; in libresolv_hidden_def()
A Dtst-ns_name.data39 …133 \@.A.B.C.D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.[.\\.].^._.`.a.b.c.d.e.f.g.h.i.j.k.l.m.…
40 # bytes-1c
50 # bytes-4c
60 # bytes-63c
113 …wF4AXkBegF7AXwBfQF+AX8A 109 \@.C.D.E.F.O.P.Q.R.S.T.U.V.W.X.Y.Z.[.\\._.`.a.b.c.d.e.f.g.h.i.j.k.l.m.…
328 …26\027.\028\029\030\031.\032!\"#.\$%&'.\(\)*+.,-\./.0123.4567.89:\;.<=>_.`a`c.defg.hijk.lmno.pqrs.…
482 …2.\004\024\001\021\022\023\004\024:\026\027\004\011\255\030\031\0135\)\"\025c\$.\026\027\004\020#\…

Completed in 23 milliseconds