HomeSort by: relevance | last modified time | path
    Searched defs:ARGC (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ld.elf_so/arch/sparc64/
rtld_start.S 43 * return followed by argc, etc. We need to create a pointer to
44 * &argc + 16 and pass that in. The return args will be in those locations.
53 /* Offset of ARGC from bottom of stack */
54 #define ARGC 176
82 add %sp, BIAS + ARGC, %o0 /* &argc - 16 */
84 ldx [%sp + BIAS + ARGC], %g3 /* arg: cleanup */
85 ldx [%sp + BIAS + ARGC + 8], %g2 /* arg: obj */
  /src/external/historical/nawk/dist/
tran.c 52 Awkfloat *ARGC; /* number of arguments from command line */
111 void arginit(int ac, char **av) /* set up ARGV and ARGC */
118 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval;
120 ap = makesymtab(NSYMTAB); /* could be (int) ARGC as well */
  /src/tests/lib/libcurses/slave/
curses_commands.c 101 #define ARGC(n) \
165 ARGC(1);
178 ARGC(2);
190 ARGC(1);
201 ARGC(2);
213 ARGC(1);
224 ARGC(2);
236 ARGC(1);
251 ARGC(0);
265 ARGC(1)
    [all...]

Completed in 94 milliseconds