Searched refs:strrchr (Results 26 - 50 of 599) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dadfile.c323 DirectoryPosition = strrchr (NewFilename, '/');
324 Position = strrchr (NewFilename, '.');
420 Substring = strrchr (DirectoryPath, '/');
423 Substring = strrchr (DirectoryPath, ':');
/freebsd-11-stable/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c89 shortname = strrchr(filename, '/');
94 dot = strrchr(shortname, '.');
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcorefile.c155 last_slash = strrchr (core, '/');
159 last_slash = strrchr (exec, '/');
/freebsd-11-stable/contrib/libreadline/examples/
H A Drl.c55 extern char *strrchr();
90 progname = strrchr(argv[0], '/');
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetopt.c87 if (!(p = strrchr(*nargv, '/')))
106 if (!(p = strrchr(*nargv, '/')))
/freebsd-11-stable/lib/libc/i386/string/
H A DMakefile.inc18 strrchr.S \
/freebsd-11-stable/usr.sbin/eeprom/
H A Deeprom.c101 if ((cp = strrchr(line, '\n')) != NULL)
129 if ((arg = strrchr(keyword, '=')) != NULL)
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Daccess.c67 if ((s = strrchr(result, '.')) != 0) {
97 const char *test = strrchr(path, '/');
100 test = strrchr(path, '\\');
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstring.h50 using std::strrchr;
/freebsd-11-stable/contrib/binutils/ld/
H A Dsysdep.h38 extern char *strrchr ();
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtry-from.c51 if ((cp = strrchr(argv[0], '/')) != 0)
/freebsd-11-stable/usr.bin/hexdump/
H A Dhexdump.c64 if (!(p = strrchr(argv[0], 'o')) || strcmp(p, "od"))
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmltchar.h67 # define tcsrchr strrchr
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddebug.c64 const char *slash = strrchr(file, '/');
67 slash = strrchr(file, '\\');
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_passwd.c127 user = strrchr(dir, '/');
147 q = strrchr(p, '/');
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_cpystrn.c201 const char *s = strrchr(pathname, path_separator);
206 const char *s2 = strrchr(pathname, path_separator_win);
210 if (!s) s = strrchr(pathname, drive_separator_win);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_pname.c96 if (strrchr(format, '\n') == NULL)
183 char *p = strrchr(arg0, '/');
/freebsd-11-stable/lib/libc/net/
H A Drcmdsh.c148 p = strrchr(rshprog, '/');
152 p = strrchr(rshprog, '/');
/freebsd-11-stable/usr.bin/chpass/
H A Dutil.c153 if ((p = strrchr(sh, '/')) && strcmp(name, p + 1) == 0) {
174 if ((p = strrchr(sh, '/')) && strcmp(name, p + 1) == 0) {
/freebsd-11-stable/usr.bin/ctags/
H A Dtree.c71 if (!(fp = strrchr(curfile, '/')))
76 fp = strrchr(nbuf, '.');
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzip.c146 s = strrchr(f1, 0);
160 p = (p = strrchr(f1, '/')) ? p + 1 : f1;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strrchr.c17 atf_tc_set_md_var(tc, "descr", "Test strrchr(3) results");
23 char * (*f)(const char *, int) = strrchr;
227 atf_tc_fail("strrchr should not have "
233 atf_tc_fail("strrchr returns wrong "
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsysdep.h56 extern char *strrchr ();
/freebsd-11-stable/bin/rmdir/
H A Drmdir.c103 while ((p = strrchr(path, '/')) != NULL) {
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dutils.c51 q = strrchr(p, '/');

Completed in 209 milliseconds

1234567891011>>