| /src/external/apache2/llvm/autoconf/autoconf/ |
| missing | 311 firstarg="$1" 313 case "$firstarg" in 315 firstarg=`echo "$firstarg" | sed s/o//` 316 tar "$firstarg" "$@" && exit 0 319 case "$firstarg" in 321 firstarg=`echo "$firstarg" | sed s/h//` 322 tar "$firstarg" "$@" && exit 0
|
| /src/external/gpl2/grep/dist/ |
| missing | 248 firstarg="$1" 250 case "$firstarg" in 252 firstarg=`echo "$firstarg" | sed s/o//` 253 tar "$firstarg" ${1+"$@"} && exit 0 256 case "$firstarg" in 258 firstarg=`echo "$firstarg" | sed s/h//` 259 tar "$firstarg" ${1+"$@"} && exit 0
|
| /src/external/gpl2/texinfo/dist/ |
| missing | 311 firstarg="$1" 313 case "$firstarg" in 315 firstarg=`echo "$firstarg" | sed s/o//` 316 tar "$firstarg" "$@" && exit 0 319 case "$firstarg" in 321 firstarg=`echo "$firstarg" | sed s/h//` 322 tar "$firstarg" "$@" && exit 0
|
| /src/external/bsd/iscsi/dist/buildaux/ |
| missing | 325 firstarg="$1" 327 case $firstarg in 329 firstarg=`echo "$firstarg" | sed s/o//` 330 tar "$firstarg" "$@" && exit 0 333 case $firstarg in 335 firstarg=`echo "$firstarg" | sed s/h//` 336 tar "$firstarg" "$@" && exit 0
|
| /src/external/gpl2/diffutils/dist/config/ |
| missing | 301 firstarg="$1" 303 case "$firstarg" in 305 firstarg=`echo "$firstarg" | sed s/o//` 306 tar "$firstarg" ${1+"$@"} && exit 0 309 case "$firstarg" in 311 firstarg=`echo "$firstarg" | sed s/h//` 312 tar "$firstarg" ${1+"$@"} && exit 0
|
| texinfo.tex | 2200 \def\firstarg{#1}% 2201 \ifx\firstarg\xendsetuptable 2204 \ifx\firstarg\xcolumnfractions
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| missing | 318 firstarg="$1" 320 case "$firstarg" in 322 firstarg=`echo "$firstarg" | sed s/o//` 323 tar "$firstarg" "$@" && exit 0 326 case "$firstarg" in 328 firstarg=`echo "$firstarg" | sed s/h//` 329 tar "$firstarg" "$@" && exit 0
|
| texinfo.tex | 2147 \def\setuptable#1{\def\firstarg{#1}% 2148 \ifx\firstarg\xendsetuptable\let\go\relax% 2150 \ifx\firstarg\xcolumnfractions\global\setpercenttrue%
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| missing | 301 firstarg="$1" 303 case "$firstarg" in 305 firstarg=`echo "$firstarg" | sed s/o//` 306 tar "$firstarg" "$@" && exit 0 309 case "$firstarg" in 311 firstarg=`echo "$firstarg" | sed s/h//` 312 tar "$firstarg" "$@" && exit 0
|
| /src/external/gpl2/gmake/dist/config/ |
| missing | 318 firstarg="$1" 320 case "$firstarg" in 322 firstarg=`echo "$firstarg" | sed s/o//` 323 tar "$firstarg" "$@" && exit 0 326 case "$firstarg" in 328 firstarg=`echo "$firstarg" | sed s/h//` 329 tar "$firstarg" "$@" && exit 0
|
| texinfo.tex | 2754 \def\firstarg{#1}% 2755 \ifx\firstarg\xendsetuptable 2758 \ifx\firstarg\xcolumnfractions
|
| /src/external/gpl2/xcvs/dist/build-aux/ |
| missing | 333 firstarg="$1" 335 case $firstarg in 337 firstarg=`echo "$firstarg" | sed s/o//` 338 tar "$firstarg" "$@" && exit 0 341 case $firstarg in 343 firstarg=`echo "$firstarg" | sed s/h//` 344 tar "$firstarg" "$@" && exit 0
|
| /src/usr.bin/printf/ |
| printf.c | 87 static char ** gargv, ** firstarg; variable 90 #define ARGNUM ((int)(gargv - firstarg)) 205 firstarg = gargv = ++argv; /* remaining args are for that to consume */
|
| /src/external/mpl/bind/dist/bin/dig/ |
| dig.c | 2620 char **argv, bool *firstarg) { 2788 if (*firstarg) { 2790 *firstarg = false; 2899 if (*firstarg) { 2901 *firstarg = false; 3016 bool firstarg = true; local 3131 &firstarg)) 3140 &firstarg)) 3244 if (firstarg) { 3246 firstarg = false [all...] |
| /src/external/bsd/mdocml/dist/ |
| mdoc_macro.c | 770 int la, scope, cnt, firstarg, mayopen, nc, nl; local 801 firstarg = 1; 910 if (firstarg && d == DELIM_CLOSE && !nc) 912 firstarg = 0;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| frontend-passes.cc | 2003 gfc_actual_arglist *firstarg, *secondarg; local 2007 firstarg = NULL; 2015 firstarg = e->value.function.actual; 2016 secondarg = firstarg->next; 2017 op1 = firstarg->expr; 2111 if (firstarg) 2113 firstarg->expr = op1_right; 2129 if (firstarg) 2131 firstarg->expr = op1_left;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| frontend-passes.cc | 2003 gfc_actual_arglist *firstarg, *secondarg; local 2007 firstarg = NULL; 2015 firstarg = e->value.function.actual; 2016 secondarg = firstarg->next; 2017 op1 = firstarg->expr; 2111 if (firstarg) 2113 firstarg->expr = op1_right; 2129 if (firstarg) 2131 firstarg->expr = op1_left;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dbxout.cc | 1633 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl))); 1638 if (TYPE_READONLY (TREE_TYPE (firstarg))) 1640 if (TYPE_VOLATILE (TREE_TYPE (firstarg))) 1627 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl))); local
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dinterpret.d | 7274 Expression firstarg = (*arguments)[0]; 7275 if (auto firstAAtype = firstarg.type.toBasetype().isTypeAArray()) 7281 return interpret_length(pue, istate, firstarg); 7286 return interpret_keys(pue, istate, firstarg, firstAAtype.index.arrayOf()); 7288 return interpret_values(pue, istate, firstarg, firstAAtype.nextOf().arrayOf()); 7290 return interpret(pue, firstarg, istate); 7292 return interpret_dup(pue, istate, firstarg); 7298 return interpret_aaApply(pue, istate, firstarg, (*arguments)[2]); 7300 return interpret_aaApply(pue, istate, firstarg, (*arguments)[2]);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dlltool.c | 3841 char *firstarg = 0; 4062 if (!firstarg) 4063 firstarg = av[optind]; 3840 char *firstarg = 0; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dlltool.c | 3840 char *firstarg = 0; 4061 if (!firstarg) 4062 firstarg = av[optind]; 3839 char *firstarg = 0; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-common.cc | 5599 int firstarg = 0; 5618 firstarg = 1; 5621 firstarg, OPT_Wnonnull); 5638 for (int i = firstarg; i < nargs; i++) 5645 for (int i = firstarg; i < nargs; i++) 5584 int firstarg = 0; local
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-common.cc | 5693 int firstarg = 0; 5712 firstarg = 1; 5715 firstarg, OPT_Wnonnull); 5732 for (int i = firstarg; i < nargs; i++) 5739 for (int i = firstarg; i < nargs; i++) 5678 int firstarg = 0; local
|
| /src/external/gpl2/grep/dist/doc/ |
| texinfo.tex | 2122 \def\firstarg{#1}% 2123 \ifx\firstarg\xendsetuptable 2126 \ifx\firstarg\xcolumnfractions
|
| /src/external/gpl2/groff/dist/doc/ |
| texinfo.tex | 2660 \def\firstarg{#1}% 2661 \ifx\firstarg\xendsetuptable 2664 \ifx\firstarg\xcolumnfractions
|