Home
last modified time | relevance | path

Searched refs:strrchr (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/third_party/icu/icu4c/as_is/os400/
Diculd.c99 progshort=strrchr(prog,'/'); in main()
134 char *mend = strrchr(linkbuf,'.'); in main()
137 mend = strrchr(linkbuf,'/'); in main()
168 char *mend = strrchr(linkbuf,'.'); in main()
171 mend = strrchr(linkbuf,'/'); in main()
191 const char *p = strrchr(argv[i],'/'); in main()
/third_party/curl/src/
Dtool_operhlp.c86 ptr = strrchr(ptr, '/'); in add_file_name_to_url()
94 const char *filep = strrchr(filename, '/'); in add_file_name_to_url()
95 char *file2 = strrchr(filep?filep:filename, '\\'); in add_file_name_to_url()
149 pc2 = strrchr(pc, '\\'); in get_url_file_name()
150 pc = strrchr(pc, '/'); in get_url_file_name()
Dtool_bname.c35 s1 = strrchr(path, '/'); in tool_basename()
36 s2 = strrchr(path, '\\'); in tool_basename()
/third_party/mesa3d/src/util/
Du_process.c65 char * arg = strrchr(program_invocation_name, '/'); in __getProgramName()
82 char * name = strrchr(path, '/'); in __getProgramName()
93 arg = strrchr(program_invocation_name, '\\'); in __getProgramName()
151 progname = strrchr(buf, '\\'); in __getProgramName()
190 char * arg = strrchr(__progname, '/'); in __getProgramName()
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dstrrchr.c22 char *result = strrchr(str, c); \
29 char *result = strrchr(str, c); \
36 char *result = strrchr(str, 0); \
/third_party/ffmpeg/tools/
Dpktdumper.c77 if (strrchr(argv[1], '/')) in main()
78 av_strlcpy(fntemplate, strrchr(argv[1], '/') + 1, sizeof(fntemplate)); in main()
79 if (strrchr(fntemplate, '.')) in main()
80 *strrchr(fntemplate, '.') = '\0'; in main()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_debug.c81 const char *f = func ? strrchr(func, '_') : NULL; in _nine_debug_printf()
114 const char *r = strrchr(file, '/'); in _nine_stub()
115 if (r == NULL) { r = strrchr(file, '\\'); } in _nine_stub()
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dcctest.cc43 char *basename = strrchr(const_cast<char *>(test_file), '/'); in CcTest()
45 basename = strrchr(const_cast<char *>(test_file), '\\'); in CcTest()
53 char *extension = strrchr(basename, '.'); in CcTest()
/third_party/ltp/lib/
Dtst_kernel.c168 if (strrchr(driver, '-') || strrchr(driver, '_')) { in tst_check_driver()
173 if (strrchr(driver, '_')) { in tst_check_driver()
/third_party/skia/src/utils/
DSkOSPath.cpp23 const char* filename = strrchr(fullPath, SEPARATOR); in Basename()
36 const char* end = strrchr(fullPath, SEPARATOR); in Dirname()
/third_party/flutter/skia/src/utils/
DSkOSPath.cpp23 const char* filename = strrchr(fullPath, SEPARATOR); in Basename()
36 const char* end = strrchr(fullPath, SEPARATOR); in Dirname()
/third_party/weston/libweston/backend-drm/auth/
Dwayland_drm_auth.h25 #define FILENAME (strrchr(__FILE__, '/') ? (strrchr(__FILE__, '/') + 1) : __FILE__)
/third_party/giflib/
Dgifinto.c119 if ((p = strrchr(FullPath, '/')) != NULL || in main()
120 (p = strrchr(FullPath, '\\')) != NULL) in main()
122 else if ((p = strrchr(FullPath, ':')) != NULL) in main()
/third_party/e2fsprogs/util/
Dlibecho.c49 while((slash = strrchr(f, '/')) != NULL) in echo_files()
54 slash = strrchr(filepath, '\\'); in echo_files()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpnetutils.c67 colptr = strrchr (location_end, ':'); in gst_udp_parse_uri()
70 colptr = strrchr (location, ':'); in gst_udp_parse_uri()
/third_party/mesa3d/src/gallium/auxiliary/os/
Dos_process.c72 lpProcessName = strrchr(szProcessPath, '\\'); in os_get_process_name()
75 lpProcessExt = strrchr(lpProcessName, '.'); in os_get_process_name()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dgmtime_r_sup.c482 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in gmtime_r_0100()
525 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in gmtime64_r_0100()
Dgmtime_sup.c482 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in gmtime_0100()
525 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in gmtime64_0100()
/third_party/NuttX/fs/vfs/
Dfs_rmdir.c121 name = strrchr(fullpath, '/'); in do_rmdir()
127 name = strrchr(pathname, '/'); in do_rmdir()
/third_party/skia/third_party/icu/
DSkLoadICU.cpp77 const char* end = strrchr(path, '\\'); in library_directory()
85 const char* end = strrchr(path, '\\'); in executable_directory()
/third_party/curl/docs/examples/
Drtsp.c155 const char *s = strrchr(url, '/'); in get_sdp_filename()
204 base_name = strrchr(argv[0], '/'); in main()
206 base_name = strrchr(argv[0], '\\'); in main()
/third_party/ffmpeg/libavutil/
Davstring.c270 p = strrchr(path, '/'); in av_basename()
272 q = strrchr(path, '\\'); in av_basename()
285 char *p = path ? strrchr(path, '/') : NULL; in av_dirname()
288 char *q = path ? strrchr(path, '\\') : NULL; in av_dirname()
/third_party/pulseaudio/src/daemon/
Ddumpmodules.c100 if ((e = strrchr(buf, '.'))) in is_preloaded()
146 if ((e = strrchr(buf, '.'))) in pa_dump_modules()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_urlparse.c182 oneone = (NULL != strrchr (argv[0], (int) '/')) ? in main()
183 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0; in main()
Dtest_concurrent_stop.c214 oneone = (NULL != strrchr (argv[0], (int) '/')) ? in main()
215 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0; in main()

12345678910>>...21