Home
last modified time | relevance | path

Searched refs:___Argv (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c144 char **___Argv = NULL; /* initialized to argv array by mcrt0 (if loaded) */ variable
257 if ((mon_out = libc_malloc(len + strlen(___Argv[0]) + 15)) in monitor()
281 if (___Argv != NULL) { /* mcrt0.s executed */ in monitor()
282 if ((s = strrchr(___Argv[0], '/')) != NULL) in monitor()
285 (void) strcpy(name, ___Argv[0]); in monitor()
/illumos-gate/usr/src/lib/crt/common/
H A Dcommon-crt.c33 char **___Argv = NULL; variable
82 ___Argv = argv; in _start_crt()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3185 ___Argv {