Searched refs:pch (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-10.1-release/usr.bin/patch/
H A DMakefile6 SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dssl_init.c88 char * pch; local
99 for (pch = upcased; '\0' != *pch; pch++)
100 *pch = (char)toupper((unsigned char)*pch);
H A Dsocktoa.c114 const u_char *pch; local
124 pch = (const void *)&AF(addr);
125 hashVal = 37 * hashVal + *pch;
127 pch++;
128 hashVal = 37 * hashVal + *pch;
132 pch = (const void *)&SOCK_ADDR4(addr);
137 pch = (const void *)&SOCK_ADDR6(addr);
143 hashVal = 37 * hashVal + pch[j];
H A Dis_ip_address.c38 char *pch; local
66 pch = strchr(tmpbuf, ']');
67 if (pch != NULL)
68 *pch = '\0';
H A Dstatestr.c344 char * pch; local
352 pch = buf;
358 rc = snprintf(pch, (lim - pch), "%s%s", sep,
362 pch += (u_int)rc;
363 if (pch >= lim)
/freebsd-10.1-release/contrib/apr/network_io/unix/
H A Dinet_pton.c116 const char *pch; local
118 if ((pch = strchr(digits, ch)) != NULL) {
119 unsigned int new = *tp * 10 + (unsigned int)(pch - digits);
179 const char *pch; local
181 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
182 pch = strchr((xdigits = xdigits_u), ch);
183 if (pch != NULL) {
185 val |= (pch - xdigits);
/freebsd-10.1-release/contrib/ldns/compat/
H A Dinet_pton.c106 const char *pch; local
108 if ((pch = strchr(digits, ch)) != NULL) {
109 uint32_t new = *tp * 10 + (pch - digits);
170 const char *pch; local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
173 pch = strchr((xdigits = xdigits_u), ch);
174 if (pch != NULL) {
176 val |= (pch - xdigits);
/freebsd-10.1-release/contrib/unbound/compat/
H A Dinet_pton.c106 const char *pch; local
108 if ((pch = strchr(digits, ch)) != NULL) {
109 uint32_t new = *tp * 10 + (pch - digits);
170 const char *pch; local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
173 pch = strchr((xdigits = xdigits_u), ch);
174 if (pch != NULL) {
176 val |= (pch - xdigits);
/freebsd-10.1-release/sys/libkern/
H A Dinet_pton.c89 const char *pch; local
91 if ((pch = strchr(digits, ch)) != NULL) {
92 u_int new = *tp * 10 + (pch - digits);
154 const char *pch; local
156 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
157 pch = strchr((xdigits = xdigits_u), ch);
158 if (pch != NULL) {
160 val |= (pch - xdigits);
/freebsd-10.1-release/contrib/ntp/lib/isc/
H A Dinet_pton.c92 const char *pch; local
94 if ((pch = strchr(digits, ch)) != NULL) {
95 size_t newv = *tp * 10 + (pch - digits);
154 const char *pch; local
156 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
157 pch = strchr((xdigits = xdigits_u), ch);
158 if (pch != NULL) {
160 val |= (pch - xdigits);
/freebsd-10.1-release/lib/libc/inet/
H A Dinet_net_pton.c201 const char *pch; local
203 pch = strchr(digits, ch);
204 if (pch != NULL) {
208 val += (pch - digits);
232 const char *pch; local
234 pch = strchr(digits, ch);
235 if (pch != NULL) {
239 val += (pch - digits);
292 const char *pch; local
294 if ((pch
[all...]
H A Dinet_pton.c90 const char *pch; local
92 if ((pch = strchr(digits, ch)) != NULL) {
93 u_int new = *tp * 10 + (pch - digits);
153 const char *pch; local
155 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
156 pch = strchr((xdigits = xdigits_u), ch);
157 if (pch != NULL) {
159 val |= (pch - xdigits);
H A Dinet_cidr_pton.c175 const char *pch; local
177 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
178 pch = strchr((xdigits = xdigits_u), ch);
179 if (pch != NULL) {
181 val |= (pch - xdigits);
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dkod_management.c129 char *pch; local
143 pch = strchr(kod_db_file + 1, DIR_SEP);
144 while (NULL != pch) {
145 *pch = '\0';
152 *pch = DIR_SEP;
153 pch = strchr(pch + 1, DIR_SEP);
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-ilk.c97 static cvmx_ilk_pipe_chan_t *pch = NULL, *tmp; local
133 if (pch == NULL)
135 pch = (cvmx_ilk_pipe_chan_t *)
142 if (pch == NULL)
146 memset (pch, 0, CVMX_MAX_ILK_CHANS * sizeof(cvmx_ilk_pipe_chan_t));
147 tmp = pch;
154 res = cvmx_ilk_tx_set_channel (interface, pch, cvmx_ilk_chans[interface]);
243 tmp = pch;
281 kfree (pch);
/freebsd-10.1-release/usr.bin/from/
H A Dfrom.c148 char ch, pch, first; local
160 if (!(pch = *p++))
164 if (ch != pch)
/freebsd-10.1-release/sys/dev/sound/isa/
H A Dsb16.c95 struct sb_chinfo pch, rch; member in struct:sb_info
534 if (sb->pch.fmt & AFMT_8BIT)
540 if (sb->pch.fmt & AFMT_16BIT)
547 if (sb->pch.dch == 1)
553 if (sb->pch.dch == 2)
562 if ((reason & 1) && (sb->pch.run))
563 chn_intr(sb->pch.channel);
578 sndbuf_dma(sb->pch.buffer, PCMTRIG_STOP);
587 pprio = sb->pch.run? 1 : 0;
588 sndbuf_dmasetup(sb->pch
[all...]
/freebsd-10.1-release/gnu/usr.bin/cc/libcpp/
H A DMakefile16 mkdeps.c pch.c symtab.c traditional.c
/freebsd-10.1-release/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c200 int ch, pch, fid_len, res = 0; local
244 pch = ch = getc(bpf);
245 while ( ! ( ch == '\n' && pch != '\\') && ch != EOF) {
246 pch = ch; ch = getc(bpf);
294 int ch, pch; local
351 pch = ch = getc(bpf);
352 while ( ! ( ch == '\n' && pch != '\\') && ch != EOF) {
353 pch = ch; ch = getc(bpf);
/freebsd-10.1-release/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c407 struct pmcstat_cgnode_hash *pch; local
425 LIST_FOREACH(pch, &pmcstat_cgnode_hash[n], pch_next)
426 if (pch->pch_pmcid == pmcid) {
427 nsamples += pch->pch_cgnode->pcg_count;
428 *cgn++ = pch->pch_cgnode;
582 struct pmcstat_cgnode_hash *pch; local
605 LIST_FOREACH(pch, &pmcstat_cgnode_hash[n], pch_next)
606 if (pmcr == NULL || pch->pch_pmcid == pmcr->pr_pmcid) {
607 nsamples += pch->pch_cgnode->pcg_count;
608 *cgn++ = pch
668 struct pmcstat_cgnode_hash *pch, *pchtmp; local
[all...]
H A Dpmcpl_calltree.c351 struct pmcpl_ct_node_hash *pch; local
354 STAILQ_FOREACH(pch, &pmcpl_ct_node_hash[i], pch_next)
355 pch->pch_ctnode->pct_color = PMCPL_PCT_WHITE;
980 struct pmcpl_ct_node_hash *pch, *pchc; local
985 if ((pch = malloc(sizeof(*pch))) == NULL)
987 pch->pch_ctnode = ct;
988 STAILQ_INSERT_TAIL(&q, pch, pch_next);
992 pch = STAILQ_FIRST(&q);
994 pmcpl_ct_printnode(pch
1083 struct pmcpl_ct_node_hash *pch; local
1173 struct pmcpl_ct_node_hash *pch, *pchtmp; local
[all...]
/freebsd-10.1-release/lib/libc/resolv/
H A Dres_comp.c160 int pch = PERIOD, ch = *dn++; local
167 } else if (periodchar(pch)) {
177 pch = ch, ch = nch;
/freebsd-10.1-release/lib/libutil/
H A Dlogin_class.c139 substvar(const char * var, const struct passwd * pwd, int hlen, int pch, int nlen) argument
157 - dollas + (tildes * (pch+hlen))
174 int v = pch && *(p+1) != '/'; /* Avoid double // */
201 char pch = 0; local
204 ++pch;
210 char * np = substvar(var, pwd, hlen, pch, nlen);
236 if ((np = substvar(p, pwd, hlen, pch, nlen)) != NULL) {
/freebsd-10.1-release/sys/dev/sound/pci/
H A Datiixp.c122 struct atiixp_chinfo pch; member in struct:atiixp_info
445 ch = &sc->pch;
684 #define atiixp_chan_active(sc) (((sc)->pch.flags | (sc)->rch.flags) & \
702 trigger |= (atiixp_poll_channel(&sc->pch) != 0) ? 1 : 0;
712 chn_intr(sc->pch.channel);
779 if (sc->pch.flags & ATI_IXP_CHN_RUNNING)
780 ch = &sc->pch;
888 (sc->pch.flags & ATI_IXP_CHN_RUNNING))
922 chn_intr(sc->pch.channel);
1342 if (sc->pch
[all...]
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_scanner.c642 char *pch; local
647 pch = lexeme;
648 while (*pch && isspace((u_char)*pch))
649 pch++;
651 if (!*pch) {

Completed in 297 milliseconds

123