OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oplen
(Results
1 - 8
of
8
) sorted by null
/external/lua/src/
loslib.c
263
int
oplen
= 1; /* length of options being checked */
local
264
for (; *option != '\0' &&
oplen
<= convlen; option +=
oplen
) {
266
oplen
++; /* will check options with next length (+1) */
267
else if (memcmp(conv, option,
oplen
) == 0) { /* match? */
268
memcpy(buff, conv,
oplen
); /* copy valid option to buffer */
269
buff[
oplen
] = '\0';
270
return conv +
oplen
; /* return next item */
/external/u-boot/net/
bootp.c
828
int
oplen
, size;
local
834
oplen
= *(popt + 1);
837
oplen
= -1; /* Pad omits len byte */
861
sizeof(net_hostname),
oplen
);
869
sizeof(net_root_path),
oplen
);
901
oplen
);
915
popt +=
oplen
+ 2; /* Process next option */
/external/mksh/src/
expr.c
59
static const uint8_t
oplen
[] = {
variable
640
(size_t)
oplen
[i]) == 0) {
642
cp +=
oplen
[i];
/external/google-breakpad/src/common/dwarf/
dwarf2reader.cc
624
size_t
oplen
= 0;
local
627
oplen
++;
648
*len =
oplen
;
656
*len =
oplen
;
662
oplen
+= templen;
675
oplen
+= templen;
689
oplen
+= templen;
695
oplen
+= templen;
709
oplen
+= 2;
738
oplen
+= templen + extended_op_len
[
all
...]
/bionic/libc/kernel/uapi/linux/
i2o-dev.h
56
unsigned int
oplen
;
member in struct:i2o_cmd_psetget
/external/kernel-headers/original/uapi/linux/
i2o-dev.h
69
unsigned int
oplen
; /* Operation List buffer length in bytes */
member in struct:i2o_cmd_psetget
/external/pcre/dist2/src/
pcre2grep.c
3689
int
oplen
= (int)(equals - op->long_name);
local
[
all
...]
/external/iproute2/misc/
ss.c
1281
int
oplen
= alen + 4 + sizeof(struct inet_diag_hostcond);
local
1284
*op = (struct inet_diag_bc_op){ code,
oplen
,
oplen
+4 };
1289
ptr +=
oplen
;
[
all
...]
Completed in 691 milliseconds