bin/cp/cp.c
389
p = strrchr(curr->fts_path, '/');
bin/csh/csh.h
484
#define Strrchr(a, b) strrchr(a, b)
bin/ksh/sh.h
155
# define ksh_strrchr_dirsep(p) strrchr(p, DIRSEP)
bin/ln/ln.c
196
file1 = strrchr(path1, '/');
bin/ln/ln.c
201
file2 = strrchr(path2, '/');
bin/ln/ln.c
88
if ((p = strrchr(argv[0], '/')) == NULL)
bin/mkdir/mkdir.c
114
slash = strrchr(*argv, '\0');
bin/mv/mv.c
148
if ((p = strrchr(*argv, '/')) == NULL)
bin/pax/ar_subs.c
164
if ((p = strrchr(arcn->name, '/')) == NULL)
bin/pax/options.c
236
if ((argv0 = strrchr(argv[0], '/')) != NULL)
bin/pax/sel_subs.c
354
if ((flgpt = strrchr(str, '/')) != NULL)
bin/ps/print.c
145
return ((cp = strrchr(arg0, '/')) != NULL ? cp + 1 : arg0);
bin/rcp/rcp.c
364
if ((last = strrchr(name, '/')) == NULL)
bin/rcp/rcp.c
440
last = strrchr(name, '/');
bin/rm/rm.c
577
p = strrchr(*t, '\0');
bin/rm/rm.c
582
if ((p = strrchr(*t, '/')) != NULL)
bin/rmdir/rmdir.c
109
while ((p = strrchr(path, '/')) != NULL) {
common/dist/zlib/test/minigzip.c
513
bname = strrchr(argv[0], '/');
common/lib/libc/string/strrchr.c
52
__strong_alias(rindex, strrchr)
common/lib/libc/string/strrchr.c
54
strrchr(const char *p, int ch)
crypto/dist/ipsec-tools/src/racoon/main.c
172
pname = strrchr(*av, '/');
crypto/dist/ipsec-tools/src/racoon/misc.c
98
p = strrchr(file, '/');
dist/pf/sbin/pfctl/parse.y
2606
while ((p = strrchr($2, ':')) != NULL) {
dist/pf/sbin/pfctl/parse.y
5308
if ((val = strrchr(s, '=')) == NULL)
dist/pf/sbin/pfctl/pfctl.c
1156
if ((p = strrchr(anchor_call, '/')) != NULL) {
dist/pf/sbin/pfctl/pfctl.c
875
((((p = strrchr(pr.anchor_call, '_')) != NULL) &&
dist/pf/sbin/pfctl/pfctl.c
879
if ((p = strrchr(pr.anchor_call, '/')) !=
dist/pf/sbin/pfctl/pfctl_parser.c
1417
if ((p = strrchr(s, '/')) != NULL) {
dist/pf/sbin/pfctl/pfctl_parser.c
1468
while ((p = strrchr(ps, ':')) != NULL) {
dist/pf/sbin/pfctl/pfctl_parser.c
1513
if (strrchr(s, '/') != NULL) {
dist/pf/sbin/pfctl/pfctl_parser.c
1575
if ((p = strrchr(ps, ':')) != NULL && !strcmp(p, ":0")) {
games/atc/input.c
365
base = strrchr(shell, '/');
games/atc/log.c
208
cp = strrchr(filename, '/');
games/dab/main.cc
54
char* p = strrchr(pname, '/');
games/dm/dm.c
200
p_tty = strrchr(gametty, '/');
games/dm/dm.c
89
game = (cp = strrchr(*argv, '/')) ? ++cp : *argv;
games/gomoku/main.c
128
prog = strrchr(argv[0], '/');
games/hack/hack.objnam.c
491
p = strrchr(bp, '(');
games/hack/hack.u_init.c
422
if ((p = strrchr(plname, '-')) != NULL) {
games/hack/hack.unix.c
177
(np = strrchr(name, '/')) ? np+1 : name);
games/hack/hack.unix.c
211
(np = strrchr(name, '/')) ? np + 1 : name);
games/hunt/hunt/hunt.c
559
cp = strrchr(s, '\n');
games/phantasia/setup.c
110
path = strrchr(*filename, '/') + 1;
games/phantasia/setup.c
134
path = strrchr(_PATH_MONST, '/') + 1;
games/phantasia/setup.c
178
path = strrchr(_PATH_MOTD, '/') + 1;
games/robots/main.c
128
word = strrchr(Scorefile, '/');
games/sail/main.c
120
if ((p = strrchr(*argv, '/')) != NULL)
games/warp/intrp.c
427
if (upper || !(t=strrchr(s,'/')))
include/string.h
116
char *strrchr(const char *, int);
lib/libc/citrus/citrus_module.c
313
p = strrchr(_pathI18nModule, '/');
lib/libc/gen/fts.c
251
if ((cp = strrchr(p->fts_name, '/')) && (cp != p->fts_name || cp[1])) {
lib/libc/gen/popen.c
105
*type = strrchr(*type, 'r') ? "r" : "w";
lib/libc/gen/setprogname.c
59
__progname = strrchr(progname, '/');
lib/libc/gen/ttyslot.c
76
else if ((p = strrchr(name, '/')) != NULL)
lib/libc/gen/utmpx.c
319
strrchr(_PATH_UTMP_UPDATE, '/') + 1, buf, NULL);
lib/libc/net/rcmd.c
461
p = strrchr(rshcmd, '/');
lib/libc/net/rcmd.c
465
program = strrchr(rshcmd, '/');
lib/libc/rpc/rpc_generic.c
712
p = strrchr(addrstr, '.');
lib/libc/rpc/rpc_generic.c
718
p = strrchr(addrstr, '.');
lib/libc/time/zic.c
1587
char const *lastslash = strrchr(src, '/');
lib/libedit/filecomplete.c
336
pos = strrchr(text, '/');
lib/libedit/readline.c
797
if ((aptr = strrchr(*tmp, c)) == NULL)
lib/libedit/readline.c
934
if ((aptr = strrchr(tmp, '/')) != NULL)
lib/libedit/readline.c
941
if ((aptr = strrchr(tmp, '.')) != NULL)
lib/libintl/gettext.c
257
m = strrchr(buf, '@');
lib/libintl/gettext.c
260
c = strrchr(buf, '.');
lib/libintl/gettext.c
263
t = strrchr(buf, '_');
lib/libpam/libpam/pam_debug_log.c
59
modname = strrchr(file, '/');
lib/libpam/modules/pam_ksu/pam_ksu.c
267
p = strrchr(principal_name, '@');
lib/libpuffs/paths.c
258
slash = strrchr(po_pre->po_path, '/');
lib/librefuse/refuse_lowlevel.c
109
if ((slash = strrchr(arg0, '/')) == NULL) {
lib/libresolv/support.c
240
if (strrchr(name, '\\'))
lib/libresolv/support.c
242
if (strrchr(name, '/'))
lib/libresolv/support.c
244
if (strrchr(name, ':'))
lib/libresolv/support.c
248
if (strrchr(suffix, '\\'))
lib/libresolv/support.c
250
if (strrchr(suffix, '/'))
lib/libresolv/support.c
252
if (strrchr(suffix, ':'))
lib/libresolv/support.c
287
if (strrchr(filename, '/'))
lib/libresolv/support.c
289
if (strrchr(filename, '\\'))
lib/libresolv/support.c
291
if (strrchr(filename, ':'))
lib/librmt/rmtlib.c
352
if ((rsh = strrchr(rshpath, '/')) == NULL)
lib/librumpclient/rumpclient.c
416
n = strrchr(commname, '\n');
lib/libterminfo/compile.c
611
desc = strrchr(name, '|');
lib/libutil/getdiskrawname.c
122
const char *dp = strrchr(name, '/');
lib/libutil/getdiskrawname.c
57
dp = strrchr(name, '/');
lib/libutil/getfsspecname.c
95
name = strrchr(name, '/') + 1;
libexec/fingerd/fingerd.c
140
while ((s = strrchr(line, '\n')) != NULL ||
libexec/fingerd/fingerd.c
141
(s = strrchr(line, '\r')) != NULL)
libexec/fingerd/fingerd.c
183
if ((lp = strrchr(prog, '/')))
libexec/ftpd/cmds.c
638
if ((p = strrchr(realdir, '/')) != NULL) {
libexec/ftpd/ftpd.c
3380
cp = strrchr(local, '/');
libexec/getNAME/getNAME.c
131
if ((name = strrchr(pathname, '/')) != NULL)
libexec/getNAME/getNAME.c
233
if ((ext = strrchr(name, '.')) != NULL) {
libexec/getNAME/getNAME.c
337
if ((ext = strrchr(name, '.')) != NULL) {
libexec/getty/main.c
588
slash = strrchr(ttyn, '/');
libexec/httpd/auth-bozo.c
63
if ((basename = strrchr(dir, '/')) == NULL)
libexec/httpd/bozohttpd.c
1370
s = strrchr(request->hr_host, ':');
libexec/httpd/bozohttpd.c
1482
basename = strrchr(dir, '/');
libexec/httpd/main.c
155
if ((progname = strrchr(argv[0], '/')) == NULL)
libexec/ld.elf_so/expand.c
89
if ((ep = strrchr(p = execname, '/')) == NULL)
libexec/ld.elf_so/rtld.c
1155
if ((*real___progname = strrchr(argv[0], '/')) == NULL)
libexec/makewhatis/makewhatis.c
192
sl = strrchr(*p, '/');
libexec/makewhatis/makewhatis.c
474
if ((ptr = strrchr(name, '/')) != NULL)
libexec/rexecd/rexecd.c
364
cp = strrchr(pwd->pw_shell, '/');
libexec/rshd/rshd.c
686
cp = strrchr(pwd->pw_shell, '/');
libexec/telnetd/utility.c
464
slash = strrchr(line, '/');
regress/sys/kern/getcwd/getcwd.c
439
char *cp = strrchr(buf, '\n');
sbin/ccdconfig/ccdconfig.c
339
if ((cp2 = strrchr(disks[ui], '/')) != NULL)
sbin/chown/chown.c
171
else if ((cp = strrchr(*argv, '.')) != NULL) {
sbin/disklabel/interact.c
655
if ((p = strrchr(line, '\n')) != NULL)
sbin/dkscan_bsdlabel/dkscan_bsdlabel.c
100
devpart = strrchr(argv[optind], '/');
sbin/dump/snapshot.c
79
if ((cp = strrchr(file, '/')) == NULL || cp[1] != 'r') {
sbin/dump/traverse.c
232
if ((p = strrchr(path, '/')) == NULL)
sbin/fdisk/fdisk.c
1195
p = strrchr(fullname, '/');
sbin/fsck/fsck.c
207
cp = strrchr(spec2, '/');
sbin/ifconfig/parse.c
356
else if ((plen = strrchr(arg, '/')) != NULL)
sbin/iscsictl/iscsic_parse.c
58
sp = strrchr(str, ',');
sbin/mount/mount.c
744
if ((sp = strrchr(buf, '/')) != NULL)
sbin/mount_nfs/getnfsargs.c
122
} else if ((delimp = strrchr(spec, ':')) != NULL) {
sbin/mount_nfs/getnfsargs_small.c
204
} else if ((delimp = strrchr(spec, ':')) != NULL) {
sbin/mount_qemufwcfg/virtdir.c
141
tp->v[tp->c].d_name = strrchr(tp->v[tp->c].name, '/') + 1;
sbin/newfs_lfs/newfs.c
179
if ((progname = strrchr(*argv, '/')) != NULL)
sbin/newfs_msdos/mkfs_msdos.c
836
if ((s2 = strrchr(s1, '/')))
sbin/restore/symtab.c
176
tailindex = strrchr(name, '/');
sbin/restore/symtab.c
249
np->e_name = savename(strrchr(name, '/') + 1);
sbin/restore/symtab.c
330
cp = strrchr(newname, '/') + 1;
sbin/route/route.c
851
if (which == RTA_DST && (slash = (strrchr(s, '/'))) != 0)
sbin/routed/parms.c
970
if (0 != (mname = strrchr(name,'/'))) {
sbin/routed/rtquery/rtquery.c
842
if (0 != (mname = strrchr(name,'/'))) {
sbin/sysctl/sysctl.c
1415
t = strrchr(nname, sep[0]);
sbin/umount/umount.c
264
if ((delimp = strrchr(name, ':')) != NULL) {
share/examples/refuse/ian/libfetch/ftp.c
213
if ((s = strrchr(file, '/')) == NULL)
share/examples/refuse/ian/libfetch/ftp.c
275
if ((end = strrchr(file, '/')) == NULL)
share/examples/refuse/icfs/icfs.c
330
if ((slash = strrchr(path, '/')) == NULL) {
share/examples/refuse/icfs/icfs.c
353
if ((slash = strrchr(path, '/')) == NULL) {
share/examples/refuse/icfs/icfs.c
375
if ((slash = strrchr(path, '/')) == NULL) {
share/examples/refuse/icfs/icfs.c
397
if ((slash = strrchr(path, '/')) == NULL) {
share/examples/refuse/icfs/icfs.c
419
if ((slash = strrchr(path, '/')) == NULL) {
share/examples/refuse/id3fs/id3fs.c
188
if ((slash = strrchr(key, '/')) == NULL) {
share/examples/refuse/virtdir/virtdir.c
155
tp->v[tp->c].d_name = strrchr(tp->v[tp->c].name, '/') + 1;
sys/arch/atari/stand/edahdi/edahdi.c
118
char *prog = strrchr(argv[0], '/');
sys/arch/atari/stand/installboot/installboot.c
162
devchr = strrchr(dn, '/') + 1;
sys/arch/atari/stand/tostools/aptck/diskio.c
269
p = strrchr(prod, '\0');
sys/arch/atari/stand/tostools/libtos/diskio.c
269
p = strrchr(prod, '\0');
sys/arch/atari/stand/tostools/libtos/error.c
50
if (!(p = strrchr(arg0, '/')))
sys/arch/atari/stand/tostools/libtos/error.c
51
p = strrchr(arg0, '\\');
sys/arch/hp300/stand/mkboot/mkboot.c
268
if ((cp = strrchr(str, '/')) != NULL)
sys/arch/hppa/stand/mkboot/mkboot.c
394
cp = strrchr(str, '/');
sys/arch/i386/stand/lib/exec.c
638
char *ptr = strrchr(kernel_path, '/');
sys/arch/ia64/stand/efi/libefi/efifs_ls.c
145
fname = strrchr(path, '/');
sys/arch/macppc/stand/ofwboot/hfs.c
48
cp = strrchr(bootpath, ',');
sys/arch/macppc/stand/ofwboot/ofdev.c
431
if (!strcmp(buf, "block") && strrchr(devname, ':') == NULL)
sys/arch/powerpc/oea/ofw_autoconf.c
156
if ((p = strrchr(cbootpath, '/')) == NULL)
sys/arch/powerpc/oea/ofw_autoconf.c
187
if ((p = strrchr(cbootpath, '/')) != NULL)
sys/arch/powerpc/oea/ofw_autoconf.c
200
lastp = strrchr(cbootpath, '/');
sys/arch/powerpc/oea/ofw_autoconf.c
220
if ((p = strrchr(last, '@')) != NULL)
sys/arch/powerpc/oea/ofw_autoconf.c
224
if ((p = strrchr(lastp, ':')) != NULL) {
sys/arch/sgimips/sgimips/arcemu.c
479
if ((file = strrchr(nvram.bootfile, ')')) != NULL)
sys/arch/sgimips/stand/common/boot.c
165
ep = strrchr(bootfile, ')');
sys/arch/sgimips/stand/common/iris_parse.c
49
ep = strrchr(bootpath, '/');
sys/arch/sgimips/stand/undist/undist.c
297
suffix = strrchr(buf, '.');
sys/arch/sgimips/stand/undist/undist.c
300
dot = strrchr(idbfile, '.');
sys/arch/sgimips/stand/undist/undist.c
303
dot = strrchr(buf, '.');
sys/arch/shark/shark/shark_machdep.c
392
cp = strrchr(boot_component, ':');
sys/arch/sparc/stand/ofwboot/boot.c
426
c = strrchr(bootdev, ':');
sys/arch/sparc/stand/ofwboot/ofdev.c
485
pp = strrchr(fname, ':');
sys/arch/sparc64/sparc64/autoconf.c
425
cp = strrchr(ofbootpath, ':');
sys/arch/sparc64/sparc64/autoconf.c
430
cp = strrchr(ofbootpath, '@');
sys/dev/acpi/sony_acpi.c
160
if ((name = strrchr(name, '.')) == NULL)
sys/dev/microcode/siop/ncr53cxxx.c
1481
base = strrchr(fn, '.');
sys/dev/ofw/ofw_subr.c
540
lastslash = strrchr(pbuf, '/');
sys/dist/pf/net/pf_ruleset.c
204
while (parent == NULL && (q = strrchr(p, '/')) != NULL) {
sys/dist/pf/net/pf_ruleset.c
336
if ((p = strrchr(path, '/')) != NULL)
sys/dist/pf/net/pf_ruleset.c
347
if ((p = strrchr(path, '/')) != NULL && !strcmp(p, "/*")) {
sys/dist/pf/net/pf_ruleset.c
384
if ((p = strrchr(a, '/')) == NULL)
sys/fs/nfs/client/nfs_clvfsops.c
773
} else if ((delimp = strrchr(spec, ':')) != NULL) {
sys/fs/nfs/client/nfs_clvfsops.c
776
} else if ((delimp = strrchr(spec, '@')) != NULL) {
sys/kern/init_main.c
1116
slash = strrchr(path, '/');
sys/kern/kern_core.c
189
lastslash = strrchr(name, '/');
sys/kern/kern_exec.c
1039
cmdname = strrchr(resolvedname, '/') + 1;
sys/kern/kern_exec.c
340
if ((p = strrchr(*rpath, '/')) != NULL)
sys/kern/kern_module.c
458
char *ptr = strrchr(booted_kernel, '/');
sys/lib/libkern/libkern.h
395
char *strrchr(const char *, int);
sys/lib/libsa/ls.c
109
fname = strrchr(path, '/');
sys/modules/lua/lua.c
418
if (strrchr(load->path, '/') == NULL)
sys/modules/lua/lua.c
465
strrchr(load->path, '/') + 1, "bt");
sys/stand/efiboot/module.c
56
char *ptr = strrchr(kernel_path, '/');
tests/lib/libc/string/t_strrchr.c
23
char * (*f)(const char *, int) = strrchr;
tests/lib/libc/sys/t_ptrace_sigchld.c
77
const char *file = __FILE__, *slash = strrchr(file, '/'); \
tests/lib/libc/sys/t_ptrace_wait.c
100
const char *file = __FILE__, *slash = strrchr(file, '/'); \
tests/libexec/ld.elf_so/t_dladdr.c
115
p = strrchr(info.dli_fname, '/');
tests/libexec/ld.elf_so/t_dladdr.c
76
p = strrchr(info.dli_fname, '/');
tests/modules/k_helper3/k_helper3.c
89
shortname = strrchr(filename, '/');
tests/modules/k_helper3/k_helper3.c
94
dot = strrchr(shortname, '.');
tests/usr.bin/xlint/lint1/msg_346.c
13
char *strrchr(const char *, int); /* C99 7.21.5.5 */
tests/usr.bin/xlint/lint1/msg_346.c
52
take_char_ptr(strrchr("string", 'c'));
tools/compat/setprogname.c
42
__progname = strrchr(progname, '/');
usr.bin/apply/apply.c
217
if ((name = strrchr(shell, '/')) == NULL)
usr.bin/at/at.c
598
if ((pgm = strrchr(argv[0], '/')) == NULL)
usr.bin/cap_mkdb/cap_mkdb.c
133
p = strrchr(outfile, '.');
usr.bin/chpass/util.c
109
if ((p = strrchr(sh, '/')) && strcmp(name, p + 1) == 0)
usr.bin/cksum/cksum.c
310
s = strrchr(buf, '\n');
usr.bin/cksum/cksum.c
324
p_cksum = strrchr(p_filename, ')');
usr.bin/cksum/cksum.c
408
p_filename = strrchr(buf, ' ');
usr.bin/compress/compress.c
148
if ((p = strrchr(*argv, '.')) != NULL &&
usr.bin/compress/compress.c
167
if ((p = strrchr(*argv, '.')) == NULL ||
usr.bin/compress/compress.c
79
if ((p = strrchr(argv[0], '/')) == NULL)
usr.bin/config/files.c
124
tail = strrchr(path, '/');
usr.bin/config/files.c
135
dotp = strrchr(tail, '.');
usr.bin/config/main.c
406
last_component = strrchr(conffile, '/');
usr.bin/config/main.c
696
p = strrchr(buf, '/');
usr.bin/config/main.c
909
if ((n = strrchr(fname, '.')) == NULL || strcmp(n, ".h") != 0) {
usr.bin/crunch/crunchgen/crunched_main.c
63
basename = strrchr(argv[0], '/');
usr.bin/crunch/crunchgen/crunchgen.c
204
if ((p = strrchr(infilename, '/')) != NULL)
usr.bin/crunch/crunchgen/crunchgen.c
208
if ((p = strrchr(confname, '.')) != NULL && !strcmp(p, ".conf"))
usr.bin/csplit/csplit.c
379
if ((pofs = strrchr(ecopy, *expr)) == NULL || pofs[-1] == '\\')
usr.bin/ctags/ctags.c
290
if ((cp = strrchr(file, '.')) != NULL) {
usr.bin/ctags/tree.c
77
if (!(fp = strrchr(curfile, '/')))
usr.bin/ctags/tree.c
82
fp = strrchr(nbuf, '.');
usr.bin/diff/diff.c
565
if ((tail = strrchr(path, '/')) == NULL)
usr.bin/find/function.c
1075
if ((p = strrchr(entry->fts_accpath, '/')) != NULL)
usr.bin/find/function.c
844
if ((file = strrchr(entry->fts_path, '/')))
usr.bin/finger/net.c
78
if (!(host = strrchr(name, '@')))
usr.bin/ftp/cmds.c
1445
namep = strrchr(shellp, '/');
usr.bin/ftp/complete.c
171
if ((file = strrchr(word, '/')) == NULL) {
usr.bin/ftp/complete.c
289
if ((file = strrchr(word, '/')) == NULL) {
usr.bin/ftp/complete.c
319
tcp = strrchr(cp, '/');
usr.bin/ftp/fetch.c
1477
cp = strrchr(decodedpath, '/'); /* find savefile */
usr.bin/ftp/fetch.c
1988
&& (cp = strrchr(ui.path, ';')) != NULL) {
usr.bin/ftp/fetch.c
2048
cp = strrchr(dir, '/');
usr.bin/ftp/fetch.c
2256
cp = strrchr(file, '/'); /* find savefile */
usr.bin/ftp/fetch.c
2469
pathsep = strrchr(path, '/');
usr.bin/ftp/fetch.c
2471
pathsep = strrchr(path, ':');
usr.bin/ftp/fetch.c
759
if ((np = strrchr(cp, ':')) != NULL) {
usr.bin/ftp/ftp.c
1000
char *dir = strrchr(local, '/');
usr.bin/ftp/ftp.c
2071
char *cp = strrchr(local, '/');
usr.bin/ftp/uri.c
178
seg = strrchr(buf, '/');
usr.bin/ftp/uri.c
186
seg = strrchr(buf, '/');
usr.bin/ftp/uri.c
245
last = strrchr(path, '/');
usr.bin/grep/util.c
159
if ((d = strrchr(p->fts_path, '/')) != NULL) {
usr.bin/gzip/gzip.c
1530
nf = strrchr(name, '/');
usr.bin/gzip/gzip.c
1537
dp = strrchr(file, '/');
usr.bin/hexdump/hexdump.c
72
p = strrchr(argv[0], 'o');
usr.bin/indent/indent.c
210
const char *last_slash = strrchr(in_name, '/');
usr.bin/last/want.c
258
if ((ct = strrchr(file, '/')) != NULL)
usr.bin/locate/locate/locate.c
158
while ((cp = strrchr(lp, ':'))) {
usr.bin/login/login.c
273
else if ((tty = strrchr(ttyn, '/')) != NULL)
usr.bin/login/login.c
689
(void)strlcpy(tbuf + 1, (p = strrchr(pwd->pw_shell, '/')) ?
usr.bin/login/login_pam.c
213
else if ((tty = strrchr(ttyn, '/')) != NULL)
usr.bin/login/login_pam.c
644
(void)strlcpy(tbuf + 1, (p = strrchr(pwd->pw_shell, '/')) ?
usr.bin/m4/gnum4.c
755
if ((ptr = strrchr(line, '\n')) != NULL)
usr.bin/mail/complete.c
341
if ((fname = strrchr(word, '/')) == NULL) {
usr.bin/mail/complete.c
503
if ((fname = strrchr(word, '/')) == NULL) {
usr.bin/mail/dotlock.c
72
if ((ptr = strrchr(fname, '/')) == NULL)
usr.bin/mail/support.c
609
cp2 = strrchr(namebuf, '!') + 1;
usr.bin/mail/support.c
653
cp2 = strrchr(cp, '!');
usr.bin/make/job.c
993
make_name = strrchr(make, '/');
usr.bin/make/make.h
833
const char *lastSlash = strrchr(pathname, '/');
usr.bin/make/meta.c
1704
if (gn->path != NULL && (cp = strrchr(gn->path, '/')) != NULL &&
usr.bin/make/meta.c
242
if ((tname_base = strrchr(tname, '/')) != NULL) {
usr.bin/make/meta.c
244
if ((rp = strrchr(buf, '/')) != NULL) {
usr.bin/make/parse.c
1228
slash = strrchr(incdir, '/');
usr.bin/make/parse.c
1236
slash = strrchr(incdir + 1, '/');
usr.bin/make/parse.c
1260
(suff = strrchr(file, '.')) != NULL &&
usr.bin/make/parse.c
2056
slash = strrchr(filename, '/');
usr.bin/nbsvtool/nbsvtool.c
397
dot = strrchr(file, '.');
usr.bin/nc/netcat.c
523
proxyport = strrchr(proxy, ':');
usr.bin/patch/util.c
134
if ((simplename = strrchr(bakname, '/')) != NULL)
usr.bin/patch/util.c
327
char *s = strrchr(tmpbuf, '/');
usr.bin/pr/egetopt.c
138
if (!(p = strrchr(*nargv, '/')))
usr.bin/pr/egetopt.c
154
if (!(p = strrchr(*nargv, '/')))
usr.bin/pr/egetopt.c
191
if (!(p = strrchr(*nargv, '/')))
usr.bin/rdist/main.c
106
if ((tempname = strrchr(tempfile, '/')) != 0)
usr.bin/rdist/server.c
1054
cp = strrchr(name, '/');
usr.bin/rdist/server.c
296
rname = strrchr(target, '/');
usr.bin/rdist/server.c
852
cp = strrchr(target, '/');
usr.bin/realpath/realpath.c
126
p = strrchr(path, '/');
usr.bin/realpath/realpath.c
130
p = strrchr(path, '/');
usr.bin/realpath/realpath.c
146
p = strrchr(path, '/');
usr.bin/realpath/realpath.c
223
pp = strrchr(q, '/');
usr.bin/realpath/realpath.c
230
pp = strrchr(q, '/');
usr.bin/rfcomm_sppd/rfcomm_sppd.c
305
slash = strrchr(pty, '/');
usr.bin/rpcgen/rpc_main.c
274
if ((file = strrchr(path, '/')) == NULL)
usr.bin/rpcgen/rpc_main.c
283
p = strrchr(file, '.');
usr.bin/rpcgen/rpc_main.c
500
filename = strrchr(pathname, '/'); /* find last component */
usr.bin/rpcgen/rpc_main.c
506
extdot = strrchr(guard, '.');
usr.bin/rpcgen/rpc_svcout.c
869
s = strrchr(infile, '.');
usr.bin/rpcgen/rpc_svcout.c
872
p = strrchr(infile, '/');
usr.bin/shlock/shlock.c
131
if ((cp = strrchr(strcpy(tempname, file), '/')) != NULL) {
usr.bin/shlock/shlock.c
373
Pname = ((Pname = strrchr(av[0], '/')) ? Pname + 1 : av[0]);
usr.bin/stat/stat.c
1017
s = strrchr(path, '/');
usr.bin/stat/stat.c
1023
s = strrchr(path, '/');
usr.bin/su/su.c
315
if ((p = strrchr(shell, '/')) != NULL)
usr.bin/su/su_pam.c
329
if ((p = strrchr(shell, '/')) != NULL)
usr.bin/systat/swap.c
169
p = strrchr(sep->se_path, '/');
usr.bin/telnet/commands.c
1384
if ((shellname = strrchr(shellp, '/')) == 0)
usr.bin/telnet/main.c
132
if ((prompt = strrchr(argv[0], '/')) != NULL)
usr.bin/tftp/main.c
415
if (strrchr(argv[argc - 1], ':')) {
usr.bin/tftp/main.c
424
targ = strrchr(cp, ':');
usr.bin/tftp/main.c
496
if (strrchr(argv[n], ':') == 0) {
usr.bin/tftp/main.c
502
src = strrchr(argv[n], ':');
usr.bin/tftp/main.c
643
s = strrchr(filename, '/');
usr.bin/tip/cmds.c
583
if ((cp = strrchr(value(SHELL), '/')) == NULL)
usr.bin/tip/cmds.c
684
if ((cp = strrchr(value(SHELL), '/')) == NULL)
usr.bin/tip/value.c
81
if ((tp = strrchr(file, '\n')) != NULL)
usr.bin/tset/term.c
76
if ((p = strrchr(ttypath, '/')) != NULL)
usr.bin/tset/tset.c
78
if ((p = strrchr(*argv, '/')) != NULL)
usr.bin/unzip/unzip.c
367
sep = strrchr(path, '/');
usr.bin/usbhidaction/usbhidaction.c
365
*strrchr(coll, '.') = 0;
usr.bin/utoppya/utoppya.c
224
if ((ext = strrchr(ud.ud_path, '.')) != NULL &&
usr.bin/vacation/vacation.c
511
if ((p = strrchr(addr, '!')) != NULL)
usr.bin/whatis/whatis.c
108
if ((beg = strrchr(*p, '/')))
usr.bin/who/who.c
239
(t = strrchr(p, '/')) != NULL)
usr.bin/whois/whois.c
315
else if ((qhead = strrchr(name, '.')) == NULL) {
usr.bin/xinstall/xinstall.c
710
(p = strrchr(from_name, '/')) ? ++p : from_name);
usr.sbin/altq/altqstat/quip_client.c
391
if ((cp = strrchr(buf, '/')) != NULL)
usr.sbin/altq/altqstat/quip_client.c
508
flname = strrchr(name, ':') + 1;
usr.sbin/altq/libaltq/qop.c
1426
if ((cp = strrchr(devname, '/')) == NULL)
usr.sbin/altq/libaltq/quip_server.c
80
if ((cp = strrchr(request, '\n')) != NULL) {
usr.sbin/apmd/apmd.c
539
prog = strrchr(file, '/');
usr.sbin/bootp/bootpd/bootpd.c
185
progname = strrchr(argv[0], '/');
usr.sbin/bootp/bootpd/bootpd.c
840
bootfile = strrchr(homedir, '/');
usr.sbin/bootp/bootpef/bootpef.c
131
progname = strrchr(argv[0], '/');
usr.sbin/bootp/bootpgw/bootpgw.c
150
progname = strrchr(argv[0], '/');
usr.sbin/bootp/bootptest/bootptest.c
149
progname = strrchr(argv[0], '/');
usr.sbin/btattach/btattach.c
293
ptr = strrchr(argv[0], '/');
usr.sbin/eeprom/eehandlers.c
179
if (cp != NULL && (cp2 = strrchr(cp, '\n')) != NULL)
usr.sbin/eeprom/main.c
144
if ((cp = strrchr(line, '\n')) != NULL)
usr.sbin/eeprom/main.c
187
if ((arg = strrchr(keyword, '=')) != NULL)
usr.sbin/faithd/faithd.c
145
if (strrchr(argv[0], '/') == NULL)
usr.sbin/fstyp/hammer.c
90
p = strrchr(devpath, '/');
usr.sbin/fstyp/hammer2.c
275
p = strrchr(head, '/');
usr.sbin/gspa/gspa/gspa.c
197
p = strrchr(in, '.');
usr.sbin/inetd/parse.c
1113
if (accf != strrchr(arg, ':') || *(accf + 1) == '\0') {
usr.sbin/inetd/parse.c
1125
if (strrchr(accf, ',') != accf_arg) {
usr.sbin/inetd/parse.c
477
hostdelim = strrchr(arg, ':');
usr.sbin/installboot/evboards.c
1480
string = prop_string_create_copy(strrchr(cp, '-')+1);
usr.sbin/installboot/evboards.c
510
cp = strrchr(startcp, ':');
usr.sbin/installboot/evboards.c
522
cp = strrchr(cp, ':');
usr.sbin/isibootd/isibootd.c
232
filename = strrchr((char *)fp->data, '/');
usr.sbin/lpr/lpd/printjob.c
1140
if ((cp = strrchr(_PATH_SENDMAIL, '/')) != NULL)
usr.sbin/lpr/lpd/printjob.c
1341
if ((cp = strrchr(OF, '/')) == NULL)
usr.sbin/lpr/lpd/printjob.c
700
if ((av[0] = strrchr(prog, '/')) != NULL)
usr.sbin/lpr/lpr/lpr.c
315
jobname = (arg = strrchr(argv[0], '/')) ?
usr.sbin/lpr/lpr/lpr.c
489
if ((cp = strrchr(buf, '/')) != NULL)
usr.sbin/lpr/lpr/lpr.c
632
if ((cp = strrchr(file, '/')) == NULL) {
usr.sbin/makemandb/apropos-utils.c
717
if ((slash_ptr = strrchr(name_temp, '/')) != NULL)
usr.sbin/mtree/only.c
109
char *ptr = strrchr(str, '/');
usr.sbin/ndbootd/ndbootd.c
340
if ((_ndbootd_argv0 = strrchr(argv[0], '/')) == NULL)
usr.sbin/puffs/mount_psshfs/psshfs.c
283
if ((host = strrchr(user, '@')) == NULL) {
usr.sbin/quot/quot.c
653
strrchr(mp->f_mntfromname, '/')) != NULL) {
usr.sbin/rbootd/rmpproto.c
341
if ((filename = strrchr(filepath,'/')) != NULL)
usr.sbin/route6d/route6d.c
278
progname = strrchr(*argv, '/');
usr.sbin/sliplogin/sliplogin.c
221
if ((name = strrchr(argv[0], '/')) == NULL)
usr.sbin/sti/sti.c
185
if ((p = strrchr(line, '\n')) != NULL)
usr.sbin/sysinst/aout2elf.c
348
q = strrchr(resolved, '/');
usr.sbin/sysinst/disklabel.c
1286
sl = strrchr(name, '/');
usr.sbin/sysinst/label.c
1955
p = strrchr(path, '/');
usr.sbin/sysinst/run.c
321
fn = strrchr(dp, '/');
usr.sbin/tcpdchk/inetcf.c
342
if ((cp = strrchr(path, '/')) != 0)
usr.sbin/tcpdchk/scaffold.c
159
strrchr(buf, '/')[0] = 0;
usr.sbin/tcpdmatch/tcpdmatch.c
119
daemon = strrchr(argv[optind], '/') + 1;
usr.sbin/tpctl/data.c
269
if ((p = strrchr(tempfile, '/')) == NULL) {
usr.sbin/ypserv/common/ypdb.c
80
cp = strrchr(file, '.');
usr.sbin/ypserv/makedbm/makedbm.c
253
slash = strrchr(database, '/');
usr.sbin/ypserv/mkalias/mkalias.c
223
slash = strrchr(output, '/');
usr.sbin/ypserv/mkalias/mkalias.c
81
if ((r = strrchr(address, '!')) != NULL) {