Home
last modified time | relevance | path

Searched refs:rest_of_path (Results 1 – 15 of 15) sorted by relevance

/dports/net/libdmapsharing/libdmapsharing-2.9.41/libdmapsharing/
H A Ddacp-share.c659 const char *rest_of_path; in dacp_share_ctrl_int() local
668 rest_of_path = strchr (path + 1, '/'); in dacp_share_ctrl_int()
672 if ((rest_of_path != NULL) in dacp_share_ctrl_int()
680 if (rest_of_path == NULL) { in dacp_share_ctrl_int()
824 } else if (g_ascii_strcasecmp ("/1/playpause", rest_of_path) == 0) { in dacp_share_ctrl_int()
827 } else if (g_ascii_strcasecmp ("/1/pause", rest_of_path) == 0) { in dacp_share_ctrl_int()
830 } else if (g_ascii_strcasecmp ("/1/nextitem", rest_of_path) == 0) { in dacp_share_ctrl_int()
833 } else if (g_ascii_strcasecmp ("/1/previtem", rest_of_path) == 0) { in dacp_share_ctrl_int()
836 } else if (g_ascii_strcasecmp ("/1/nowplayingartwork", rest_of_path) in dacp_share_ctrl_int()
896 } else if (g_ascii_strcasecmp ("/1/cue", rest_of_path) == 0) { in dacp_share_ctrl_int()
[all …]
H A Ddmap-share.c1593 const char *rest_of_path; in _dmap_share_databases() local
1604 rest_of_path = strchr (path + 1, '/'); in _dmap_share_databases()
1606 if (rest_of_path == NULL) { in _dmap_share_databases()
1642 } else if (g_ascii_strcasecmp ("/1/groups", rest_of_path) == 0) { in _dmap_share_databases()
1737 } else if (g_ascii_strcasecmp ("/1/items", rest_of_path) == 0) { in _dmap_share_databases()
1859 } else if (g_ascii_strcasecmp ("/1/containers", rest_of_path) == 0) { in _dmap_share_databases()
1956 if (g_ascii_strcasecmp ("/1/items", rest_of_path + 13) == 0) { in _dmap_share_databases()
2003 pl_id = strtoul (rest_of_path + 14, NULL, 10); in _dmap_share_databases()
2062 } else if (g_ascii_strncasecmp ("/1/items/", rest_of_path, 9) == 0) { in _dmap_share_databases()
2070 } else if (g_str_has_prefix (rest_of_path, "/1/groups/") && in _dmap_share_databases()
[all …]
H A Ddaap-share.c753 const gchar *rest_of_path; in databases_browse_xxx() local
764 rest_of_path = strchr (path + 1, '/'); in databases_browse_xxx()
765 browse_category = rest_of_path + 10; in databases_browse_xxx()
831 const gchar *rest_of_path; in databases_items_xxx() local
839 rest_of_path = strchr (path + 1, '/'); in databases_items_xxx()
840 id_str = rest_of_path + 9; in databases_items_xxx()
H A Ddpap-share.c571 const gchar *rest_of_path; in databases_items_xxx() local
577 rest_of_path = strchr (path + 1, '/'); in databases_items_xxx()
578 id_str = rest_of_path + 9; in databases_items_xxx()
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dpackfile.c226 char filename[256] = {""}, *rest_of_path; in casesearch() local
236 rest_of_path = strchr(filepath, '/'); in casesearch()
237 if (rest_of_path != NULL) // directory in casesearch()
239 assert(rest_of_path-filepath > 0); in casesearch()
240 strncat(filename, filepath, rest_of_path-filepath); in casesearch()
241 rest_of_path++; in casesearch()
259 return rest_of_path == NULL ? fullpath : casesearch(fullpath, rest_of_path); in casesearch()
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dpackfile.c281 char filename[256] = {""}, *rest_of_path; in casesearch() local
294 rest_of_path = strchr(filepath, '/'); in casesearch()
295 if (rest_of_path != NULL) // directory in casesearch()
297 if(rest_of_path - filepath <= 0) in casesearch()
301 strncat(filename, filepath, rest_of_path - filepath); in casesearch()
302 rest_of_path++; in casesearch()
332 return rest_of_path == NULL ? fullpath : casesearch(fullpath, rest_of_path); in casesearch()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dpackfile.c279 char filename[256] = {""}, *rest_of_path; in casesearch() local
292 rest_of_path = strchr(filepath, '/'); in casesearch()
293 if (rest_of_path != NULL) // directory in casesearch()
295 if(rest_of_path - filepath <= 0) in casesearch()
299 strncat(filename, filepath, rest_of_path - filepath); in casesearch()
300 rest_of_path++; in casesearch()
330 return rest_of_path == NULL ? fullpath : casesearch(fullpath, rest_of_path); in casesearch()
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dpackfile.c282 char filename[PACKFILE_PATH_MAX] = {""}, *rest_of_path; in casesearch() local
295 rest_of_path = strchr(filepath, '/'); in casesearch()
296 if (rest_of_path != NULL) // directory in casesearch()
298 if(rest_of_path - filepath <= 0) in casesearch()
302 strncat(filename, filepath, rest_of_path - filepath); in casesearch()
303 rest_of_path++; in casesearch()
334 return rest_of_path == NULL ? fullpath : casesearch(fullpath, rest_of_path); in casesearch()
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dpackfile.c226 char filename[256] = {""}, *rest_of_path; in casesearch() local
236 rest_of_path = strchr(filepath, '/'); in casesearch()
237 if (rest_of_path != NULL) // directory in casesearch()
239 assert(rest_of_path-filepath > 0); in casesearch()
240 strncat(filename, filepath, rest_of_path-filepath); in casesearch()
241 rest_of_path++; in casesearch()
259 return rest_of_path == NULL ? fullpath : casesearch(fullpath, rest_of_path); in casesearch()
/dports/devel/vitables/ViTables-3.0.2/vitables/calculator/
H A Dcalculator.py83 rest_of_path = path[1:]
85 return create_group(group._v_groups[node_name], rest_of_path)
89 return create_group(node_group, rest_of_path)
/dports/emulators/vmips/vmips-1.5.1/
H A Dvmipstool.cc233 char rest_of_path[] = in can_read_default_ldscript() local
238 new char[strlen(rest_of_path) + strlen(pkgdatadir) + 2]; in can_read_default_ldscript()
240 strcat(ldscript_search_path, rest_of_path); in can_read_default_ldscript()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DiscIO/
H A DFileSystemGCWii.cpp319 const std::string_view rest_of_path = in FindFileInfo() local
328 std::unique_ptr<FileInfo> result = FindFileInfo(rest_of_path, child); in FindFileInfo()
/dports/www/py-paste/Paste-3.4.6/paste/
H A Durlparser.py164 name, rest_of_path = request.path_info_split(environ['PATH_INFO'])
195 name, rest_of_path = request.path_info_split(environ['PATH_INFO'])
196 environ['PATH_INFO'] = rest_of_path
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/
H A Durlparser.py164 name, rest_of_path = request.path_info_split(environ['PATH_INFO'])
195 name, rest_of_path = request.path_info_split(environ['PATH_INFO'])
196 environ['PATH_INFO'] = rest_of_path
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/dirstate_tree/
H A Ddirstate_map.rs812 let (first_path_component, rest_of_path) = in drop_entry_and_copy_source()
822 if let Some(rest) = rest_of_path { in drop_entry_and_copy_source()