Searched refs:ENV_SHELL (Results 1 – 3 of 3) sorted by relevance
105 #define ENV_SHELL "SHELL=" macro
478 } else if (strncmp(&line[cursor], ENV_SHELL, in copycron()479 strlen(ENV_SHELL)) == 0) { in copycron()482 (void) strncpy(buf, &line[cursor + strlen(ENV_SHELL)], in copycron()
1198 if (strncmp(&line[cursor], ENV_SHELL, in readcron()1199 strlen(ENV_SHELL)) == 0) { in readcron()2524 sh += strlen(ENV_SHELL); in ex()