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

12345678910

/macosx-10.10/Libc-1044.1.2/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.10/OpenSSH-189/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.10/bind9-45.101/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.10/postfix-255/postfix/src/global/
H A Dscache_single.c79 SCACHE_SINGLE_ENDP endp; /* one cached session */ member in struct:__anon11782
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.10/bash-94.1.2/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.10/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.10/ruby-106/ruby/
H A Dia64.s30 .endp rb_ia64_flushrs#
41 .endp rb_ia64_bsp#
/macosx-10.10/bind9-45.101/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.10/curl-83.1.2/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.10/ntp-92/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.10/xnu-2782.1.97/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.10/Libc-1044.1.2/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.10/apr-32/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.10/bind9-45.101/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.10/rsync-45/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.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dlink-order.s13 .endp foo#
/macosx-10.10/sudo-73/src/
H A Dclosefrom.c109 char *endp; local
115 fd = strtol(dent->d_name, &endp, 10);
116 if (dent->d_name != endp && *endp == '\0' &&
/macosx-10.10/shell_cmds-179/chroot/
H A Dchroot.c75 char *shell, *endp, *comma; local
103 gid = (gid_t)strtol(group, &endp, 0);
104 if (endp == group)
122 gidlist[gids] = (gid_t)strtol(grouplist, &endp, 0);
123 if (endp == grouplist)
138 uid = (uid_t)strtol(user, &endp, 0);
139 if (endp == user)
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_version.c176 const char *endp; local
197 endp = arg2 + strlen(arg2);
198 if ( endp == arg2
199 || (!(arg3 && *arg3 == '>' && !arg3[1]) && *--endp != '>')) {
224 endp-arg2),
235 if (endp == ++arg2 || *--endp != '/') {
243 endp-arg2),
252 endp-arg2),
263 endp
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dutil_regex.c43 const char *endp = 0; local
66 endp = ap_strchr_c(str, delim);
68 if (!endp) { /* there's no delim or flags */
80 rxstr = apr_pstrndup(pool, str, endp-str);
87 str = endp+1;
88 if (!*str || (endp = ap_strchr_c(str, delim), !endp)) {
92 ret->subs = apr_pstrndup(pool, str, (endp-str));
96 while (*++endp) {
97 switch (*endp) {
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tools/
H A Dgenrandom.c77 char *endp; local
87 n = strtol(isc_commandline_argument, &endp, 10);
88 if ((*endp != 0) || (n <= 1) || (n > 9))
109 k = strtoul(argv[isc_commandline_index++], &endp, 10);
110 if (*endp != 0)

Completed in 346 milliseconds

12345678910