Searched refs:firstarg (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl2/grep/dist/
H A Dmissing248 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
/netbsd-current/external/gpl2/texinfo/dist/
H A Dmissing311 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
/netbsd-current/external/apache2/llvm/autoconf/autoconf/
H A Dmissing311 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
/netbsd-current/crypto/external/bsd/netpgp/dist/buildaux/
H A Dmissing325 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
/netbsd-current/crypto/external/cpl/tpm-tools/dist/
H A Dmissing333 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
/netbsd-current/crypto/external/cpl/trousers/dist/
H A Dmissing333 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
/netbsd-current/external/bsd/iscsi/dist/buildaux/
H A Dmissing325 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
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dmissing318 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
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dmissing333 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
/netbsd-current/external/gpl2/diffutils/dist/config/
H A Dmissing301 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
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Dmissing318 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
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dmissing301 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
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Ddig.c2225 char **argv, bool *firstarg) {
2395 if (*firstarg) {
2397 *firstarg = false;
2502 if (*firstarg) {
2504 *firstarg = false;
2619 bool firstarg = true; local
2734 &firstarg))
2743 &firstarg))
2847 if (firstarg) {
2849 firstarg
2223 dash_option(char *option, char *next, dig_lookup_t **lookup, bool *open_type_class, bool *need_clone, bool config_only, int argc, char **argv, bool *firstarg) argument
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Dmdoc_macro.c769 int la, scope, cnt, firstarg, mayopen, nc, nl; local
800 firstarg = 1;
909 if (firstarg && d == DELIM_CLOSE && !nc)
911 firstarg = 0;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dfrontend-passes.c2003 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;
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc2003 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;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c6894 Expression *firstarg = nargs > 0 ? (*arguments)[0] : NULL; local
6895 if (firstarg && firstarg->type->toBasetype()->ty == Taarray)
6897 TypeAArray *firstAAtype = (TypeAArray *)firstarg->type;
6902 return interpret_length(pue, istate, firstarg);
6907 return interpret_keys(pue, istate, firstarg, firstAAtype->index->arrayOf());
6909 return interpret_values(pue, istate, firstarg, firstAAtype->nextOf()->arrayOf());
6911 return interpret(pue, firstarg, istate);
6913 return interpret_dup(pue, istate, firstarg);
6919 return interpret_aaApply(pue, istate, firstarg, (Expressio
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c1380 int firstarg = 0; local
1395 firstarg = 1;
1397 firstarg = 1;
1407 firstarg = 1;
1413 result = (*cons)(0, interp, objc-firstarg, &objv[firstarg]);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddbxout.c1630 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl)));
1635 if (TYPE_READONLY (TREE_TYPE (firstarg)))
1637 if (TYPE_VOLATILE (TREE_TYPE (firstarg)))
1624 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl))); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddbxout.cc1633 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
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d7277 Expression firstarg = (*arguments)[0];
7278 if (auto firstAAtype = firstarg.type.toBasetype().isTypeAArray())
7284 return interpret_length(pue, istate, firstarg);
7289 return interpret_keys(pue, istate, firstarg, firstAAtype.index.arrayOf());
7291 return interpret_values(pue, istate, firstarg, firstAAtype.nextOf().arrayOf());
7293 return interpret(pue, firstarg, istate);
7295 return interpret_dup(pue, istate, firstarg);
7301 return interpret_aaApply(pue, istate, firstarg, (*arguments)[2]);
7303 return interpret_aaApply(pue, istate, firstarg, (*arguments)[2]);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddlltool.c4053 char *firstarg = 0;
4268 if (!firstarg)
4269 firstarg = av[optind];
4052 char *firstarg = 0; local
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddlltool.c3777 char *firstarg = 0;
3987 if (!firstarg)
3988 firstarg = av[optind];
3776 char *firstarg = 0; local
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddlltool.c3771 char *firstarg = 0;
3986 if (!firstarg)
3987 firstarg = av[optind];
3770 char *firstarg = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc5599 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

Completed in 434 milliseconds

12