HomeSort by relevance Sort by last modified time
    Searched refs:ENV_SHELL (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cron/
cron.h 85 #define ENV_SHELL "SHELL="
crontab.c 458 } else if (strncmp(&line[cursor], ENV_SHELL,
459 strlen(ENV_SHELL)) == 0) {
462 strncpy(buf, &line[cursor + strlen(ENV_SHELL)],
cron.c 1195 if (strncmp(&line[cursor], ENV_SHELL,
1196 strlen(ENV_SHELL)) == 0) {
    [all...]

Completed in 120 milliseconds