Searched refs:MAX_FILENAME (Results 1 – 5 of 5) sorted by relevance
80 char ufilename[MAX_FILENAME];166 if (strlcpy(ufilename, dbname, MAX_FILENAME) >= MAX_FILENAME) {170 if (strlcat(ufilename, ".ulog", MAX_FILENAME) >= MAX_FILENAME) {
82 #define MAX_FILENAME 80 macro84 char output_file[MAX_FILENAME]; /* specified output file */85 char altroot[MAX_FILENAME]; /* specifed root location */86 char config_file[MAX_FILENAME]; /* specified configuration file */87 char input_file[MAX_FILENAME]; /* specified input file */88 char logical_host[MAX_FILENAME]; /* specified cluster node */89 char device_group[MAX_FILENAME]; /* specified device group name */
535 char logname[MAX_FILENAME]; in ulog_map()546 if (strlcpy(logname, params->dbname, MAX_FILENAME) >= MAX_FILENAME) in ulog_map()548 if (strlcat(logname, ".ulog", MAX_FILENAME) >= MAX_FILENAME) in ulog_map()
57 #define MAX_FILENAME (PATH_MAX + 1) macro
234 char tmpf[MAX_FILENAME] = {0}; in iprop_full_resync_1()235 char ubuf[MAX_FILENAME + sizeof (KDB5_UTIL_DUMP_STR)] = {0}; in iprop_full_resync_1()