/system/core/libnetutils/ |
dhcpmsg.c | 68 *x++ = OPT_END; 97 *x++ = OPT_END;
|
dhcpmsg.h | 89 #define OPT_END 255
|
dhcpclient.c | 190 if (opt == OPT_END) { 313 if (*x == OPT_END) {
|
/external/linux-tools-perf/ |
builtin-buildid-list.c | 34 OPT_END()
|
builtin-evlist.c | 50 OPT_END()
|
builtin-buildid-cache.c | 31 OPT_END()
|
builtin-kvm.c | 55 OPT_END()
|
builtin-bench.c | 104 OPT_END()
|
builtin-diff.c | 200 OPT_END()
|
builtin-inject.c | 233 OPT_END()
|
builtin-annotate.c | 267 OPT_END()
|
builtin-lock.c | 922 OPT_END() 935 OPT_END() 947 OPT_END()
|
builtin-help.c | 41 OPT_END(),
|
builtin-probe.c | 257 OPT_END()
|
builtin-sched.c | [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
miniopt.c | 79 if (!t->opt_end && !strcmp(p, "--")) { 80 t->opt_end = TRUE; 89 if (t->opt_end) {
|
/bionic/libc/unistd/ |
getopt_long.c | 130 * from nonopt_end to opt_end (keeping the same order of arguments 134 permute_args(int panonopt_start, int panonopt_end, int opt_end, 144 nopts = opt_end - panonopt_end; 146 cyclelen = (opt_end - panonopt_start) / ncycle;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 121 * @param {number} opt_end The end of the slice (optional).
124 function arraySlice(array, start, opt_end) {
128 // return Array.prototype.slice.call(array, start, opt_end);
131 // if opt_end is not provided.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 121 * @param {number} opt_end The end of the slice (optional). 124 function arraySlice(array, start, opt_end) { 128 // return Array.prototype.slice.call(array, start, opt_end); 131 // if opt_end is not provided.
|
/external/linux-tools-perf/bench/ |
sched-pipe.c | 37 OPT_END()
|
mem-memcpy.c | 44 OPT_END()
|
sched-messaging.c | 266 OPT_END()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
miniopt.h | 39 bool opt_end; /* at end of options (passed a "--") */ member in struct:miniopt
|
/external/linux-tools-perf/util/ |
parse-options.h | 111 #define OPT_END() { .type = OPTION_END }
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 585 * @param {Number} opt_end End (exclusive) of slice of second array (optional). 587 function arrayAppend(a1, a2, opt_begin, opt_end) { 589 var i1 = opt_end || jsLength(a2);
|