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

  /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...]
lint.lua 40 -- After each macro ARGC, there must be the corresponding macros for ARG.
61 print_error("%s:%d: ARG without preceding ARGC", fname, lineno)
  /src/etc/autofs/
include_nis_nullfs 90 if (ARGC == 2) {
96 if (ARGC == 3) {
  /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/distrib/sets/
join.awk 79 if (ARGC != 3) {
  /src/sys/arch/arm/iomd/
makemodes.awk 71 # Note the real number of arguments and truncate ARGC so that only the first
73 realargc = ARGC;
74 ARGC=2;

Completed in 14 milliseconds