Home
last modified time | relevance | path

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

/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c112 static const char *Fortune_path; variable
377 Fortune_path); in form_file_list()
424 Fortune_path); in form_file_list()
513 file, Fortune_path); in add_file()
1375 Fortune_path = getenv("FORTUNE_PATH"); in getpath()
1376 if (Fortune_path == NULL) { in getpath()
1377 Fortune_path = FORTDIR; in getpath()
1380 path = strdup(Fortune_path); in getpath()