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

/freebsd-11.0-release/lib/libdpv/
H A Ddialogrc.h40 #define DIALOGRC ".dialogrc" macro
41 #define ENV_DIALOGRC "DIALOGRC"
H A Ddialogrc.c58 * Anatomy of DIALOGRC (~/.dialogrc by default)
283 * Parse (in order of preference) $DIALOGRC or `$HOME/.dialogrc'. Returns zero
294 /* Allow $DIALOGRC to override `$HOME/.dialogrc' default */
310 snprintf(cp, PATH_MAX - len, "%s", DIALOGRC);
317 /* Process file (either $DIALOGRC if set, or `$HOME/.dialogrc') */
H A Ddpv.c326 /* Optionally process the contents of DIALOGRC (~/.dialogrc) */
330 warnx("Successfully read `%s' config file", DIALOGRC);
/freebsd-11.0-release/contrib/dialog/
H A Drc.c55 #define DIALOGRC ".dialogrc" macro
85 const char *name; /* name of configuration variable as in DIALOGRC */
492 * a) if the environment variable $DIALOGRC is set, its value determines
505 if ((tempptr = getenv("DIALOGRC")) != NULL)
511 && strlen(tempptr) < MAX_LEN - (sizeof(DIALOGRC) + 3)) {
513 sprintf(str, "%s%s", tempptr, DIALOGRC);
515 sprintf(str, "%s/%s", tempptr, DIALOGRC);

Completed in 54 milliseconds