HomeSort by: relevance | last modified time | path
    Searched defs:no_export (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/at/
at.c 78 const char *no_export[] = {"TERM", "TERMCAP", "DISPLAY", "_"}; variable in typeref:typename:const char * []
313 * with a pair of "'s. Dont't export the no_export list (such as
326 for (i = 0; i < __arraycount(no_export); i++) {
328 strncmp(*atenv, no_export[i],
at.c 78 const char *no_export[] = {"TERM", "TERMCAP", "DISPLAY", "_"}; variable in typeref:typename:const char * []
313 * with a pair of "'s. Dont't export the no_export list (such as
326 for (i = 0; i < __arraycount(no_export); i++) {
328 strncmp(*atenv, no_export[i],

Completed in 23 milliseconds