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

  /src/usr.bin/vacation/
vacation.c 82 static const char *msgfile = ".vacation.msg"; /* vacation message */ variable in typeref:typename:const char *
172 msgfile = optarg;
247 (dbprefix[0] != '/' || msgfile[0] != '/')) {
605 mfp = fopen(msgfile, "r");
608 myname, msgfile);
vacation.c 82 static const char *msgfile = ".vacation.msg"; /* vacation message */ variable in typeref:typename:const char *
172 msgfile = optarg;
247 (dbprefix[0] != '/' || msgfile[0] != '/')) {
605 mfp = fopen(msgfile, "r");
608 myname, msgfile);

Completed in 23 milliseconds