Searched refs:strrchr (Results 51 - 75 of 599) sorted by relevance

1234567891011>>

/freebsd-11-stable/sbin/fsck_ffs/
H A Dutilities.c70 cp = strrchr(newname, '/');
/freebsd-11-stable/contrib/top/
H A Dos.h7 # define strrchr(a, b) rindex((a), (b)) macro
/freebsd-11-stable/usr.bin/cksum/
H A Dcksum.c71 if ((p = strrchr(argv[0], '/')) == NULL)
/freebsd-11-stable/usr.bin/hexdump/
H A Dhexsyntax.c57 if ((p = strrchr(argv[0], 'h')) != NULL &&
/freebsd-11-stable/usr.bin/tip/tip/
H A Dhunt.c67 uucplock = strrchr(cp, '/');
/freebsd-11-stable/usr.sbin/ctm/ctm_rmail/
H A Derror.c52 if ((prog = strrchr(name, '/')) == NULL)
/freebsd-11-stable/contrib/libpcap/missing/
H A Dgetopt.c67 if ((cp = strrchr(nargv[0], '/')) != NULL)
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtcpd.c67 argv[0] = strrchr(argv[0], '/') + 1;
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dcan_set_rfmon_test.c52 if ((cp = strrchr(argv[0], '/')) != NULL)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debug.cpp46 char const *slash = strrchr(file, '/');
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dfile.c53 trv = strrchr(path, 'X');
271 s = strrchr(templet, '\\');
275 s = strrchr(path, '\\');
461 s = strrchr(filename, '\\');
587 slash = strrchr(path, '/');
589 backslash = strrchr(path, '\\');
/freebsd-11-stable/contrib/dma/
H A Dconf.c205 if (strrchr(data, '@')) {
206 host = strrchr(data, '@');
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d86 STRFUNC(strrchr("The SystemTap, The.", 't'))
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh51 BEGIN { trace(strrchr(`initname, 0x69)); }
H A Dtst.kpriv.ksh55 CANTREAD2(strrchr, '!')
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Drelocate.cpp57 char *p = strrchr(s, DIR_SEPS[0]);
60 char *p1 = strrchr(s, *sep);
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_util.c158 if ((p = strrchr(path, '/')))
203 if ((p = strrchr(editor, '/')))
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Drealpath.c147 q = strrchr(resolved, '/') + 1;
186 q = strrchr(resolved, '/') + 1;
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsystem.h154 # undef strrchr macro
155 # define strrchr rindex macro
/freebsd-11-stable/lib/libc/stdlib/
H A Drealpath.c124 q = strrchr(resolved, '/') + 1;
162 q = strrchr(resolved, '/') + 1;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsysdep.h53 extern char *strrchr ();
/freebsd-11-stable/contrib/libreadline/examples/
H A Drlcat.c83 progname = strrchr(argv[0], '/');
/freebsd-11-stable/contrib/libreadline/
H A Drldefs.h65 extern char *strchr (), *strrchr ();
/freebsd-11-stable/contrib/gdb/gdb/
H A Dkod.c183 p = strrchr (kodlib, '-');
/freebsd-11-stable/contrib/bmake/
H A Dgetopt.c66 if (__progname = strrchr(nargv[0], '/'))

Completed in 269 milliseconds

1234567891011>>