Home
last modified time | relevance | path

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

/src/usr.bin/fortune/fortune/
H A Dfortune.c113 static const char *Fortune_path; variable
366 Fortune_path); in form_file_list()
378 Fortune_path); in form_file_list()
426 Fortune_path); in form_file_list()
515 file, Fortune_path); in add_file()
1381 Fortune_path = getenv("FORTUNE_PATH"); in getpath()
1382 if (Fortune_path == NULL) { in getpath()
1383 Fortune_path = FORTDIR; in getpath()
1386 path = strdup(Fortune_path); in getpath()