Home
last modified time | relevance | path

Searched refs:pch (Results 1 – 10 of 10) sorted by last modified time

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c174 int pch = PERIOD, ch = *dn++; in res_hnok() local
181 } else if (periodchar(pch)) { in res_hnok()
191 pch = ch, ch = nch; in res_hnok()
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_cidr_pton.c173 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()
H A Dinet_net_pton.c199 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
294 if (pch != NULL) { in inet_net_pton_ipv6()
[all …]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c195 pctype pcl, pch; in asgnsamples() local
214 pch = lowpc + scale * (i + 1); in asgnsamples()
220 pcl, pch, ccnt); in asgnsamples()
231 if (pch < svalue0) in asgnsamples()
239 overlap = min(pch, svalue1) - max(pcl, svalue0); in asgnsamples()
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h408 tchar pch; member
H A Dn3.c649 return(p->pch); in popi()
671 p->pch = ch;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_lex.c134 if (!pch->eof) { in po_ungetc()
217 struct ch *pch; in expand_es() local
219 pch = po_getc(); in expand_es()
220 if (pch->eof) { in expand_es()
227 return (pch); in expand_es()
279 if ((pch->len > 1) || (pch->buf[0] < '0') || in expand_es()
353 struct ch *pch; in yylex() local
368 (void) memcpy(yylval.c.buf, pch->buf, pch->len); in yylex()
385 ((pch->len != 1) || (pch->buf[0] != '\n'))) { in yylex()
389 pch->buf, pch->len); in yylex()
[all …]
/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c145 pchtemp_t *pch = arg; in pchtemp_read() local
167 pch->pcht_temp_raw = temp; in pchtemp_read()
169 pch->pcht_ctt_raw = ctt; in pchtemp_read()
218 pchtemp_t *pch; in pchtemp_attach() local
241 if (pch == NULL) { in pchtemp_attach()
246 pch->pcht_dip = dip; in pchtemp_attach()
283 if ((ret = ksensor_create(pch->pcht_dip, &pchtemp_temp_ops, pch, name, in pchtemp_attach()
292 pchtemp_cleanup(pch); in pchtemp_attach()
300 pchtemp_t *pch; in pchtemp_detach() local
313 if (pch == NULL) { in pchtemp_detach()
[all …]
/illumos-gate/usr/src/lib/libc/port/inet/
H A Dinet_pton.c93 const char *pch; in inet_pton4() local
95 if ((pch = strchr(digits, ch)) != NULL) { in inet_pton4()
96 uint_t new = *tp * 10 + (pch - digits); in inet_pton4()
156 const char *pch; in inet_pton6() local
158 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
159 pch = strchr((xdigits = xdigits_u), ch); in inet_pton6()
160 if (pch != NULL) { in inet_pton6()
162 val |= (pch - xdigits); in inet_pton6()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1615 |name match *.pch Intermediate File application/x-ms-mdpxfile