Searched refs:pch (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/msgfmt/ |
H A D | gnu_lex.c | 130 po_ungetc(struct ch *pch) in po_ungetc() argument 136 if (!pch->eof) { in po_ungetc() 137 backlen = pch->len; in po_ungetc() 138 (void) memcpy(backbuf, pch->buf, backlen); in po_ungetc() 219 struct ch *pch; in expand_es() local 221 pch = po_getc(); in expand_es() 222 if (pch->eof) { in expand_es() 227 if (pch->len > 1) { in expand_es() 229 return (pch); in expand_es() 234 switch (pch->buf[0]) { in expand_es() [all …]
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | inet_pton.c | 92 const char *pch; in inet_pton4() local 94 if ((pch = strchr(digits, ch)) != NULL) { in inet_pton4() 95 uint_t new = *tp * 10 + (pch - digits); in inet_pton4() 157 const char *pch; in inet_pton6() local 159 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6() 160 pch = strchr((xdigits = xdigits_u), ch); in inet_pton6() 161 if (pch != NULL) { in inet_pton6() 163 val |= (pch - xdigits); in inet_pton6()
|
/titanic_41/usr/src/lib/libresolv2/common/inet/ |
H A D | inet_net_pton.c | 199 const char *pch; in getbits() local 201 pch = strchr(digits, ch); in getbits() 202 if (pch != NULL) { in getbits() 206 val += (pch - digits); in getbits() 230 const char *pch; in getv4() local 232 pch = strchr(digits, ch); in getv4() 233 if (pch != NULL) { in getv4() 237 val += (pch - digits); in getv4() 290 const char *pch; in inet_net_pton_ipv6() local 292 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6() [all …]
|
H A D | inet_cidr_pton.c | 173 const char *pch; in inet_cidr_pton_ipv6() local 175 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_cidr_pton_ipv6() 176 pch = strchr((xdigits = xdigits_u), ch); in inet_cidr_pton_ipv6() 177 if (pch != NULL) { in inet_cidr_pton_ipv6() 179 val |= (pch - xdigits); in inet_cidr_pton_ipv6()
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_comp.c | 179 int pch = PERIOD, ch = *dn++; in res_hnok() local 186 } else if (periodchar(pch)) { in res_hnok() 196 pch = ch, ch = nch; in res_hnok()
|
/titanic_41/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.c | 159 pctype pcl, pch; in asgnsamples() local 178 pch = lowpc + scale * (i + 1); in asgnsamples() 184 pcl, pch, ccnt); in asgnsamples() 195 if (pch < svalue0) in asgnsamples() 203 overlap = min(pch, svalue1) - max(pcl, svalue0); in asgnsamples()
|
/titanic_41/usr/src/cmd/troff/ |
H A D | n3.c | 651 return(p->pch); in popi() 673 p->pch = ch;
|
H A D | tdef.h | 410 tchar pch; member
|