Searched refs:ep (Results 51 - 75 of 442) sorted by relevance

1234567891011>>

/macosx-10.9.5/system_cmds-597.90.1/chpass.tproj/
H A Dedit.c191 ENTRY* ep; local
192 for (ep = list; ep->prompt; ep++)
193 if (!ep->restricted) {
194 ep->display(attrs, *ep->attrName, ep->prompt, fp);
296 ENTRY *ep; local
332 for (ep
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chpass.tproj/
H A Dedit.c191 ENTRY* ep; local
192 for (ep = list; ep->prompt; ep++)
193 if (!ep->restricted) {
194 ep->display(attrs, *ep->attrName, ep->prompt, fp);
296 ENTRY *ep; local
332 for (ep
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Dport.c266 pfd_elem_t *ep; local
292 for (ep = APR_RING_FIRST(&(pollset->p->add_ring));
293 ep != APR_RING_SENTINEL(&(pollset->p->add_ring),
295 ep = APR_RING_NEXT(ep, link)) {
297 if (descriptor->desc.s == ep->pfd.desc.s) {
299 APR_RING_REMOVE(ep, link);
301 ep, pfd_elem_t, link);
320 for (ep = APR_RING_FIRST(&(pollset->p->query_ring));
321 ep !
351 pfd_elem_t *ep; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Dport.c266 pfd_elem_t *ep; local
292 for (ep = APR_RING_FIRST(&(pollset->p->add_ring));
293 ep != APR_RING_SENTINEL(&(pollset->p->add_ring),
295 ep = APR_RING_NEXT(ep, link)) {
297 if (descriptor->desc.s == ep->pfd.desc.s) {
299 APR_RING_REMOVE(ep, link);
301 ep, pfd_elem_t, link);
320 for (ep = APR_RING_FIRST(&(pollset->p->query_ring));
321 ep !
351 pfd_elem_t *ep; local
[all...]
/macosx-10.9.5/text_cmds-87/rs/
H A Drs.c109 #define INCR(ep) do { \
110 if (++ep >= endelem) \
111 ep = getptrs(ep); \
133 char **ep; local
156 ep = getptrs(elem);
160 *ep = curline;
161 INCR(ep); /* prepare for next entry */
171 *ep = blank;
173 *ep
197 char **ep; local
245 char **ep; local
[all...]
/macosx-10.9.5/file_cmds-230/mtree/
H A Dverify.c73 NODE *ep, *level; local
112 for (ep = level; ep; ep = ep->next)
113 if ((ep->flags & F_MAGIC &&
114 !fnmatch(ep->name, p->fts_name, FNM_PATHNAME)) ||
115 !strcmp(ep->name, p->fts_name)) {
116 ep->flags |= F_VISIT;
117 if ((ep
[all...]
H A Dspec.c175 char *ep; local
183 ip->cksum = strtoul(val, &ep, 10);
184 if (*ep)
215 ip->st_gid = (gid_t)strtoul(val, &ep, 10);
216 if (*ep)
235 ip->st_nlink = strtoul(val, &ep, 10);
236 if (*ep)
241 ip->st_size = strtoq(val, &ep, 10);
242 if (*ep)
254 ip->st_mtimespec.tv_sec = strtoul(val, &ep, 1
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-dvmrp.c78 register const u_char *ep; local
81 ep = (const u_char *)snapend;
82 if (bp >= ep)
97 if (print_probe(bp, ep, len) < 0)
105 if (print_report(bp, ep, len) < 0)
116 if (print_neighbors(bp, ep, len) < 0)
135 if (print_neighbors2(bp, ep, len) < 0)
169 print_report(register const u_char *bp, register const u_char *ep, argument
195 if (bp + width + 1 > ep) {
226 print_probe(register const u_char *bp, register const u_char *ep, argument
259 print_neighbors(register const u_char *bp, register const u_char *ep, register u_int len) argument
290 print_neighbors2(register const u_char *bp, register const u_char *ep, register u_int len) argument
[all...]
H A Dprint-ether.c94 register const struct ether_header *ep; local
97 ep = (const struct ether_header *)bp;
100 etheraddr_string(ESRC(ep)),
101 etheraddr_string(EDST(ep))));
103 ether_type = EXTRACT_16BITS(&ep->ether_type);
132 struct ether_header *ep; local
151 ep = (struct ether_header *)p;
154 ether_type = EXTRACT_16BITS(&ep->ether_type);
162 if (llc_print(p, length, caplen, ESRC(ep), EDST(ep),
[all...]
H A Dprint-pim.c212 register const u_char *ep; local
215 ep = (const u_char *)snapend;
216 if (bp >= ep)
420 register const u_char *ep; local
423 ep = (const u_char *)snapend;
424 if (bp >= ep)
625 register const u_char *ep; local
629 ep = (const u_char *)snapend;
630 if (bp >= ep)
632 if (ep > b
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dplurults.cpp462 const char* ep = rp; local
463 while (*ep && *ep != ':') ++ep;
466 UnicodeString keyword(rp, ep - rp, US_INV);
479 if (*ep) {
480 ++ep; // skip colon
481 while (*ep && *ep == ' ') ++ep; // an
[all...]
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A Dmisc.c75 ExtentList_t **ep = &vdp->list; local
78 while (*ep) {
79 if ((*ep)->count < kExtentCount) {
80 indx = (*ep)->count;
81 (*ep)->extents[indx].base = start;
82 (*ep)->extents[indx].length = length;
83 (*ep)->count++;
86 ep = &(*ep)->next;
89 if (*ep
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Didn-lookup.c66 char *ep; local
89 ep = encoded;
96 len = sizeof(encoded) - (ep - encoded);
97 ret = wind_punycode_label_toascii(norm + i, j - i, ep, &len);
101 ep += len;
102 *ep++ = '.';
105 *ep = '\0';
/macosx-10.9.5/adv_cmds-153/stty/
H A Dgfmt.c84 char *ep, *p; local
93 if (!(ep = strchr(p, '=')))
95 *ep++ = '\0';
96 (void)sscanf(ep, "%lx", &tmp);
108 (void)sscanf(ep, "%ld", &tmp);
121 (void)sscanf(ep, "%ld", &tmp);
128 (void)sscanf(ep, "%ld", &tmp);
/macosx-10.9.5/shell_cmds-175/kill/
H A Dkill.c68 char *ep; local
83 numsig = strtol(*argv, &ep, 10);
84 if (!**argv || *ep)
115 numsig = strtol(*argv, &ep, 10);
116 if (!**argv || *ep)
129 pid = strtol(*argv, &ep, 10);
130 if (!**argv || *ep) {
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dinet_ntop.c118 char *tp, *ep; local
159 ep = tmp + sizeof(tmp);
160 for (i = 0; i < (IN6ADDRSZ / INT16SZ) && tp < ep; i++) {
165 if (tp + 1 >= ep)
173 if (tp + 1 >= ep)
180 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
185 advance = snprintf(tp, ep - tp, "%x", words[i]);
186 if (advance <= 0 || advance >= ep - tp)
192 if (tp + 1 >= ep)
196 if (tp + 1 >= ep)
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dbsd.c127 static int ensure_ep_open(usb_dev_handle *dev, int ep, int mode);
249 static int ensure_ep_open(usb_dev_handle *dev, int ep, int mode) argument
259 ep = UE_GET_ADDR(ep);
261 if (info->ep_fd[ep] < 0) {
263 snprintf(buf, sizeof(buf) - 1, "%s.%d", dev->device->filename, ep);
265 snprintf(buf, sizeof(buf) - 1, "%s.%02d", dev->device->filename, ep);
276 info->ep_fd[ep] = fd;
279 return info->ep_fd[ep];
282 int usb_bulk_write(usb_dev_handle *dev, int ep, cha argument
320 usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
361 usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
403 usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
617 usb_resetep(usb_dev_handle *dev, unsigned int ep) argument
624 usb_clear_halt(usb_dev_handle *dev, unsigned int ep) argument
[all...]
/macosx-10.9.5/text_cmds-87/split/
H A Dsplit.c87 char *ep, *p; local
102 numlines = strtol(++p, &ep, 10);
105 strtol(argv[optind] + 1, &ep, 10);
106 if (numlines <= 0 || *ep)
112 if ((sufflen = strtol(optarg, &ep, 10)) <= 0 || *ep)
118 if ((bytecnti = strtoimax(optarg, &ep, 10)) <= 0 ||
119 (*ep != '\0' && *ep != 'k' && *ep !
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dhdgen.c295 AST_export_n_t *ep
299 for (; ep; ep = ep->next) {
300 switch (ep->kind) {
302 STRTAB_str_to_string(ep->thing_p.exported_cpp_quote->text, &str);
308 CSPELL_constant_def (fid, ep->thing_p.exported_constant, "");
313 CSPELL_operation_def (fid, ep->thing_p.exported_operation);
316 CSPELL_type_def (fid, ep->thing_p.exported_type, true);
369 AST_export_n_t *ep; local
428 CSPELL_epv_type_and_var( FILE *fid, NAMETABLE_id_t if_name, unsigned long int if_version, AST_export_n_t *ep, boolean declare_cepv ) argument
487 AST_export_n_t *ep; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtmxfmt.c101 register char* ep; local
133 ep = buf + len;
149 if (cp < ep)
237 if (cp < ep)
263 cp = number(cp, ep, (long)(1900 + tm->tm_year) / 100, 2, width, pad);
266 cp = number(cp, ep, (long)tm->tm_mday, 2, width, pad);
272 cp = number(cp, ep, (long)tm->tm_mday, -2, width, pad);
300 cp = number(cp, ep, (long)n, c, width, pad);
303 cp = number(cp, ep, (long)tm->tm_hour, 2, width, pad);
311 cp = number(cp, ep, (lon
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_crypto.c389 struct exten *ep, *fp; /* extension pointers */ local
421 ep = (struct exten *)pkt;
422 code = ntohl(ep->opcode) & 0xffff0000;
423 len = ntohl(ep->opcode) & 0x0000ffff;
444 tstamp = ntohl(ep->tstamp);
445 fstamp = ntohl(ep->fstamp);
446 vallen = ntohl(ep->vallen);
481 memcpy(fp, ep, len);
571 memcpy(peer->subject, ep->pkt, vallen);
603 if ((rval = crypto_verify(ep, NUL
1060 crypto_xmit( struct peer *peer, struct pkt *xpkt, struct recvbuf *rbufp, int start, struct exten *ep, keyid_t cookie ) argument
1405 crypto_verify( struct exten *ep, struct value *vp, struct peer *peer ) argument
1543 crypto_encrypt( struct exten *ep, struct value *vp, keyid_t *cookie ) argument
1677 struct exten *ep; /* extension field pointer */ local
1711 crypto_send( struct exten *ep, struct value *vp, int start ) argument
2090 crypto_bob( struct exten *ep, struct value *vp ) argument
2188 crypto_iff( struct exten *ep, struct peer *peer ) argument
2392 crypto_bob2( struct exten *ep, struct value *vp ) argument
2491 crypto_gq( struct exten *ep, struct peer *peer ) argument
2717 crypto_bob3( struct exten *ep, struct value *vp ) argument
2820 crypto_mv( struct exten *ep, struct peer *peer ) argument
2933 cert_sign( struct exten *ep, struct value *vp ) argument
3060 cert_install( struct exten *ep, struct peer *peer ) argument
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dlbuf.c236 char *ep = NULL; local
241 if ((ep = memrchr(cp, ' ', have)) == NULL)
242 ep = memchr(cp + have, ' ', need - have);
243 if (ep != NULL)
244 need = (int)(ep - cp);
257 cp = ep;
265 ep = line + len;
266 while (cp < ep && isblank((unsigned char)*cp)) {
284 char *cp, *ep; local
305 if ((ep
[all...]
/macosx-10.9.5/text_cmds-87/nl/
H A Dnl.c150 char *ep; local
194 val = strtol(optarg, &ep, 10);
195 if ((ep != NULL && *ep != '\0') ||
203 uval = strtoul(optarg, &ep, 10);
204 if ((ep != NULL && *ep != '\0') ||
226 val = strtol(optarg, &ep, 10);
227 if ((ep != NULL && *ep !
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dinet_ntop.c117 char *tp, *ep; local
160 ep = tmp + sizeof(tmp);
171 if (tp + 1 >= ep)
180 if (!inet_ntop4(src+12, tp, (socklen_t)(ep - tp)))
185 advance = snprintf(tp, (size_t)(ep - tp), "%x", words[i]);
186 if (advance <= 0 || advance >= ep - tp)
193 if (tp + 1 >= ep)
197 if (tp + 1 >= ep)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Dcache.c146 Entry **ep )
152 assert( ep != NULL );
154 *ep = NULL;
169 *ep = mc->mc_e;
174 return ( *ep == NULL ? -1 : 0 );
185 Entry **ep )
192 assert( ep != NULL );
194 *ep = NULL;
258 *ep = mc->mc_e;
280 return ( *ep
290 monitor_cache_dn2entry( Operation *op, SlapReply *rs, struct berval *ndn, Entry **ep, Entry **matched ) argument
[all...]

Completed in 329 milliseconds

1234567891011>>