Searched refs:ENV_SHELL (Results 1 – 3 of 3) sorted by relevance
88 #define ENV_SHELL "SHELL=" macro
458 } else if (strncmp(&line[cursor], ENV_SHELL,459 strlen(ENV_SHELL)) == 0) {462 strncpy(buf, &line[cursor + strlen(ENV_SHELL)],
1198 if (strncmp(&line[cursor], ENV_SHELL, in readcron()1199 strlen(ENV_SHELL)) == 0) { in readcron()2555 sh += strlen(ENV_SHELL); in ex()