Searched refs:count_args (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/unzip/
H A Denvargs.c41 static int count_args OF((ZCONST char *));
93 argc = count_args(bufptr);
179 static int count_args(s) function
/haiku-fatelf/src/bin/zip/
H A Dutil.c30 local int count_args OF((char *s));
576 argc = count_args(envptr);
652 static int count_args(s) function
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y60 static void count_args P((NODE *n));
509 count_args($$);
2320 count_args(r);
3189 /* count_args --- count the number of printf arguments */
3192 count_args(NODE *tree)
H A Dawkgram.c186 static void count_args P((NODE *n));
1966 count_args(yyval.nodeval);
4159 count_args(r);
5028 /* count_args --- count the number of printf arguments */
5031 count_args(NODE *tree)
5027 count_args(NODE *tree) function

Completed in 57 milliseconds