Searched refs:PATH_SEPS (Results 1 – 5 of 5) sorted by relevance
/dports/devel/py-anyconfig/anyconfig-0.9.11/src/anyconfig/ |
H A D | dicts.py | 29 PATH_SEPS = ('/', '.') variable 50 def _split_path(path, seps=PATH_SEPS): 77 def mk_nested_dic(path, val, seps=PATH_SEPS): 97 def get(dic, path, seps=PATH_SEPS, idx_reg=_JSNP_GET_ARRAY_IDX_REG): 134 def set_(dic, path, val, seps=PATH_SEPS):
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/ |
H A D | search_stack.cpp | 33 #define PATH_SEPS wxT( ";\r\n" ) macro 35 #define PATH_SEPS wxT( ":;\r\n" ) // unix == linux | mac macro 41 wxStringTokenizer tokenizer( aPathString, PATH_SEPS, wxTOKEN_STRTOK ); in Split()
|
/dports/emulators/mess/mame-mame0226/src/lib/netlist/plib/ |
H A D | putil.cpp | 19 static constexpr const char *PATH_SEPS = compile_info::win32::value ? "\\/" :"/"; variable 23 auto p=find_last_of(filename, pstring(PATH_SEPS)); in basename()
|
/dports/emulators/mame/mame-mame0226/src/lib/netlist/plib/ |
H A D | putil.cpp | 19 static constexpr const char *PATH_SEPS = compile_info::win32::value ? "\\/" :"/"; variable 23 auto p=find_last_of(filename, pstring(PATH_SEPS)); in basename()
|
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/oggenc/ |
H A D | platform.c | 121 #define PATH_SEPS "/\\" macro 131 #define PATH_SEPS "/" macro 150 while((end = strpbrk(start+1, PATH_SEPS)) != NULL)
|