Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/csu/common/
H A Dmon.c51 char **___Argv = NULL; /* initialized to argv array by mcrt0 (if loaded) */ variable
169 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()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dmon.c146 char **___Argv = NULL; /* initialized to argv array by mcrt0 (if loaded) */ variable
259 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()
/titanic_50/usr/src/lib/crt/common/
H A Dcommon-crt.c32 char **___Argv = NULL; variable
81 ___Argv = argv; in _start_crt()
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2850 ___Argv { FLAGS = NODIRECT };