Searched refs:EXEC_EXTENSIONS (Results 1 – 2 of 2) sorted by relevance
2926 #define EXEC_EXTENSIONS { ".exe", ".com", ".bat", ".cmd", NULL }2929 #define EXEC_EXTENSIONS { ".js", NULL }2933 #ifdef EXEC_EXTENSIONS2937 { static char *extensions[] = EXEC_EXTENSIONS;
2502 #define EXEC_EXTENSIONS { ".exe", ".com", ".bat", ".cmd", NULL } macro2506 #ifdef EXEC_EXTENSIONS2510 { static char *extensions[] = EXEC_EXTENSIONS; in okToExec()