Searched refs:PATH_SEP (Results 1 - 12 of 12) sorted by relevance
/third_party/backends/sanei/ |
H A D | sanei_access.c | 64 # define PATH_SEP '\\' macro 66 # define PATH_SEP '/' macro 140 if( *p == PATH_SEP ) in create_lock_filename()
|
H A D | sanei_config.c | 62 # define PATH_SEP '\\' macro 65 # define PATH_SEP '/' macro 148 snprintf (result, sizeof (result), "%s%c%s", dir, PATH_SEP, filename); in sanei_config_open()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | logging.c | 50 #ifndef PATH_SEP 51 #define PATH_SEP '/' macro 461 (strchr(file, PATH_SEP))) /* Abbreviate the filename */ in ntfs_log_handler_fprintf() 462 file = strrchr(file, PATH_SEP) + 1; in ntfs_log_handler_fprintf()
|
H A D | dir.c | 684 while (p && *p && *p == PATH_SEP) in ntfs_pathname_to_inode() 688 if (p[0] && (p[strlen(p)-1] == PATH_SEP)) in ntfs_pathname_to_inode() 733 q = strchr(p, PATH_SEP); in ntfs_pathname_to_inode() 813 if (q) *q++ = PATH_SEP; /* JPA */ in ntfs_pathname_to_inode() 815 while (p && *p && *p == PATH_SEP) in ntfs_pathname_to_inode() 2067 while (*p == PATH_SEP) in ntfs_delete() 2069 if (p[0] && (p[strlen(p)-1] == PATH_SEP)) in ntfs_delete()
|
/third_party/backends/backend/genesys/ |
H A D | genesys.h | 39 # define PATH_SEP '\\' macro 41 # define PATH_SEP '/' macro
|
H A D | genesys.cpp | 4427 if(filename[i]==':'||filename[i]==PATH_SEP) in calibration_filename() 4448 size = std::snprintf(&ret.front(), ret.size(), "%s%c.sane", ptr, PATH_SEP); in calibration_filename() 4455 ptr, PATH_SEP, PATH_SEP, filename); in calibration_filename()
|
/third_party/backends/backend/ |
H A D | gt68xx.c | 931 # define PATH_SEP "\\" macro 933 # define PATH_SEP "/" macro 945 if (strncmp (dev->model->firmware_name, PATH_SEP, 1) != 0) in download_firmware_file() 950 PATH_SEP, "sane", PATH_SEP, "gt68xx", PATH_SEP, in download_firmware_file() 954 PATH_SEP, "sane", PATH_SEP, "gt68xx"); in download_firmware_file() 967 pos = strrchr (dirname, PATH_SEP[0]); in download_firmware_file() 1003 dirname, PATH_SEP, direntr in download_firmware_file() [all...] |
H A D | microtek2.h | 64 #ifndef PATH_SEP 66 # define PATH_SEP "\\" macro 68 # define PATH_SEP "/" macro 73 #define PASSWD_FILE STRINGIFY(PATH_SANE_CONFIG_DIR) PATH_SEP "auth"
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | dir.h | 30 #define PATH_SEP '/' macro
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsls.c | 453 && *tempcomp->name != PATH_SEP in readdir_recursive() 456 putchar(PATH_SEP); in readdir_recursive()
|
H A D | utils.c | 622 len = snprintf(buffer + offset, bufsize - offset, "%c%s", PATH_SEP, names[i]); in utils_inode_get_name()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_context.c | 1023 #define PATH_SEP "\\" macro 1027 #define PATH_SEP "/" macro 1043 char *dump_file = malloc(strlen(hud_dump_dir) + sizeof(PATH_SEP) in hud_graph_set_dump_file() 1047 strcat(dump_file, PATH_SEP); in hud_graph_set_dump_file()
|
Completed in 29 milliseconds