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

  /build/soong/scripts/
toc.sh 27 OPTSTRING=d:i:o:-:
69 while getopts $OPTSTRING opt; do
strip.sh 36 OPTSTRING=d:i:o:k:-:
140 while getopts $OPTSTRING opt; do
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_sockmap.c 1052 #define OPTSTRING 60
1055 char tstr[OPTSTRING];
1057 memset(options, 0, OPTSTRING);
1060 strncat(options, "pass,", OPTSTRING);
1062 strncat(options, "pass_noisy,", OPTSTRING);
1064 strncat(options, "redir,", OPTSTRING);
1066 strncat(options, "redir_noisy,", OPTSTRING);
1068 strncat(options, "drop,", OPTSTRING);
1070 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply);
1071 strncat(options, tstr, OPTSTRING);
    [all...]
  /external/dnsmasq/src/
option.c 35 #define OPTSTRING \
    [all...]

Completed in 552 milliseconds