Searched refs:c (Results 1 – 10 of 10) sorted by relevance
30 int c, n, escaped; in ___ns_name_pton() local41 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 …]
30 xtob(int c) { in xtob() argument31 return (c - (((c >= '0') && (c <= '9')) ? '0' : '7')); in xtob()36 u_char c, nib; in inet_nsap_addr() local40 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 …]
62 unsigned char c; in ___ns_name_ntop() local88 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()
110 char c; in inet_aton_end() local124 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()
113 herror.c114 res_comp.c115 res_data.c116 res_debug.c117 res_init.c120 res_send.c123 ns_name.c125 ns_parse.c126 ns_print.c128 ns_ttl.c[all …]
53 u_char c; in ns_name_ntol() local81 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()
192 const struct cmd *c = 0; in parse_line() local210 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()
180 vpath %.c nss_dns206 CFLAGS-res_hconf.c += -fexceptions
416 u_int c = *rdata++; in libresolv_hidden_def() local418 if (c & 0200) { in libresolv_hidden_def()429 c <<= 1; in libresolv_hidden_def()
39 …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-1c50 # bytes-4c60 # bytes-63c113 …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