Home
last modified time | relevance | path

Searched refs:optc (Results 1 – 7 of 7) sorted by relevance

/external/mksh/src/
Dfuncs.c234 int optc; in c_pwd() local
238 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1) in c_pwd()
239 switch (optc) { in c_pwd()
350 int optc; in c_print() local
353 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_print()
354 switch (optc) { in c_print()
502 int rv = 0, optc, fcflags; in c_whence() local
506 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_whence()
507 switch (optc) { in c_whence()
1016 int optc; in c_alias() local
[all …]
Dmisc.c362 int optc, arrayset = 0; in parse_args() local
383 while ((optc = ksh_getopt(argv, &go, opts)) != -1) { in parse_args()
385 switch (optc) { in parse_args()
455 if (what == OF_SET && optc == 's') { in parse_args()
460 if (optc == OFC(i) && in parse_args()
466 internal_errorf("parse_args: '%c'", optc); in parse_args()
1784 int optc, rv, phys_path; in c_cd() local
1794 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1) in c_cd()
1795 switch (optc) { in c_cd()
Dhistrap.c94 int optc; in c_fc() local
103 while ((optc = ksh_getopt(wp, &builtin_opt, in c_fc()
105 switch (optc) { in c_fc()
147 optc, builtin_opt.optarg); in c_fc()
DBuild.sh68 optc=`echo "$line" | sed 's/^[<>]\(.\).*$/\1/'`
69 test x"$optc" = x'|' && return
70 optclo=`echo "$optc" | tr $allu $alll`
71 if test x"$optc" = x"$optclo"; then
155 case $optc in
156 '|') optc=0 ;;
157 *) optc=\'$optc\' ;;
Dexec.c554 int optc, saw_p = 0; in comexec() local
561 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p') in comexec()
563 if (optc != EOF) in comexec()
Dcheck.t5499 getopts kbfl optc
5500 echo "line 2: ret=$?, optc=$optc, OPTIND=$OPTIND"
5503 getopts kbfl optc
5504 echo "line 4: ret=$?, optc=$optc, OPTIND=$OPTIND"
5507 getopts kbfl optc
5508 echo "line 6: ret=$?, optc=$optc, OPTIND=$OPTIND"
5514 getopts kbfl optc
5515 echo "line 20: ret=$?, optc=$optc, OPTIND=$OPTIND"
5518 getopts kbfl optc
5519 echo "line 40: ret=$?, optc=$optc, OPTIND=$OPTIND"
[all …]
/external/liblzf/
Dlzf.c452 int optc; in main() local
474 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1) in main()
476 while ((optc = getopt (argc, argv, "cdfhvb:")) != -1) in main()
479 switch (optc) in main()