Lines Matching defs:execname
28 * when the execname matches one of the desired "programs" and TIME_CONSTANT
62 static char *execname;
64 if (execname == NULL) {
68 walkcontext(&ctx, stack_info, &execname);
70 if (execname != NULL) {
71 char *s = strrchr(execname, '/');
74 execname = ++s;
78 return (execname);
84 char *execname = my_execname();
87 if (execname != NULL) {
91 if (strcmp(execname, programs[i]) == 0) {