HomeSort by relevance Sort by last modified time
    Searched refs:optptr (Results 1 - 12 of 12) sorted by null

  /external/syslinux/com32/lib/
getopt.c 14 const char *optptr; member in struct:getopt_private_state
38 pvt.optptr = NULL;
54 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
56 pvt.optptr = carg + 1;
59 opt = *pvt.optptr++;
63 if (*pvt.optptr) {
66 optarg = (char *)pvt.optptr;
84 /* pvt.optptr will remember the exact position to
86 if (!*pvt.optptr)
93 if (!*pvt.optptr)
    [all...]
getopt_long.c 19 const char *optptr; member in struct:getopt_private_state
58 pvt.optptr = NULL;
109 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
111 pvt.optptr = carg + 1;
114 opt = *pvt.optptr++;
118 if (*pvt.optptr) {
121 optarg = (char *)pvt.optptr;
139 /* pvt.optptr will remember the exact position to
141 if (!*pvt.optptr)
148 if (!*pvt.optptr)
    [all...]
  /external/syslinux/libinstaller/getopt/
getopt_long.c 19 const char *optptr; member in struct:getopt_private_state
58 pvt.optptr = NULL;
109 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
111 pvt.optptr = carg + 1;
114 opt = *pvt.optptr++;
118 if (*pvt.optptr) {
121 optarg = (char *)pvt.optptr;
139 /* pvt.optptr will remember the exact position to
141 if (!*pvt.optptr)
148 if (!*pvt.optptr)
    [all...]
  /external/fio/oslib/
getopt_long.c 23 const char *optptr; member in struct:getopt_private_state
64 pvt.optptr = NULL;
141 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
143 pvt.optptr = carg + 1;
146 opt = *pvt.optptr++;
150 if (*pvt.optptr) {
153 optarg = (char *)pvt.optptr;
180 /* pvt.optptr will remember the exact position to
182 if (!*pvt.optptr)
189 if (!*pvt.optptr)
    [all...]
  /external/libcups/cups/
ppd-mark.c 67 cups_option_t *optptr; /* Current option */ local
255 for (i = num_options, optptr = options; i > 0; i --, optptr ++)
257 if (!_cups_strcasecmp(optptr->name, "media") ||
258 !_cups_strcasecmp(optptr->name, "output-bin") ||
259 !_cups_strcasecmp(optptr->name, "output-mode") ||
260 !_cups_strcasecmp(optptr->name, "print-quality") ||
261 !_cups_strcasecmp(optptr->name, "sides"))
263 else if (!_cups_strcasecmp(optptr->name, "resolution") ||
264 !_cups_strcasecmp(optptr->name, "printer-resolution")
456 ppd_option_t *optptr; \/* Current option *\/ local
    [all...]
ppd.c 2874 *optptr, \/* Option pointer *\/ local
    [all...]
  /external/toybox/toys/pending/
dhcp.c 833 static uint8_t *dhcpc_addclientid(uint8_t *optptr)
835 *optptr++ = DHCP_OPTION_CLIENTID;
836 *optptr++ = 7;
837 *optptr++ = 1;
838 memcpy(optptr, &state->macaddr, 6);
839 return optptr + 6;
843 static uint8_t *dhcpc_addmsgtype(uint8_t *optptr, uint8_t type)
845 *optptr++ = DHCP_OPTION_MSG_TYPE;
846 *optptr++ = 1;
847 *optptr++ = type
    [all...]
dhcpd.c 1131 uint8_t len, *optptr; local
1609 uint8_t *optptr, msgtype = 0; local
    [all...]
  /external/iputils/
ping.c 1137 unsigned char * optptr; local
1142 optptr = cp;
1145 if (*optptr == IPOPT_EOL)
1147 if (*optptr == IPOPT_NOP) {
1149 optptr++;
1153 cp = optptr;
1154 optlen = optptr[1];
1277 optptr += optlen;
    [all...]
  /external/ppp/pppd/
options.c 779 char **optptr = (char **)(opt->addr); local
783 if (*optptr)
784 free(*optptr);
785 *optptr = sv;
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.stderr.exp 223 Syscall param mount(optptr) contains uninitialised byte(s)
245 Syscall param mount(optptr) points to unaddressable byte(s)
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c     [all...]

Completed in 340 milliseconds