Searched refs:strrchr (Results 176 - 200 of 599) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/dma/
H A Ddma.c192 host = strrchr(it->addr, '@');
212 if (strrchr(it->addr, '@') == NULL && (config.features & NULLCLIENT) == 0) {
/freebsd-11-stable/contrib/byacc/
H A Dmain.c536 if ((fname = strrchr(temp, '/')) != 0)
603 if ((mark = strrchr(label, '_')) == 0)
/freebsd-11-stable/bin/rm/
H A Drm.c97 if ((p = strrchr(argv[0], '/')) == NULL)
613 if ((p = strrchr(*t, '/')) != NULL)
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dcvcompiler.c512 DirectoryPosition = strrchr (NewFilename, '/');
513 Position = strrchr (NewFilename, '.');
/freebsd-11-stable/sbin/umount/
H A Dumount.c286 if (sfs == NULL && (delimp = strrchr(mntname, '@')) != NULL) {
365 } else if ((delimp = strrchr(nfsdirname, ':')) != NULL) {
/freebsd-11-stable/usr.sbin/jls/
H A Djls.c353 p = strrchr(name, '.');
366 p = strrchr(name, '.');
/freebsd-11-stable/usr.bin/usbhidctl/
H A Dusbhid.c92 tmp1 = strrchr(colls, '.');
146 tmp1 = strrchr(colls, '.');
/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c242 h = strrchr (filename, '/');
H A Dar.c283 filename = strrchr (file, '/');
287 char *bslash = strrchr (file, '\\');
375 temp = strrchr (program_name, '/');
379 char *bslash = strrchr (program_name, '\\');
/freebsd-11-stable/contrib/libreadline/
H A Dhistexpand.c651 tstr = strrchr (temp, '/');
663 tstr = strrchr (temp, '/');
670 tstr = strrchr (temp, '.');
677 tstr = strrchr (temp, '.');
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h122 #pragma redefine_extname strrchr __mfwrap_strrchr
/freebsd-11-stable/contrib/blacklist/port/
H A Dpopenve.c100 *type = strrchr(*type, 'r') ? "r" : "w";
/freebsd-11-stable/contrib/ldns/
H A Dduration.c166 X = strrchr(str, 'M');
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c283 if ((pp->dpp_obj = strrchr(obj, '/')) == NULL)
418 if ((pp->dpp_obj = strrchr(obj, '/')) == NULL)
471 if ((obj = strrchr(m, '/')) == NULL)
590 if ((mname = strrchr(oname, '/')) == NULL)
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dgmon-sol2.c193 progname=strrchr(___Argv[0], '/');
/freebsd-11-stable/contrib/opie/
H A Dopiekey.c148 if (slash = strrchr(argv[0], '/'))
/freebsd-11-stable/lib/libpam/modules/pam_ksu/
H A Dpam_ksu.c240 p = strrchr(principal_name, '@');
/freebsd-11-stable/sbin/fsck/
H A Dpreen.c252 p = strrchr(name, '/');
/freebsd-11-stable/sbin/quotacheck/
H A Dpreen.c223 p = strrchr(name, '/');
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Ddbinfo.c153 p = strrchr(di->dbname, '.');
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h182 /* #define strrchr rindex */ /* Use old-fashioned name for strrchr()? */
393 char *strrchr P((char const*,int));
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.c57 # define strrchr(_s, _c) option_strrchr(_s, _c) macro
H A Dload.c234 pz = strrchr(path, DIRCH);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_filter.c136 if ((name = strrchr(O_STR(sp, O_SHELL), '/')) == NULL)
/freebsd-11-stable/usr.bin/ctags/
H A Dctags.c277 if ((cp = strrchr(file, '.'))) {

Completed in 364 milliseconds

1234567891011>>