Home
last modified time | relevance | path

Searched refs:ARGV_ELEMENTS (Results 1 – 2 of 2) sorted by relevance

/minix/minix/servers/rs/
H A Dtype.h80 #define ARGV_ELEMENTS (MAX_NR_ARGS+2) /* path, args, null */ macro
81 char *r_argv[ARGV_ELEMENTS];
H A Dmanager.c311 if (arg_count>=ARGV_ELEMENTS-1) { /* arg vector full */ in build_cmd_dep()
315 assert(arg_count < ARGV_ELEMENTS); in build_cmd_dep()
320 assert(arg_count < ARGV_ELEMENTS); in build_cmd_dep()