Searched defs:ep (Results 1 - 4 of 4) sorted by relevance

/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dregexp.c133 char *ep, char *endbuf, int seof)
165 if (ep >= endbuf)
169 lastep = ep;
171 *ep++ = CCEOF;
180 *ep++ = CDOT;
196 *ep++ = CDOL;
200 if (&ep[17] >= endbuf)
203 *ep++ = CCL;
206 ep[i] = 0;
220 if (&ep[3
132 sed_compile(sed_commands_t *commands, sed_comp_args *compargs, char *ep, char *endbuf, int seof) argument
392 _advance(char *lp, char *ep, step_vars_storage *vars) argument
[all...]
H A Dsed0.c40 char *x1, char *ep, char *x3, char x4);
930 char *ep, *tsp; local
934 ep = expbuf;
935 if(ep + 0377 > &commands->respace[RESIZE-1]) {
949 memset(ep, 0, 0400);
958 if((ep[cint] = *tsp++) == '\\' && *tsp == 'n') {
959 ep[cint] = '\n';
962 if(ep[cint] == commands->sseof || ep[cint] == '\0') {
978 if(ep[
987 comple(sed_commands_t *commands, sed_comp_args *compargs, char *x1, char *ep, char *x3, char x4) argument
[all...]
/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.c1119 usb_get_descriptor_by_endpoint(usb_dev_handle *dev, int ep, argument
1134 return ((*hdl)(dev, ep, type, index, buf, size));
1156 usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
1167 return (*hdl)(dev, ep, bytes, size, timeout);
1171 usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
1183 return ((*hdl)(dev, ep, bytes, size, timeout));
1187 usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes, argument
1200 return ((*hdl)(dev, ep, bytes, size, timeout));
1204 usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes, argument
1217 return ((*hdl)(dev, ep, byte
1303 usb_resetep(usb_dev_handle *dev, unsigned int ep) argument
1319 usb_clear_halt(usb_dev_handle *dev, unsigned int ep) argument
[all...]
/solaris-userland-s11u3/components/libusb/ugen/src/
H A Dlibusbugen.c82 int ep, int ep_type, int mode);
100 int iface, int alt, int ep, char *cloud);
363 /* open default control ep and keep it open */
498 usb_bulk_write(usb_dev_handle *dev, int ep, char *data, int size, argument
504 int ep_index = usb_ep_index(ep);
506 usb_dprintf(DEBUG_FUNCTIONS, "usb_bulk_write(): ep=0x%x\n", ep);
517 if ((rval = usb_check_device_and_status_open(dev, ep,
540 usb_bulk_read(usb_dev_handle *dev, int ep, char *data, int size, argument
547 ep |
585 usb_interrupt_write(usb_dev_handle *dev, int ep, char *data, int size, int timeout) argument
628 usb_interrupt_read(usb_dev_handle *dev, int ep, char *data, int size, int timeout) argument
786 usb_get_descriptor_by_endpoint(usb_dev_handle *udev, int ep, uchar_t type, uchar_t index, void *buf, int size) argument
976 usb_clear_halt(usb_dev_handle *dev, unsigned int ep) argument
1156 usb_resetep(usb_dev_handle *dev, unsigned int ep) argument
1377 usb_check_device_and_status_open(usb_dev_handle *dev, int ep, int ep_type, int mode) argument
1996 uint_t ep, len; local
2090 uint_t ep; local
2118 usb_parse_endpoint(usb_dev_handle_impl_t *hdl, int index, int iface, int alt, int ep, char *cloud) argument
[all...]

Completed in 39 milliseconds