Searched refs:DIALOGRC (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/dialog/ |
| HD | rc.c | 55 #define DIALOGRC ".dialogrc" macro 511 && strlen(tempptr) < MAX_LEN - (sizeof(DIALOGRC) + 3)) { in dlg_parse_rc() 513 sprintf(str, "%s%s", tempptr, DIALOGRC); in dlg_parse_rc() 515 sprintf(str, "%s/%s", tempptr, DIALOGRC); in dlg_parse_rc()
|
| /NextBSD/lib/libdpv/ |
| HD | dialogrc.h | 40 #define DIALOGRC ".dialogrc" macro
|
| HD | dialogrc.c | 310 snprintf(cp, PATH_MAX - len, "%s", DIALOGRC); in parse_dialogrc()
|
| HD | dpv.c | 326 warnx("Successfully read `%s' config file", DIALOGRC); in dpv()
|