Searched refs:strrchr (Results 126 - 150 of 599) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/appl/afsutil/
H A Dpagsh.c182 p=strrchr(path, '/');
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1_gen.c59 bname = strrchr(fn, '/');
H A Dmain.c126 p = strrchr(name, '.');
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dcompile_et.c225 p = strrchr(filename, rk_PATH_DELIM);
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_class.c120 if ((nl = strrchr(linestr, '\n')) != NULL)
H A Dbsm_user.c146 if ((nl = strrchr(linestr, '\n')) != NULL)
/freebsd-11-stable/libexec/bootpd/tools/bootpef/
H A Dbootpef.c138 progname = strrchr(argv[0], '/');
/freebsd-11-stable/libexec/fingerd/
H A Dfingerd.c186 if ((lp = strrchr(prog, '/')) != NULL)
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h383 extern char * strrchr(char const * s, int c);
H A Dinit.c99 char const * pz = strrchr(pname, DIRCH);
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h338 # define strrchr rindex macro
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_shell.c126 if ((name = strrchr(O_STR(sp, O_SHELL), '/')) == NULL)
/freebsd-11-stable/usr.bin/finger/
H A Dnet.c70 host = strrchr(name, '@');
/freebsd-11-stable/usr.bin/tset/
H A Dtset.c87 if ((p = strrchr(*argv, '/')))
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_cmdline.c131 p = strrchr(as.s, '/');
/freebsd-11-stable/sbin/mksnap_ffs/
H A Dmksnap_ffs.c118 cp = strrchr(snapname, '/');
/freebsd-11-stable/usr.bin/apply/
H A Dapply.c127 slashp = strrchr(shell, '/');
/freebsd-11-stable/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c127 items[i*2] = strrchr(urls[i], '/');
/freebsd-11-stable/usr.sbin/pw/
H A Dpsdate.c240 while ((q = strrchr(tmp, ' ')) != NULL) {
/freebsd-11-stable/stand/powerpc/ofw/
H A Dofwfdt.c82 subname = strrchr(name, '/');
/freebsd-11-stable/contrib/telnet/telnet/
H A Dmain.c128 if ((prompt = strrchr(argv[0], '/')))
/freebsd-11-stable/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c79 modname = strrchr(chain->module->path, '/');
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-septel.c226 cp = strrchr(device, '/');
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dopentest.c74 if ((cp = strrchr(argv[0], '/')) != NULL)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcmd_args.c138 group = strrchr(user, ':');

Completed in 167 milliseconds

1234567891011>>