Searched defs:execname (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/util/build-tools/sun-src/
H A Dtime.c28 * when the execname matches one of the desired "programs" and TIME_CONSTANT
60 static char *execname; local
62 if (execname == NULL) {
66 walkcontext(&ctx, stack_info, &execname);
68 if (execname != NULL) {
69 char *s = strrchr(execname, '/');
72 execname = ++s;
76 return (execname);
82 char *execname = my_execname(); local
85 if (execname !
[all...]

Completed in 16 milliseconds