Home
last modified time | relevance | path

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

12345678910>>...53

/netbsd/external/bsd/libbind/dist/dst/
H A Dsupport.c237 if (strrchr(name, '\\')) in dst_s_filename_length()
239 if (strrchr(name, '/')) in dst_s_filename_length()
241 if (strrchr(name, ':')) in dst_s_filename_length()
245 if (strrchr(suffix, '\\')) in dst_s_filename_length()
247 if (strrchr(suffix, '/')) in dst_s_filename_length()
249 if (strrchr(suffix, ':')) in dst_s_filename_length()
284 if (strrchr(filename, '/')) in dst_s_build_filename()
286 if (strrchr(filename, '\\')) in dst_s_build_filename()
288 if (strrchr(filename, ':')) in dst_s_build_filename()
/netbsd/lib/libresolv/
H A Dsupport.c240 if (strrchr(name, '\\')) in dst_s_filename_length()
242 if (strrchr(name, '/')) in dst_s_filename_length()
244 if (strrchr(name, ':')) in dst_s_filename_length()
248 if (strrchr(suffix, '\\')) in dst_s_filename_length()
250 if (strrchr(suffix, '/')) in dst_s_filename_length()
252 if (strrchr(suffix, ':')) in dst_s_filename_length()
287 if (strrchr(filename, '/')) in dst_s_build_filename()
289 if (strrchr(filename, '\\')) in dst_s_build_filename()
291 if (strrchr(filename, ':')) in dst_s_build_filename()
/netbsd/sys/external/bsd/acpica/dist/common/
H A Dadfile.c215 DirectoryPosition = strrchr (NewFilename, '/'); in FlGenerateFilename()
216 Position = strrchr (NewFilename, '.'); in FlGenerateFilename()
312 Substring = strrchr (DirectoryPath, '/'); in FlSplitInputPathname()
315 Substring = strrchr (DirectoryPath, ':'); in FlSplitInputPathname()
377 Substring = strrchr (FilePathname, '/'); in FlGetFileBasename()
380 Substring = strrchr (FilePathname, ':'); in FlGetFileBasename()
/netbsd/external/gpl3/gdb/dist/gprof/
H A Dsource.c76 fname = strrchr (sf->name, '/'); in source_file_lookup_name()
124 name_only = strrchr (sf->name, '/'); in annotate_source()
127 char *bslash = strrchr (sf->name, '\\'); in annotate_source()
179 filename = strrchr (sf->name, '/'); in annotate_source()
182 char *bslash = strrchr (sf->name, '\\'); in annotate_source()
206 char *dot = strrchr (fname, '.'); in annotate_source()
/netbsd/external/gpl3/binutils.old/dist/gprof/
H A Dsource.c76 fname = strrchr (sf->name, '/'); in source_file_lookup_name()
124 name_only = strrchr (sf->name, '/'); in annotate_source()
127 char *bslash = strrchr (sf->name, '\\'); in annotate_source()
179 filename = strrchr (sf->name, '/'); in annotate_source()
182 char *bslash = strrchr (sf->name, '\\'); in annotate_source()
206 char *dot = strrchr (fname, '.'); in annotate_source()
/netbsd/external/gpl3/gdb.old/dist/gprof/
H A Dsource.c76 fname = strrchr (sf->name, '/'); in source_file_lookup_name()
124 name_only = strrchr (sf->name, '/'); in annotate_source()
127 char *bslash = strrchr (sf->name, '\\'); in annotate_source()
179 filename = strrchr (sf->name, '/'); in annotate_source()
182 char *bslash = strrchr (sf->name, '\\'); in annotate_source()
206 char *dot = strrchr (fname, '.'); in annotate_source()
/netbsd/external/gpl3/binutils/dist/gprof/
H A Dsource.c76 fname = strrchr (sf->name, '/'); in source_file_lookup_name()
126 name_only = strrchr (sf->name, '/'); in annotate_source()
129 char *bslash = strrchr (sf->name, '\\'); in annotate_source()
183 filename = strrchr (sf->name, '/'); in annotate_source()
186 char *bslash = strrchr (sf->name, '\\'); in annotate_source()
211 char *dot = strrchr (fname, '.'); in annotate_source()
/netbsd/usr.bin/realpath/
H A Drealpath.c126 p = strrchr(path, '/'); in process()
130 p = strrchr(path, '/'); in process()
146 p = strrchr(path, '/'); in process()
223 pp = strrchr(q, '/'); in process()
230 pp = strrchr(q, '/'); in process()
/netbsd/common/lib/libc/string/
H A Dstrrchr.c49 #undef strrchr
52 __strong_alias(rindex, strrchr) in __strong_alias() argument
54 strrchr(const char *p, int ch) in __strong_alias()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsetprogname.c55 p = strrchr(argv0, '/'); in setprogname()
61 pb = strrchr((p != NULL)? p : argv0, '\\'); in setprogname()
78 ext = strrchr(fn, '.'); in setprogname()
/netbsd/external/bsd/pkg_install/dist/lib/
H A Dstr.c55 return ((dot = strrchr(basename_of(str), '.')) == NULL) ? "" : dot + 1; in suffix_of()
66 return ((slash = strrchr(str, '/')) == NULL) ? str : slash + 1; in basename_of()
79 if ((s = strrchr(path, '/')) == NULL) { in dirname_of()
/netbsd/common/lib/libc/arch/m68k/string/
H A Dstrrchr.S46 ENTRY(strrchr)
59 END(strrchr)
61 STRONG_ALIAS(rindex,strrchr)
/netbsd/external/bsd/libarchive/dist/libarchive_fe/
H A Derr.c61 lafe_progname = strrchr(name, '\\'); in lafe_setprogname()
62 if (strrchr(name, '/') > lafe_progname) in lafe_setprogname()
64 lafe_progname = strrchr(name, '/'); in lafe_setprogname()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dmatch_service.c94 if (strrchr(*cpp, '/') == 0 && (cp = strrchr(*cpp, '.')) != 0) in match_service_compat()
150 if ((type = strrchr(name_type, '/')) == 0 || *++type == 0) in match_service_match()
/netbsd/external/gpl2/gmake/dist/
H A Ddir.c685 char *p = strrchr (d->d_name, ';'); in dir_contents_file_exists_p()
755 dirend = strrchr (name, ']'); in file_exists_p()
757 dirend = strrchr (name, ':'); in file_exists_p()
761 dirend = strrchr (name, '/'); in file_exists_p()
765 char *bslash = strrchr(name, '\\'); in file_exists_p()
812 dirend = strrchr (p, ']'); in file_impossible()
814 dirend = strrchr (p, ':'); in file_impossible()
819 dirend = strrchr (p, '/'); in file_impossible()
823 char *bslash = strrchr(p, '\\'); in file_impossible()
896 dirend = strrchr (filename, ']'); in file_impossible_p()
[all …]
/netbsd/usr.bin/pr/
H A Degetopt.c144 if (!(p = strrchr(*nargv, '/'))) in egetopt()
160 if (!(p = strrchr(*nargv, '/'))) in egetopt()
197 if (!(p = strrchr(*nargv, '/'))) in egetopt()
/netbsd/external/cddl/osnet/lib/libzfs/
H A Dmkdirp.c76 endptr = strrchr(str, '\0'); in mkdirp()
77 slash = strrchr(str, '/'); in mkdirp()
94 slash = strrchr(str, '/'); in mkdirp()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dstring.h87 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);} in __libcpp_strrchr()
89 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} in strrchr() function
91 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} in strrchr() function
/netbsd/common/lib/libc/arch/i386/string/
H A Dstrrchr.S12 ENTRY(strrchr)
95 END(strrchr)
97 STRONG_ALIAS(rindex,strrchr)
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Drindex.c15 extern char *strrchr (const char *, int);
20 return strrchr (s, c); in rindex()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Drindex.c15 extern char *strrchr (const char *, int);
20 return strrchr (s, c); in rindex()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Drindex.c15 extern char *strrchr (const char *, int);
20 return strrchr (s, c); in rindex()
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Drindex.c15 extern char *strrchr (const char *, int);
20 return strrchr (s, c); in rindex()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Drindex.c15 extern char *strrchr (const char *, int);
20 return strrchr (s, c); in rindex()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Drindex.c15 extern char *strrchr (const char *, int);
20 return strrchr (s, c); in rindex()

12345678910>>...53