Searched refs:ARGC (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/zsh-61/zsh/Functions/Example/
H A Dcat5 if ((! ARGC)) then
/macosx-10.10.1/swig-12/Lib/ruby/
H A Dargcargv.i9 %apply (int ARGC, char **ARGV) { (size_t argc, const char **argv) }
25 %typemap(in) (int ARGC, char **ARGV) {
38 %argument_fail(SWIG_TypeError, "int ARGC, char **ARGV", $symname, $argnum);
42 %typemap(typecheck, precedence=SWIG_TYPECHECK_STRING_ARRAY) (int ARGC, char **ARGV) {
46 %typemap(freearg) (int ARGC, char **ARGV) {
/macosx-10.10.1/swig-12/Lib/python/
H A Dargcargv.i67 %typemap(in,noblock=0,fragment="SWIG_AsArgcArgv") (int ARGC, char **ARGV) (int res,char **argv = 0, size_t argc = 0, int owner= 0) {
71 %argument_fail(SWIG_TypeError, "int ARGC, char **ARGV", $symname, $argnum);
78 %typemap(typecheck, precedence=SWIG_TYPECHECK_STRING_ARRAY) (int ARGC, char **ARGV) {
83 %typemap(freearg,noblock=1) (int ARGC, char **ARGV) {
/macosx-10.10.1/apache-793/httpd/build/
H A Dmake_exports.awk27 for (i = 1; i < ARGC; i++) {
/macosx-10.10.1/apr-32/apr/apr/build/
H A Dmake_exports.awk15 for (i = 1; i < ARGC; i++) {
/macosx-10.10.1/lsof-53/lsof/scripts/
H A Dxusers.awk35 for (i=1;i<ARGC;i++) {
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmakepro.awk10 if(ARGC != 3) {
19 ARGC--
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dbuiltins.sh393 ((n++)); ARGC[$n]=1 ARGV[$n]=""
394 ((n++)); ARGC[$n]=2 ARGV[$n]="-a"
395 ((n++)); ARGC[$n]=4 ARGV[$n]="-a -v 2"
396 ((n++)); ARGC[$n]=4 ARGV[$n]="-a -v 2 x"
397 ((n++)); ARGC[$n]=4 ARGV[$n]="-a -v 2 x y"
404 if [[ $OPTIND != ${ARGC[$i]} ]]
405 then err_exit "\$OPTIND after getopts loop incorrect -- expected ${ARGC[$i]}, got $OPTIND"
/macosx-10.10.1/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmansec11 if (ARGC != 3) {
H A Dmanwhatis12 if (ARGC != 3) {
/macosx-10.10.1/awk-20/src/
H A Dlib.c53 extern Awkfloat *ARGC;
91 for (i = 1; i < *ARGC; i++) {
115 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n",
116 *RS, *FS, *ARGC, *FILENAME) );
123 while (argno < *ARGC || infile == stdin) {
H A Dtran.c49 Awkfloat *ARGC; /* number of arguments from command line */ variable
100 void arginit(int ac, char **av) /* set up ARGV and ARGC */
106 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval;
108 ARGVtab = makesymtab(NSYMTAB); /* could be (int) ARGC as well */
/macosx-10.10.1/zsh-61/zsh/Functions/Misc/
H A Dzkbd4 local -hi ARGC # local is a no-op outside of a function
5 (ARGC=0) 2>/dev/null || { # so ARGC remains read-only for "source"
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dawk.vim52 syn keyword awkVariables ARGC ARGV FILENAME FNR FS NF NR
H A Dzsh.vim95 syn match zshLongDeref '\$\%(ARGC\|argv\|status\|pipestatus\|CPUTYPE\|EGID\|EUID\|ERRNO\|GID\|HOST\|LINENO\|LOGNAME\)'
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-51-testSecItemFind.c52 #define tests_begin(ARGC, ARGV) /* no-op */

Completed in 220 milliseconds