Searched refs:___Argv (Results 1 – 4 of 4) sorted by relevance
51 char **___Argv = NULL; /* initialized to argv array by mcrt0 (if loaded) */ variable169 if (___Argv != NULL) /* mcrt0.s executed */ in monitor()170 if ((s = strrchr(___Argv[0], '/')) != NULL) in monitor()173 strcpy(d->progname, ___Argv[0]); in monitor()
146 char **___Argv = NULL; /* initialized to argv array by mcrt0 (if loaded) */ variable259 if ((mon_out = libc_malloc(len + strlen(___Argv[0]) + 15)) in monitor()283 if (___Argv != NULL) { /* mcrt0.s executed */ in monitor()284 if ((s = strrchr(___Argv[0], '/')) != NULL) in monitor()287 (void) strcpy(name, ___Argv[0]); in monitor()
32 char **___Argv = NULL; variable81 ___Argv = argv; in _start_crt()
2850 ___Argv { FLAGS = NODIRECT };