Home
last modified time | relevance | path

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

/NextBSD/contrib/dialog/
HDrc.c55 #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/
HDdialogrc.h40 #define DIALOGRC ".dialogrc" macro
HDdialogrc.c310 snprintf(cp, PATH_MAX - len, "%s", DIALOGRC); in parse_dialogrc()
HDdpv.c326 warnx("Successfully read `%s' config file", DIALOGRC); in dpv()