Lines Matching defs:execname
28 * when the execname matches one of the desired "programs" and TIME_CONSTANT
60 static char *execname;
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();
85 if (execname != NULL) {
89 if (strcmp(execname, programs[i]) == 0) {