Searched refs:endp (Results 1 - 25 of 256) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dselectiveencode.h70 idn_selectiveencode_findregion(const char *s, char **startp, char **endp);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dproc.s7 .endp func, func1, func2
13 .endp
H A Dgroup-1.s10 .endp _foo#
H A Dgroup-2.s6 .endp foo#
H A Dproc.l6 .*:13: Error: Empty argument of .endp
H A Dunwind-err.s1 .endp xyz
19 .endp personality
53 .endp start
60 .endp late_prologue
67 .endp late_body
H A Dreloc-uw.s9 .endp uw\type
H A Dbundling.s15 .endp _start
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/ofwboot/
H A Dbootinfo.c49 uint64_t *endp; local
51 endp = (uint64_t *)ALIGN(addr);
56 sparc64_memset(endp, 0, BOOTINFO_SIZE);
62 endp[0] = (uint64_t)(u_long)((char *)endp + BOOTINFO_SIZE);
63 bootinfo = (char *)ALIGN(&endp[2]);
64 endp[1] = (uint64_t)(u_long)bootinfo;
72 return (u_long) endp;
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/posix_spawn/
H A Dh_spawn.c40 char *endp; local
46 ret = strtoul(argv[1], &endp, 10);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/boot/
H A Dbootinfo.c48 u_long *endp; local
50 endp = (u_long *)ALIGN(addr);
55 endp[0] = (u_long)((char *)endp + BOOTINFO_SIZE);
56 bootinfo = (char *)ALIGN(&endp[2]);
57 endp[1] = (u_long)bootinfo;
65 return (u_long) endp;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dscache_single.c81 SCACHE_SINGLE_ENDP endp; /* one cached session */ member in struct:__anon2441
88 #define SCACHE_SINGLE_ENDP_BUSY(sp) (VSTRING_LEN(sp->endp.endp_label) > 0)
100 msg_info("%s: %s", myname, STR(sp->endp.endp_label));
103 if (sp->endp.fd >= 0 && close(sp->endp.fd) < 0)
104 msg_warn("close session endpoint %s: %m", STR(sp->endp.endp_label));
105 VSTRING_RESET(sp->endp.endp_label);
106 VSTRING_TERMINATE(sp->endp.endp_label);
107 VSTRING_RESET(sp->endp.endp_prop);
108 VSTRING_TERMINATE(sp->endp
[all...]
H A Dscache_multi.c138 static void scache_multi_drop_endp(SCACHE_MULTI_ENDP *endp, int direction) argument
145 endp->endp_prop, endp->fd);
150 event_cancel_timer(scache_multi_expire_endp, (char *) endp);
157 ring_detach(endp->ring);
158 head = endp->head;
166 if (endp->fd >= 0 && close(endp->fd) != 0)
167 msg_warn("%s: close(%d): %m", myname, endp->fd);
168 myfree(endp
177 SCACHE_MULTI_ENDP *endp = (SCACHE_MULTI_ENDP *) context; local
187 SCACHE_MULTI_ENDP *endp; local
210 SCACHE_MULTI_ENDP *endp; local
256 SCACHE_MULTI_ENDP *endp; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Dplural-exp.c115 char *endp; local
126 n = strtoul (nplurals, &endp, 10);
128 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
129 n = n * 10 + (*endp - '0');
131 if (nplurals == endp)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Dplural-exp.c115 char *endp; local
126 n = strtoul (nplurals, &endp, 10);
128 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
129 n = n * 10 + (*endp - '0');
131 if (nplurals == endp)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dplural-exp.c115 char *endp; local
126 n = strtoul (nplurals, &endp, 10);
128 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
129 n = n * 10 + (*endp - '0');
131 if (nplurals == endp)
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Dplural-exp.c117 char *endp; local
128 n = strtoul (nplurals, &endp, 10);
130 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
131 n = n * 10 + (*endp - '0');
133 if (nplurals == endp)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Dplural-exp.c115 char *endp; local
126 n = strtoul (nplurals, &endp, 10);
128 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
129 n = n * 10 + (*endp - '0');
131 if (nplurals == endp)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dplural-exp.c113 char *endp; local
124 n = strtoul (nplurals, &endp, 10);
126 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
127 n = n * 10 + (*endp - '0');
129 if (nplurals == endp)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dinet_pton.c139 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
145 endp = tp + NS_IN6ADDRSZ;
174 if (tp + NS_INT16SZ > endp)
182 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
191 if (tp + NS_INT16SZ > endp)
204 if (tp == endp)
207 endp[- i] = colonp[n - i];
210 tp = endp;
212 if (tp != endp)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dinet_pton.c140 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
146 endp = tp + NS_IN6ADDRSZ;
175 if (tp + NS_INT16SZ > endp)
183 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
192 if (tp + NS_INT16SZ > endp)
205 if (tp == endp)
208 endp[- i] = colonp[n - i];
211 tp = endp;
213 if (tp != endp)
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dmemmem.c49 const unsigned char *bp, *pp, *endp; local
66 endp = bp + (blen - plen) + 1;
73 while (bp < endp) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dlwinetpton.c141 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
147 endp = tp + NS_IN6ADDRSZ;
176 if (tp + NS_INT16SZ > endp)
184 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
193 if (tp + NS_INT16SZ > endp)
207 endp[- i] = colonp[n - i];
210 tp = endp;
212 if (tp != endp)
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dclosefrom.c75 char fdpath[PATH_MAX], *endp; local
84 fd = strtol(dent->d_name, &endp, 10);
85 if (dent->d_name != endp && *endp == '\0' &&
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dlink-order.s13 .endp foo#

Completed in 203 milliseconds

1234567891011