Searched refs:arg1 (Results 1 - 6 of 6) sorted by relevance

/openwrt/tools/scons/files/
H A Dpywrap.sh4 pywrap.sh) arg1="";;
5 *) arg1="$0.py" ;;
10 "Python 2"*) exec $bin $arg1 "$@" ;;
14 echo "Unable to find a Python 2.x interpreter for executing ${arg1:+$arg1 }$@ !" >&2
/openwrt/scripts/
H A Dkconfig.pl140 my $arg1 = parse_expr($pos);
142 return config_and($arg1, $arg2);
144 my $arg1 = parse_expr($pos);
146 return config_add($arg1, $arg2, 0);
148 my $arg1 = parse_expr($pos);
150 return config_add($arg1, $arg2, 1);
152 my $arg1 = parse_expr($pos);
154 return config_diff($arg1, $arg2, 0);
156 my $arg1 = parse_expr($pos);
158 return config_diff($arg1,
[all...]
H A Dcheckpatch.pl3229 my $arg1 = $3;
3242 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");
/openwrt/target/linux/adm8668/image/lzma-loader/src/
H A Ddecompress.c65 void entry(unsigned int arg0, unsigned int arg1, argument
72 char **argv = (char **)arg1;
115 ((void (*)(int a0, int a1, int a2, int a3))KERNEL_ENTRY)(arg0, arg1, arg2, arg3);
/openwrt/target/linux/generic/image/lzma-loader/src/
H A Ddecompress.c112 volatile unsigned int arg0, arg1, arg2, arg3; local
116 __asm__ __volatile__ ("ori %0, $13, 0":"=r"(arg1));
155 ((void (*)(int a0, int a1, int a2, int a3)) KERNEL_ENTRY)(arg0, arg1, arg2, arg3);
/openwrt/package/network/utils/owipcalc/src/
H A Dowipcalc.c838 char *arg1 = **arg; local
843 if (!arg1)
848 if (!strcmp(ops[i].name, arg1))

Completed in 57 milliseconds