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

12345678910

/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Ddirname.c37 const char *endp; local
53 endp = path + strlen(path) - 1;
54 while (endp > path && *endp == '/')
55 endp--;
58 while (endp > path && *endp != '/')
59 endp--;
62 if (endp == path) {
63 dname[0] = *endp
[all...]
H A Dbasename.c51 const char *endp, *startp; local
66 endp = path + strlen(path) - 1;
67 while (endp > path && *endp == '/')
68 endp--;
71 if (endp == path && *endp == '/') {
77 startp = endp;
81 if (endp - startp + 2 > MAXPATHLEN) {
85 (void)strncpy(bname, startp, endp
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Ddirname.c33 const char *endp; local
43 endp = path + strlen(path) - 1;
44 while (endp > path && *endp == '/')
45 endp--;
48 while (endp > path && *endp != '/')
49 endp--;
52 if (endp == path) {
53 dname[0] = *endp
[all...]
H A Dbasename.c31 const char *endp, *startp; local
41 endp = path + strlen(path) - 1;
42 while (endp > path && *endp == '/')
43 endp--;
46 if (endp == path && *endp == '/') {
53 startp = endp;
57 len = endp - startp + 1;
H A Dbsd-closefrom.c73 char fdpath[PATH_MAX], *endp; local
82 fd = strtol(dent->d_name, &endp, 10);
83 if (dent->d_name != endp && *endp == '\0' &&
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dselectiveencode.h68 idn_selectiveencode_findregion(const char *s, char **startp, char **endp);
/macosx-10.9.5/cctools-845/libstuff/
H A Dmacosx_deployment_target.c68 char *p, *q, *endp; local
84 ten = strtoul(p, &endp, 10);
85 if(*endp != '.')
89 q = endp + 1;
90 major = strtoul(q, &endp, 10);
93 if(*endp != '.' && *endp != '\0')
95 if(*endp == '.'){
96 q = endp + 1;
97 minor = strtoul(q, &endp, 1
[all...]
H A Dversion_number.c45 char *p, *x, *y, *z, *dot, *endp; local
74 X = strtoul(x, &endp, 10);
75 if(*endp != '\0'){
86 Y = strtoul(y, &endp, 10);
87 if(*endp != '\0'){
98 Z = strtoul(z, &endp, 10);
99 if(*endp != '\0'){
H A Dseg_addr_table.c88 char *file_addr, *endp; local
148 strtoul(file_addr + j, &endp, 16);
149 if(endp == NULL)
152 j = endp - file_addr;
167 strtoul(file_addr + j, &endp, 16);
168 if(endp == NULL || endp == file_addr + j){
173 j = endp - file_addr;
244 char *file_addr, *endp; local
308 entry.seg1addr = strtoul(file_addr + i, &endp, 1
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dscache_single.c79 SCACHE_SINGLE_ENDP endp; /* one cached session */ member in struct:__anon11787
86 #define SCACHE_SINGLE_ENDP_BUSY(sp) (VSTRING_LEN(sp->endp.endp_label) > 0)
98 msg_info("%s: %s", myname, STR(sp->endp.endp_label));
101 if (sp->endp.fd >= 0 && close(sp->endp.fd) < 0)
102 msg_warn("close session endpoint %s: %m", STR(sp->endp.endp_label));
103 VSTRING_RESET(sp->endp.endp_label);
104 VSTRING_TERMINATE(sp->endp.endp_label);
105 VSTRING_RESET(sp->endp.endp_prop);
106 VSTRING_TERMINATE(sp->endp
[all...]
H A Dscache_multi.c136 static void scache_multi_drop_endp(SCACHE_MULTI_ENDP *endp, int direction) argument
143 endp->endp_prop, endp->fd);
148 event_cancel_timer(scache_multi_expire_endp, (char *) endp);
155 ring_detach(endp->ring);
156 head = endp->head;
164 if (endp->fd >= 0 && close(endp->fd) != 0)
165 msg_warn("%s: close(%d): %m", myname, endp->fd);
166 myfree(endp
175 SCACHE_MULTI_ENDP *endp = (SCACHE_MULTI_ENDP *) context; local
185 SCACHE_MULTI_ENDP *endp; local
208 SCACHE_MULTI_ENDP *endp; local
254 SCACHE_MULTI_ENDP *endp; local
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/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)
/macosx-10.9.5/cxxfilt-11/cxxfilt/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)
/macosx-10.9.5/ruby-104/ruby/
H A Dia64.s30 .endp rb_ia64_flushrs#
41 .endp rb_ia64_bsp#
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dinet_pton.c137 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
143 endp = tp + NS_IN6ADDRSZ;
172 if (tp + NS_INT16SZ > endp)
180 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
189 if (tp + NS_INT16SZ > endp)
202 if (tp == endp)
205 endp[- i] = colonp[n - i];
208 tp = endp;
210 if (tp != endp)
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dinet_pton.c154 unsigned char tmp[IN6ADDRSZ], *tp, *endp, *colonp; local
160 endp = tp + IN6ADDRSZ;
189 if(tp + INT16SZ > endp)
197 if(ch == '.' && ((tp + INADDRSZ) <= endp) &&
206 if(tp + INT16SZ > endp)
219 if(tp == endp)
222 *(endp - i) = *(colonp + n - i);
225 tp = endp;
227 if(tp != endp)
/macosx-10.9.5/ntp-88/lib/isc/
H A Dinet_pton.c137 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
143 endp = tp + NS_IN6ADDRSZ;
172 if (tp + NS_INT16SZ > endp)
180 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
189 if (tp + NS_INT16SZ > endp)
202 if (tp == endp)
205 endp[- i] = colonp[n - i];
208 tp = endp;
210 if (tp != endp)
/macosx-10.9.5/xnu-2422.115.4/libkern/net/
H A Dinet_pton.c133 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
139 endp = tp + NS_IN6ADDRSZ;
170 if (tp + NS_INT16SZ > endp)
178 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
187 if (tp + NS_INT16SZ > endp)
200 if (tp == endp)
203 endp[- i] = colonp[n - i];
206 tp = endp;
208 if (tp != endp)
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dlsearch.c40 uint8_t *ep, *endp; local
47 for (endp = (uint8_t *)(ep + width * *nelp); ep < endp; ep += width) {
60 memcpy(endp, key, width);
63 return (endp);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dinet_pton.c163 unsigned char tmp[IN6ADDRSZ], *tp, *endp, *colonp; local
169 endp = tp + IN6ADDRSZ;
199 if (tp + INT16SZ > endp)
207 if (ch == '.' && ((tp + INADDRSZ) <= endp) &&
216 if (tp + INT16SZ > endp)
230 endp[- i] = colonp[n - i];
233 tp = endp;
235 if (tp != endp)
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dinet_pton.c163 unsigned char tmp[IN6ADDRSZ], *tp, *endp, *colonp; local
169 endp = tp + IN6ADDRSZ;
199 if (tp + INT16SZ > endp)
207 if (ch == '.' && ((tp + INADDRSZ) <= endp) &&
216 if (tp + INT16SZ > endp)
230 endp[- i] = colonp[n - i];
233 tp = endp;
235 if (tp != endp)
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dlwinetpton.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)
205 endp[- i] = colonp[n - i];
208 tp = endp;
210 if (tp != endp)
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dinet_pton.c135 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
141 endp = tp + NS_IN6ADDRSZ;
171 if (tp + NS_INT16SZ > endp)
179 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
188 if (tp + NS_INT16SZ > endp)
202 endp[- i] = colonp[n - i];
205 tp = endp;
207 if (tp != endp)
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dlink-order.s13 .endp foo#
/macosx-10.9.5/sudo-72/src/
H A Dclosefrom.c109 char *endp; local
115 fd = strtol(dent->d_name, &endp, 10);
116 if (dent->d_name != endp && *endp == '\0' &&

Completed in 665 milliseconds

12345678910