Home
last modified time | relevance | path

Searched refs:DIR_SEP (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/sanei/
H A Dsanei_config.c61 # define DIR_SEP ";" macro
64 # define DIR_SEP ":" macro
68 #define DEFAULT_DIRS "." DIR_SEP STRINGIFY(PATH_SANE_CONFIG_DIR)
100 strcat(result,DIR_SEP); /* do append the default ones */ in sanei_config_get_paths()
108 if ((len > 0) && (dir_list[len - 1] == DIR_SEP[0])) in sanei_config_get_paths()
146 for (next = copy; (dir = strsep (&next, DIR_SEP)) != 0; ) in sanei_config_open()
/third_party/backends/backend/
H A Ddll.c148 # define DIR_SEP ";" macro
150 # define DIR_SEP ":" macro
512 src_len = strlen (path) + strlen (DIR_SEP) + strlen(LIBDIR) + 1; in load()
519 snprintf (src, src_len, "%s%s%s", path, DIR_SEP, LIBDIR); in load()
534 dir = strsep (&src, DIR_SEP); in load()
566 dir = strsep (&src, DIR_SEP); in load()
874 for (next = copy; (dir = strsep (&next, DIR_SEP)) != NULL;) in read_dlld()

Completed in 3 milliseconds