Searched refs:strrchr (Results 101 - 125 of 599) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/nvi/common/
H A Dutil.c122 if ((p = strrchr(path, '/')) == NULL)
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ruleset.c207 while (parent == NULL && (q = strrchr(p, '/')) != NULL) {
339 if ((p = strrchr(path, '/')) != NULL)
350 if ((p = strrchr(path, '/')) != NULL && !strcmp(p, "/*")) {
388 if ((p = strrchr(a, '/')) == NULL)
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsinfo.c92 progname = strrchr(v[0], '/');
H A Dwr_atab.c79 char *path = strrchr(hostname, (int) ':');
273 p = strrchr(ap->a_name, '/');
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dxcrypt.c86 if (passwd[0] == '$' && (p = strrchr(passwd+1, '$')) != NULL) {
/freebsd-11-stable/include/
H A Dstring.h110 char *strrchr(const char *, int) __pure;
/freebsd-11-stable/lib/libc/string/
H A DMakefile.inc18 strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \
58 MLINKS+=strchr.3 strrchr.3 \
/freebsd-11-stable/usr.sbin/ckdist/
H A Dckdist.c240 (s = strrchr(name, ')')) == NULL ||
377 plen = path && (s = strrchr(path, '/')) != NULL ?
403 return ((s = strrchr(path, '/')) != NULL && s[1] ?
414 ((s = strrchr(path, '.')) != NULL && s > path &&
/freebsd-11-stable/usr.sbin/digictl/
H A Ddigictl.c61 if ((prog = strrchr(argv[0], '/')) == NULL)
/freebsd-11-stable/usr.sbin/ppp/
H A Dauth.c197 if ((slash = strrchr(name, '\\')) != NULL && slash[1]) {
266 if ((slash = strrchr(name, '\\')) != NULL && slash[1]) {
322 if ((slash = strrchr(name, '\\')) != NULL && slash[1]) {
377 if ((slash = strrchr(name, '\\')) != NULL && slash[1]) {
/freebsd-11-stable/contrib/mtree/
H A Donly.c109 char *ptr = strrchr(str, '/');
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp82 INTERCEPT_LIBRARY_FUNCTION(strrchr); variable
/freebsd-11-stable/sys/sys/
H A Dlibkern.h158 char *strrchr(const char *, int);
225 return (strrchr(p, ch));
/freebsd-11-stable/usr.bin/patch/
H A Dutil.c129 if ((simplename = strrchr(bakname, '/')) != NULL)
338 char *s = strrchr(tmpbuf, '/');
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c307 const char *Sep = strrchr(Path, DIR_SEPARATOR);
309 const char *Sep2 = strrchr(Path, DIR_SEPARATOR_2);
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_fnmatch.c456 char *idx = strrchr(pattern, '/');
459 idx = strrchr(pattern, '\\');
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c125 p = strrchr(fn, '/');
164 p = strrchr(fn, '/');
197 p = strrchr(dir, '/');
464 enddir = strrchr(s, '/');
548 sptr = strrchr(s, '/');
/freebsd-11-stable/contrib/gcc/
H A Dtlink.c297 const char *p = strrchr (s, '/');
300 p = strrchr (p, '.');
653 char *p = strrchr (q + 1, ' ');
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin.c56 argv0 = strrchr(prog, '/');
75 argv0 = strrchr(prog, '/');
119 p = strrchr(shell, '/');
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.cpp210 m_prog_name = std::strrchr(m_argv[0], '/');
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcore.h50 const char* execname = strrchr (exec_bfd->filename, '/');
/freebsd-11-stable/contrib/com_err/
H A Dcompile_et.c225 p = strrchr(filename, rk_PATH_DELIM);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c133 if ((modname = strrchr(lmp->l_name, '/')) == NULL)
H A Ddt_error.c206 if ((p = strrchr(dtp->dt_errmsg, '\n')) != NULL)
/freebsd-11-stable/contrib/xz/src/xz/
H A Dsuffix.c275 const char *sufsep = strrchr(src_name, '.');

Completed in 339 milliseconds

1234567891011>>