Searched refs:___Argv (Results 1 – 3 of 3) sorted by relevance
144 char **___Argv = NULL; /* initialized to argv array by mcrt0 (if loaded) */ variable257 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()
33 char **___Argv = NULL; variable82 ___Argv = argv; in _start_crt()
3283 ___Argv {