bin/cp/cp.c
320
p = strrchr(curr->fts_path, '/');
bin/cpdup/cpdup.c
1401
AddList(list, strrchr(fpath, '/') + 1, 1, NULL);
bin/cpdup/md5.c
193
if ((sfile = strrchr(spath, '/')) != NULL)
bin/ln/ln.c
178
file1 = strrchr(path1, '/');
bin/ln/ln.c
183
file2 = strrchr(path2, '/');
bin/ln/ln.c
72
if ((p = strrchr(argv[0], '/')) == NULL)
bin/pax/options.c
152
if ((argv0 = strrchr(argv[0], '/')) != NULL)
bin/pax/sel_subs.c
334
if ((flgpt = strrchr(str, '/')) != NULL)
bin/ps/fmt.c
95
return ((cp = strrchr(arg0, '/')) != NULL ? cp + 1 : arg0);
bin/rm/rm.c
634
if ((p = strrchr(*t, '/')) != NULL)
bin/rm/rm.c
88
if ((p = strrchr(argv[0], '/')) == NULL)
bin/rmdir/rmdir.c
96
while ((p = strrchr(path, '/')) != NULL) {
bin/sh/parser.c
2104
strlcpy(&ps[i], strrchr(pwd, '/') + 1,
bin/test/test.c
200
if ((p = strrchr(argv[0], '/')) == NULL)
crypto/libressl/apps/nc/netcat.c
521
proxyport = strrchr(proxy, ':');
crypto/libressl/apps/openssl/apps.c
194
p = strrchr(in, '/');
crypto/libressl/apps/openssl/s_socket.c
289
p = strrchr(str, '/'); /* IPv6 host/port */
crypto/libressl/apps/openssl/s_socket.c
291
p = strrchr(str, ':');
crypto/libressl/crypto/asn1/asn_moid.c
121
p = strrchr(value, ',');
crypto/libressl/crypto/bio/b_sock.c
136
if ((p = strrchr(str, ':')) == NULL) {
crypto/libressl/crypto/conf/conf_mod.c
321
p = strrchr(name, '.');
crypto/libressl/ssl/ssl_lib.c
1665
if ((end = strrchr(buf, ':')) != NULL)
crypto/openssh/auth2-pubkeyfile.c
193
if ((ep = strrchr(cp, ' ')) != NULL ||
crypto/openssh/auth2-pubkeyfile.c
194
(ep = strrchr(cp, '\t')) != NULL) {
crypto/openssh/channels.c
5140
char *dot = strrchr(path, '.');
crypto/openssh/channels.c
5198
if (sscanf(strrchr(display, ':') + 1, "%u",
crypto/openssh/hostfile.c
482
if ((p = strrchr(filename, '/')) == NULL)
crypto/openssh/log.c
464
(cp = strrchr(file, '/')) == NULL ? file : cp + 1, func, line,
crypto/openssh/misc.c
843
tmp = strrchr(sdup, '@');
crypto/openssh/misc.c
901
if ((cp = strrchr(tmp, '@')) != NULL) {
crypto/openssh/readconf.c
3268
if ((cp = strrchr(sdup, ',')) == NULL)
crypto/openssh/readconf.c
3299
if ((cp = strrchr(s, ',')) != NULL && cp != s) {
crypto/openssh/scp.c
1436
if ((last = strrchr(name, '/')) == NULL)
crypto/openssh/scp.c
1513
last = strrchr(name, '/');
crypto/openssh/scp.c
991
if ((cp2 = strrchr(cp, '/')) != NULL)
crypto/openssh/session.c
1663
if ((shell0 = strrchr(shell, '/')) != NULL)
crypto/openssh/session.c
2539
cp = strrchr(s->tty, '/');
crypto/openssh/sftp-client.c
1588
if ((progresspath = strrchr(path, '/')) == NULL)
crypto/openssh/sftp-realpath.c
144
q = strrchr(resolved, '/') + 1;
crypto/openssh/sftp-realpath.c
183
q = strrchr(resolved, '/') + 1;
crypto/openssh/ssh-keygen.c
1894
if ((cp = strrchr(tmp, '.')) != NULL && strcmp(cp, ".pub") == 0)
crypto/openssh/ssh.c
1130
cp = strrchr(p, '@');
games/atc/input.c
337
base = strrchr(shell, '/');
games/fortune/fortune/fortune.c
674
if ((sp = strrchr(offensive, '/')) == NULL)
games/fortune/fortune/fortune.c
775
if ((sp = strrchr(file, '/')) == NULL)
games/fortune/fortune/fortune.c
787
if ((sp = strrchr(sp, '.')) != NULL) {
games/gomoku/main.c
100
prog = strrchr(argv[0], '/');
games/hack/hack.objnam.c
486
p = strrchr(bp, '(');
games/hack/hack.u_init.c
417
if ((p = strrchr(plname, '-')) != NULL) {
games/hack/hack.unix.c
172
(np = strrchr(name, '/')) ? np+1 : name);
games/hack/hack.unix.c
206
(np = strrchr(name, '/')) ? np + 1 : name);
games/hunt/hunt/hunt.c
450
cp = strrchr(s, '\n');
games/sail/main.c
120
if ((p = strrchr(*argv, '/')) != NULL)
include/string.h
131
char *strrchr(const char *, int) __pure;
lib/libc/gen/fts.c
227
if ((cp = strrchr(p->fts_name, '/')) && (cp != p->fts_name || cp[1])) {
lib/libc/gen/getdevpath.c
114
if ((trailer = strrchr(devname, '.')) != NULL)
lib/libc/gen/setprogname.c
15
p = strrchr(progname, '/');
lib/libc/gen/utmpx.c
348
strrchr(_PATH_UTMP_UPDATE, '/') + 1, buf, NULL);
lib/libc/net/rcmdsh.c
150
p = strrchr(rshprog, '/');
lib/libc/net/rcmdsh.c
153
p = strrchr(rshprog, '/');
lib/libc/rpc/rpc_generic.c
664
p = strrchr(addrstr, '.');
lib/libc/rpc/rpc_generic.c
670
p = strrchr(addrstr, '.');
lib/libc/stdlib/realpath.c
160
q = strrchr(resolved, '/') + 1;
lib/libc/stdlib/realpath.c
202
q = strrchr(resolved, '/') + 1;
lib/libc/string/rindex.c
40
strrchr
lib/libc/string/strrchr.c
52
__weak_reference(strrchr, rindex);
lib/libfetch/ftp.c
217
if ((s = strrchr(file, '/')) == NULL)
lib/libfetch/ftp.c
279
if ((end = strrchr(file, '/')) == NULL)
lib/libssh/openbsd-compat/bsd-misc.c
54
p = strrchr(argv0, '/');
lib/libssh/openbsd-compat/xcrypt.c
85
if (passwd[0] == '$' && (p = strrchr(passwd+1, '$')) != NULL) {
lib/libutil/gr_util.c
134
if ((p = strrchr(group_file, '/')))
lib/libutil/pw_util.c
214
if ((p = strrchr(masterpasswd, '/')))
libexec/bootpd/bootpd.c
194
progname = strrchr(argv[0], '/');
libexec/bootpd/bootpd.c
845
bootfile = strrchr(homedir, '/');
libexec/bootpd/bootpgw/bootpgw.c
164
progname = strrchr(argv[0], '/');
libexec/bootpd/tools/bootpef/bootpef.c
134
progname = strrchr(argv[0], '/');
libexec/bootpd/tools/bootptest/bootptest.c
147
progname = strrchr(argv[0], '/');
libexec/dma/conf.c
205
if (strrchr(data, '@')) {
libexec/dma/conf.c
206
host = strrchr(data, '@');
libexec/dma/dma.c
194
host = strrchr(it->addr, '@');
libexec/dma/dma.c
214
if (strrchr(it->addr, '@') == NULL && (config.features & NULLCLIENT) == 0) {
libexec/dma/net.c
636
host = strrchr(it->addr, '@');
libexec/fingerd/fingerd.c
160
if ((lp = strrchr(prog, '/')) != NULL)
libexec/ftpd/ftpd.c
3034
cp = strrchr(local, '/');
libexec/getty/chat.c
216
q = strrchr(p+1, *p);
libexec/getty/main.c
737
slash = strrchr(ttyn, '/');
libexec/pppoed/pppoed.c
510
prog = strrchr(argv[0], '/');
libexec/rbootd/rmpproto.c
327
if ((filename = strrchr(filepath, '/')) != NULL)
libexec/rtld-elf/libmap.c
184
ext = strrchr(dp->d_name, '.');
libexec/rtld-elf/rtld.c
884
const char *p = strrchr(name, '/');
libexec/telnetd/utility.c
442
slash = strrchr(line, '/');
sbin/camcontrol/modeedit.c
671
if ((value = strrchr(buffer, ':')) == NULL)
sbin/ccdconfig/ccdconfig.c
300
if ((cp2 = strrchr(disks[i], '/')) != NULL)
sbin/ccdconfig/ccdconfig.c
342
if ((cp = strrchr(line, '\n')) != NULL)
sbin/cryptdisks/cryptdisks.c
253
if ((endptr = strrchr(buf, '\n')) != NULL)
sbin/dump/main.c
588
dp = strrchr(cp, '/');
sbin/dumpon/dumpon.c
59
if (strstr((p = strrchr(argv[0], '/')) ? p+1 : argv[0],
sbin/ffsinfo/ffsinfo.c
198
if (0 == strrchr(device, '/') && (stat(device, &st) == -1)) {
sbin/fsck/fsutil.c
162
if ((dp = strrchr(name, '/')) == NULL)
sbin/fsck/fsutil.c
180
if ((dp = strrchr(name, '/')) == NULL)
sbin/fsck/preen.c
200
p = strrchr(name, '/');
sbin/growfs/growfs.c
1961
if (0 == strrchr(device, '/')) {
sbin/hammer/cmd_cleanup.c
648
if ((ptr = strrchr(fpath, '/')) != NULL)
sbin/hammer/cmd_cleanup.c
671
(ptr = strrchr(linkbuf, '@')) != NULL &&
sbin/hammer/cmd_snapshot.c
291
if (delete && (ptr = strrchr(linkbuf, '@')) &&
sbin/hammer/cmd_snapshot.c
377
char *pos = strrchr(softlink_fmt, '/');
sbin/hammer/cmd_snapshot.c
636
ptr = strrchr(path, '/');
sbin/hammer/cmd_softprune.c
291
if ((ptr = strrchr(linkbuf, '@')) &&
sbin/hammer2/cmd_info.c
264
mount_comp = strrchr(devpath, '/');
sbin/hammer2/cmd_info.c
63
ptr = strrchr(den->d_name, '.');
sbin/hammer2/cmd_rsa.c
135
sfx = strrchr(keyfiles[i], '.');
sbin/hammer2/cmd_rsa.c
270
sfx = strrchr(keyfiles[i], '.');
sbin/ifconfig/af_inet.c
138
if ((p = strrchr(s, '/')) != NULL) {
sbin/ifconfig/af_inet6.c
367
if((p = strrchr(s, '/')) != NULL) {
sbin/iscontrol/iscontrol.c
144
if((p = strrchr(pname, '/')) != NULL)
sbin/jscan/jfile.c
88
if ((basename = strrchr(dirname, '/')) != NULL) {
sbin/md5/md5.c
337
if ((progname = strrchr(argv[0], '/')) == NULL)
sbin/mount/mount.c
790
if (strrchr(path, '/'))
sbin/mount/mount.c
791
path = strrchr(path, '/') + 1;
sbin/mount_nfs/mount_nfs.c
477
if ((delimp = strrchr(spec, ':')) != NULL) {
sbin/mount_nfs/mount_nfs.c
480
} else if ((delimp = strrchr(spec, '@')) != NULL) {
sbin/mount_std/mount_std.c
71
fsname = strrchr(argv[0], '_');
sbin/newfs/newfs.c
222
if ((progname = strrchr(*argv, '/')))
sbin/reboot/reboot.c
64
if (strstr((p = strrchr(*argv, '/')) ? p + 1 : *argv, "halt")) {
sbin/restore/symtab.c
170
tailindex = strrchr(name, '/');
sbin/restore/symtab.c
238
np->e_name = savename(strrchr(name, '/') + 1);
sbin/restore/symtab.c
319
cp = strrchr(newname, '/') + 1;
sbin/routed/parms.c
917
if (NULL != (mname = strrchr(name,'/'))) {
sbin/routed/rtquery/rtquery.c
782
if (NULL != (mname = strrchr(name,'/'))) {
sbin/shutdown/shutdown.c
118
if ((p = strrchr(argv[0], '/')) == NULL)
sbin/slattach/slattach.c
182
dvname = strrchr(dev, '/'); /* always succeeds */
sbin/startslip/startslip.c
200
if ((dvname = strrchr(devicename, '/')) == NULL)
sbin/svc/svc.c
399
p2 = strrchr(p1, '.');
sbin/svc/svc.c
408
*strrchr(plab, '.') = 0;
sbin/swapon/swapon.c
230
if ((id = strrchr(fs_spec, '/')) == NULL)
sbin/swapon/swapon.c
71
if ((ptr = strrchr(argv[0], '/')) == NULL)
sbin/umount/umount.c
290
if ((delimp = strrchr(name, '@')) != NULL) {
sbin/umount/umount.c
420
if ((delimp = strrchr(nfsdirname, ':')) != NULL) {
sbin/umount/umount.c
739
if ((dirname = strrchr(name + 1, '/')) == NULL)
sbin/umount/umount.c
748
if ((dirname = strrchr(name, '/')) == NULL) {
share/examples/ppi/ppilcd.c
103
if ((progname = strrchr(argv[0], '/'))) {
stand/boot/common/load_elf.c
213
fpend = strrchr(mptr, '/');
stand/boot/common/load_elf.c
554
sp = strrchr(name, '/');
stand/boot/common/load_elf.c
559
ep = strrchr(name, '.');
stand/lib/bzipfs.c
153
if ((cp = strrchr(fname, '.')) && (!strcmp(cp, ".gz")
stand/lib/gzipfs.c
180
if ((cp = strrchr(fname, '.')) && (!strcmp(cp, ".gz")
stand/lib/splitfs.c
93
if ((cp = strrchr(fname, '.')) && (!strcmp(cp, ".split")))
sys/kern/kern_linker.c
103
filename = strrchr(path, '/');
sys/net/pf/pf_ruleset.c
201
while (parent == NULL && (q = strrchr(p, '/')) != NULL) {
sys/net/pf/pf_ruleset.c
333
if ((p = strrchr(path, '/')) != NULL)
sys/net/pf/pf_ruleset.c
344
if ((p = strrchr(path, '/')) != NULL && !strcmp(p, "/*")) {
sys/net/pf/pf_ruleset.c
381
if ((p = strrchr(a, '/')) == NULL)
test/stress/webstress/webstress.c
255
if ((ptr = strrchr(hostname, ':')) != NULL) {
test/stress/webstress/webstress.c
256
*strrchr(hostname, ':') = 0;
test/sysperf/exec1.c
22
if ((elm = strrchr(Av0, '/')) == NULL)
tools/tools/toeplitz/toeplitz.c
172
p = strrchr(ap_str, '.');
usr.bin/apply/apply.c
116
slashp = strrchr(shell, '/');
usr.bin/at/at.c
754
if ((pgm = strrchr(argv[0], '/')) == NULL)
usr.bin/chpass/util.c
145
if ((p = strrchr(sh, '/')) && strcmp(name, p + 1) == 0) {
usr.bin/chpass/util.c
166
if ((p = strrchr(sh, '/')) && strcmp(name, p + 1) == 0) {
usr.bin/cksum/cksum.c
60
if ((p = strrchr(argv[0], '/')) == NULL)
usr.bin/compress/compress.c
133
if ((p = strrchr(*argv, '.')) != NULL &&
usr.bin/compress/compress.c
156
if ((p = strrchr(*argv, '.')) == NULL ||
usr.bin/compress/compress.c
67
if ((p = strrchr(argv[0], '/')) == NULL)
usr.bin/crunch/crunchgen/crunched_main.c
61
slash = strrchr(argv[0], '/');
usr.bin/crunch/crunchgen/crunchgen.c
203
if ((p = strrchr(infilename, '/')) != NULL)
usr.bin/crunch/crunchgen/crunchgen.c
208
if ((p = strrchr(confname, '.')) != NULL && iseq(p, ".conf"))
usr.bin/csplit/csplit.c
367
if ((pofs = strrchr(ecopy, *expr)) == NULL || pofs[-1] == '\\')
usr.bin/ctags/ctags.c
267
if ((cp = strrchr(file, '.'))) {
usr.bin/ctags/tree.c
65
if (!(fp = strrchr(curfile, '/')))
usr.bin/ctags/tree.c
70
fp = strrchr(nbuf, '.');
usr.bin/dfregress/main.c
119
p = strrchr(testcase_dir, '/');
usr.bin/dfregress/main.c
138
p = strrchr(runlist_file, '/');
usr.bin/dfregress/main.c
157
if ((p = strrchr(output_file, '.')) != NULL)
usr.bin/dfregress/runlist.c
121
str = strrchr(testcase_dir_only, '/');
usr.bin/dfregress/testcase.c
81
s = strrchr(testcase->name, '/');
usr.bin/dfregress/userland.c
309
s = strrchr(binary, '/');
usr.bin/diff/diffreg.c
489
if ((tail = strrchr(splice_file, '/')) == NULL)
usr.bin/dsynth/build.c
1855
ptr = strrchr(pkg->pkgfile, '.');
usr.bin/dsynth/pkglist.c
1364
suffix = strrchr(den->d_name, '.');
usr.bin/dsynth/pkglist.c
918
flavor = strrchr(sep, '@');
usr.bin/dsynth/pkglist.c
921
flavor = strrchr(tag, '@');
usr.bin/dsynth/pkglist.c
923
flavor = strrchr(sep, '@');
usr.bin/dsynth/repo.c
305
if (strrchr(scan->pkgfile, '.')) {
usr.bin/dsynth/repo.c
306
len = (int)(strrchr(scan->pkgfile, '.') -
usr.bin/dsynth/repo.c
402
if (strrchr(dstr, ':') == NULL)
usr.bin/dsynth/repo.c
404
*strrchr(dstr, ':') = 0;
usr.bin/dsynth/repo.c
601
if ((ptr = strrchr(den->d_name, '.')) != NULL &&
usr.bin/fetch/fetch.c
1181
if ((p = strrchr(*argv, '/')) == NULL)
usr.bin/fetch/fetch.c
731
if ((slash = strrchr(path, '/')) == NULL)
usr.bin/find/function.c
554
(file = strrchr(entry->fts_path, '/')))
usr.bin/find/function.c
825
if ((p = strrchr(entry->fts_accpath, '/')) != NULL)
usr.bin/finger/net.c
62
host = strrchr(name, '@');
usr.bin/gzip/gzip.c
1357
char *dp = strrchr(file, '/');
usr.bin/hexdump/hexdump.c
55
if (!(p = strrchr(argv[0], 'o')) || strcmp(p, "od"))
usr.bin/hexdump/hexsyntax.c
53
if ((p = strrchr(argv[0], 'h')) != NULL &&
usr.bin/id/id.c
65
myname = strrchr(argv[0], '/');
usr.bin/indent/lexi.c
265
if ((opt.auto_typedefs && ((u = strrchr(s_token, '_')) != NULL) &&
usr.bin/kcollect/gnuplot.c
49
if ((ext = strrchr(plotfile, '.')) == NULL) {
usr.bin/last/last.c
450
if ((ct = strrchr(file, '/')) != NULL)
usr.bin/limits/limits.c
634
const char * p = strrchr(shell, '/');
usr.bin/login/login.c
638
p = strrchr(pwd->pw_shell, '/');
usr.bin/mail/util.c
339
cp2 = strrchr(cp, '!');
usr.bin/mail/util.c
534
cp2 = strrchr(namebuf, '!') + 1;
usr.bin/newkey/update.c
214
p = strrchr(path, '/');
usr.bin/objformat/objformat.c
116
cmd = strrchr(argv[0], '/');
usr.bin/patch/util.c
129
if ((simplename = strrchr(bakname, '/')) != NULL)
usr.bin/patch/util.c
338
char *s = strrchr(tmpbuf, '/');
usr.bin/pr/egetopt.c
137
if (!(p = strrchr(*nargv, '/')))
usr.bin/pr/egetopt.c
153
if (!(p = strrchr(*nargv, '/')))
usr.bin/pr/egetopt.c
190
if (!(p = strrchr(*nargv, '/')))
usr.bin/rfcomm_sppd/rfcomm_sppd.c
298
slash = strrchr(pty, '/');
usr.bin/rpcgen/rpc_main.c
222
if ((file = strrchr(path, '/')) == NULL)
usr.bin/rpcgen/rpc_main.c
227
p = strrchr(file, '.');
usr.bin/rpcgen/rpc_main.c
428
filename = strrchr(pathname, '/'); /* find last component */
usr.bin/rpcgen/rpc_main.c
431
stopat = strrchr(guard, '.');
usr.bin/rpcgen/rpc_main.c
777
temp = strrchr(cmd->infile, '.');
usr.bin/rpcgen/rpc_svcout.c
916
s = strrchr(infile, '.');
usr.bin/su/su.c
384
p = strrchr(shell, '/');
usr.bin/telnet/commands.c
1332
if ((shellname = strrchr(shellp, '/')) == NULL)
usr.bin/telnet/commands.c
2224
(hostname = strrchr(hostp, ':')) == NULL)
usr.bin/telnet/commands.c
2225
hostname = strrchr(hostp, '@');
usr.bin/telnet/main.c
116
if ((prompt = strrchr(argv[0], '/')))
usr.bin/tftp/main.c
341
if (strrchr(argv[argc - 1], ':')) {
usr.bin/tftp/main.c
348
targ = strrchr(cp, ':');
usr.bin/tftp/main.c
423
if (strrchr(argv[n], ':') == 0) {
usr.bin/tftp/main.c
429
src = strrchr(argv[n], ':');
usr.bin/tftp/main.c
555
s = strrchr(filename, '/');
usr.bin/tip/hunt.c
58
if ((uucplock = strrchr(cp, '/')) == NULL)
usr.bin/top/top.c
725
if ((myname = strrchr(argv[0], '/')) == NULL)
usr.bin/tset/term.c
72
if ((p = strrchr(ttypath, '/')))
usr.bin/tset/tset.c
74
if ((p = strrchr(*argv, '/')))
usr.bin/u4bhidctl/usbhid.c
144
tmp1 = strrchr(colls, '.');
usr.bin/u4bhidctl/usbhid.c
90
tmp1 = strrchr(colls, '.');
usr.bin/undo/undo.c
453
if ((elm = strrchr(filename, '/')) != NULL)
usr.bin/undo/undo.c
632
if (strrchr(filename, '/')) {
usr.bin/undo/undo.c
634
*strrchr(dirname, '/') = 0;
usr.bin/unifdef/unifdef.c
789
if (strrchr(tline, '\n') == strrchr(tline, '\r') + 1)
usr.bin/unzip/unzip.c
351
sep = strrchr(path, '/');
usr.bin/usbhidaction/usbhidaction.c
422
*strrchr(coll, '.') = 0;
usr.bin/uudecode/uudecode.c
243
p = strrchr(q, '/');
usr.bin/w/w.c
536
if ((u = strrchr(s, '/')) != NULL)
usr.bin/whereis/whereis.c
394
if ((cp = strrchr(name, '/')) != NULL)
usr.bin/who/who.c
240
(t = strrchr(p, '/')) != NULL)
usr.bin/window/lcmd1.c
101
if ((*sh = strrchr(shf, '/')))
usr.bin/window/lcmd2.c
273
if ((*default_shell = strrchr(default_shellfile, '/')))
usr.bin/window/main.c
99
if ((p = strrchr(default_shellfile, '/')))
usr.bin/xinstall/xinstall.c
616
(p = strrchr(from_name, '/')) ? ++p : from_name);
usr.bin/xinstall/xinstall.c
946
if ((p = strrchr(temp, '/')) != NULL)
usr.sbin/acpi/acpiconf/acpiconf.c
195
if (strstr((ptr = strrchr(prog, '/')) ? ptr + 1 : prog, "apm") != 0) {
usr.sbin/ckdist/ckdist.c
288
(s = strrchr(name, ')')) == NULL ||
usr.sbin/ckdist/ckdist.c
425
plen = path && (s = strrchr(path, '/')) != NULL ?
usr.sbin/ckdist/ckdist.c
451
return ((s = strrchr(path, '/')) != NULL && s[1] ?
usr.sbin/ckdist/ckdist.c
462
((s = strrchr(path, '.')) != NULL && s > path &&
usr.sbin/config/mkmakefile.c
668
cp = strrchr(fn, '/');
usr.sbin/cron/lib/entry.c
277
if ((s = strrchr(username, '/')) != NULL) {
usr.sbin/cron/lib/entry.c
298
if ((s = strrchr(username, ':')) != NULL) {
usr.sbin/efivar/efivar.c
91
cp = strrchr(name, '-');
usr.sbin/fstyp/hammer.c
86
p = strrchr(devpath, '/');
usr.sbin/fstyp/hammer2.c
262
p = strrchr(head, '/');
usr.sbin/inetd/inetd.c
1298
if ((p = strrchr(name1, '/')) != NULL)
usr.sbin/inetd/inetd.c
1300
if ((p = strrchr(name2, '/')) != NULL)
usr.sbin/inetd/inetd.c
1541
if ((versp = strrchr(sep->se_service, '/'))) {
usr.sbin/inetd/inetd.c
1696
if ((s = strrchr(sep->se_user, '/')) != NULL) {
usr.sbin/inetd/inetd.c
1702
if ((s = strrchr(sep->se_user, ':')) != NULL) {
usr.sbin/inetd/inetd.c
1708
if ((sep->se_server_name = strrchr(sep->se_server, '/')))
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
905
if (strrchr(mtpt, '/'))
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
906
mtpt = strrchr(mtpt, '/') + 1;
usr.sbin/installer/libinstaller/diskutil.c
856
src = strrchr(sp->mountpoint, '/');
usr.sbin/installer/libinstaller/functions.c
316
p = strrchr(filename, '.');
usr.sbin/kbdmap/kbdmap.c
175
p = strrchr(name, '/');
usr.sbin/kbdmap/kbdmap.c
190
p = strrchr(name, '.');
usr.sbin/kbdmap/kbdmap.c
252
p = strrchr(tmp, '-');
usr.sbin/kbdmap/kbdmap.c
308
p = strrchr(tmp, '-');
usr.sbin/lpr/common_source/common.c
434
destp = strrchr(tempstr, ':');
usr.sbin/lpr/common_source/displayq.c
456
lastsep = strrchr(nfile, '/');
usr.sbin/lpr/lpd/printjob.c
1258
slash = strrchr(f_av[0], '/');
usr.sbin/lpr/lpd/printjob.c
1428
if ((cp = strrchr(_PATH_SENDMAIL, '/')) != NULL)
usr.sbin/lpr/lpd/printjob.c
1673
if ((cp = strrchr(pp->filters[LPF_OUTPUT], '/')) == NULL)
usr.sbin/lpr/lpd/printjob.c
758
if ((av[0] = strrchr(prog, '/')) != NULL)
usr.sbin/lpr/lpr/lpr.c
333
jobname = ((arg = strrchr(argv[0], '/'))
usr.sbin/lpr/lpr/lpr.c
587
if ((cp = strrchr(buf, '/')) != NULL)
usr.sbin/lpr/lpr/lpr.c
736
if ((cp = strrchr(file, '/')) == NULL) {
usr.sbin/makefs/hammer2.c
1668
p = strrchr(p, ':');
usr.sbin/makefs/hammer2.c
1785
p = strrchr(p, ':');
usr.sbin/makefs/hammer2.c
1793
p = strrchr(p, ':');
usr.sbin/mtree/only.c
101
char *ptr = strrchr(str, '/');
usr.sbin/newsyslog/newsyslog.c
1180
(group = strrchr(q, '.')) != NULL) {
usr.sbin/newsyslog/newsyslog.c
1768
if ((p = strrchr(dirpart, '/')) == NULL)
usr.sbin/newsyslog/newsyslog.c
1780
if ((p = strrchr(ent->log, '/')) == NULL)
usr.sbin/newsyslog/newsyslog.c
2059
pgm_name = strrchr(pgm_path, '/');
usr.sbin/newsyslog/newsyslog.c
2452
if ((p = strrchr(tmp, '/')) == NULL)
usr.sbin/newsyslog/newsyslog.c
2462
if ((p = strrchr(file, '/')) == NULL)
usr.sbin/newsyslog/newsyslog.c
2627
slash = strrchr(tempfile, '/');
usr.sbin/pfctl/parse.y
2982
while ((p = strrchr($2, ':')) != NULL) {
usr.sbin/pfctl/parse.y
5892
if ((val = strrchr(s, '=')) == NULL)
usr.sbin/pfctl/pfctl.c
1197
if ((p = strrchr(anchor_call, '/')) != NULL) {
usr.sbin/pfctl/pfctl.c
916
((((p = strrchr(pr.anchor_call, '_')) != NULL) &&
usr.sbin/pfctl/pfctl.c
920
if ((p = strrchr(pr.anchor_call, '/')) !=
usr.sbin/pfctl/pfctl_parser.c
1413
if ((p = strrchr(s, '/')) != NULL) {
usr.sbin/pfctl/pfctl_parser.c
1464
while ((p = strrchr(ps, ':')) != NULL) {
usr.sbin/pfctl/pfctl_parser.c
1509
if (strrchr(s, '/') != NULL) {
usr.sbin/pfctl/pfctl_parser.c
1571
if ((p = strrchr(ps, ':')) != NULL && !strcmp(p, ":0")) {
usr.sbin/ppp/auth.c
154
if ((slash = strrchr(name, '\\')) != NULL && slash[1]) {
usr.sbin/ppp/auth.c
223
if ((slash = strrchr(name, '\\')) != NULL && slash[1]) {
usr.sbin/ppp/auth.c
279
if ((slash = strrchr(name, '\\')) != NULL && slash[1]) {
usr.sbin/ppp/auth.c
334
if ((slash = strrchr(name, '\\')) != NULL && slash[1]) {
usr.sbin/ppp/bundle.c
761
ifname = strrchr(bundle.dev.Name, '/');
usr.sbin/ppp/chap_ms.c
156
Name = strrchr(UserName, '\\');
usr.sbin/ppp/main.c
326
name = strrchr(argv[0], '/');
usr.sbin/pppctl/pppctl.c
105
prompt = strrchr(Buffer, '\n');
usr.sbin/pppctl/pppctl.c
140
if ((last = strrchr(Buffer, '\n')) == NULL)
usr.sbin/pstat/pstat.c
211
opts = strrchr(argv[0],'/');
usr.sbin/pw/psdate.c
241
while ((q = strrchr(tmp, ' ')) != NULL) {
usr.sbin/pw/psdate.c
279
} else if ((q = strrchr(tmp, ' ')) != NULL) { /* Time last */
usr.sbin/quot/quot.c
574
if ((nm = strrchr(mp->f_mntfromname,'/'))) {
usr.sbin/quotaon/quotaon.c
74
whoami = strrchr(*argv, '/') + 1;
usr.sbin/rarpd/rarpd.c
123
if ((name = strrchr(argv[0], '/')) != NULL)
usr.sbin/route6d/route6d.c
266
progname = strrchr(*argv, '/');
usr.sbin/rpc.ypupdated/update.c
210
p = strrchr(path, '/');
usr.sbin/rtprio/rtprio.c
59
if ((p = strrchr(argv[0], '/')) == NULL)
usr.sbin/rtsold/rtsold.c
188
ident = strrchr(argv0, '/');
usr.sbin/sliplogin/sliplogin.c
363
if ((name = strrchr(argv[0], '/')) == NULL)
usr.sbin/syslogd/syslogd.c
2204
if ((cp1 = strrchr(cp1, ':'))) {
usr.sbin/tcpdrop/tcpdrop.c
123
dot = strrchr(arg, '.');
usr.sbin/tcpdrop/tcpdrop.c
124
colon = strrchr(arg, ':');
usr.sbin/vnconfig/vnconfig.c
693
dp = strrchr(rawbuf, '/');