Home
last modified time | relevance | path

Searched refs:ENV_SHELL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.h105 #define ENV_SHELL "SHELL=" macro
H A Dcrontab.c478 } 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()
H A Dcron.c1198 if (strncmp(&line[cursor], ENV_SHELL, in readcron()
1199 strlen(ENV_SHELL)) == 0) { in readcron()
2524 sh += strlen(ENV_SHELL); in ex()