Searched refs:strrchr (Results 251 - 275 of 599) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/binutils/bfd/
H A Drs6000-core.c694 str1 = strrchr (path, '/');
695 str2 = strrchr (exec_bfd->filename, '/');
H A Dsparclinux.c448 p = strrchr (name, '_');
458 p = strrchr (alloc, '_');
/freebsd-11-stable/bin/rcp/
H A Drcp.c382 if ((last = strrchr(name, '/')) == NULL)
449 last = strrchr(name, '/');
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp434 const char *p = strrchr(s, DIR_SEPS[0]), *p1;
439 p1 = strrchr(s, *sep);
/freebsd-11-stable/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp207 const char *p = strrchr(base_name, DIR_SEPS[0]), *p1;
210 p1 = strrchr(base_name, *sep);
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Drcp.c302 if ((last = strrchr(name, '/')) == NULL)
371 last = strrchr(name, '/');
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y759 p = strrchr(filename, '/');
764 p = strrchr(cname, '.');
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c600 if ((cp = strrchr(value(SHELL), '/')) == NULL)
700 if ((cp = strrchr(value(SHELL), '/')) == NULL)
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h64 # define strrchr rindex macro
66 char *strchr(), *strrchr();
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhlfsd.c168 if ((progname = strrchr(argv[0], '/')) != NULL)
339 || ((slinkname = strrchr(dir_name, '/')), *slinkname++ = '\0',
/freebsd-11-stable/contrib/bmake/
H A Darch.c593 cp = strrchr(member, '/');
926 cp = strrchr(member, '/');
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c436 if ((afnp = strrchr(activefn, '/')) != NULL)
801 ptr = strrchr(fromname, '/');
/freebsd-11-stable/lib/libc/rpc/
H A Drpc_generic.c678 p = strrchr(addrstr, '.');
684 p = strrchr(addrstr, '.');
/freebsd-11-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c400 c = strrchr(cfg->controlfile, '/');
512 c = strrchr(cfg->controlfile, '/');
/freebsd-11-stable/usr.sbin/kldxref/
H A Dkldxref.c555 cp = strrchr(kldname, '.');
594 p = strrchr(root, '/');
/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.c146 prompt = strrchr(Buffer, '\n');
182 if ((last = strrchr(Buffer, '\n')) == NULL)
/freebsd-11-stable/contrib/lua/src/
H A Dloadlib.c173 if (n == 0 || n == nsize || (lb = strrchr(buff, '\\')) == NULL)
664 dot = strrchr(modname, '.'); /* look for last dot in module name */
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dentry.c319 if ((s = strrchr(username, '/')) != NULL) {
340 if ((s = strrchr(username, ':')) != NULL) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c213 pp = strrchr(p, '/');
296 pp = strrchr(shar->last_dir, '/');
/freebsd-11-stable/usr.sbin/config/
H A Dmain.c282 if ((p = strrchr(pwd, '/')) == NULL) {
690 if ((s = strrchr(file, '/')) != NULL)
/freebsd-11-stable/sbin/swapon/
H A Dswapon.c91 if ((ptr = strrchr(argv[0], '/')) == NULL)
261 p = strrchr(dname, '.');
/freebsd-11-stable/contrib/unbound/daemon/
H A Dunbound.c756 log_ident_default = strrchr(argv[0],'/')?strrchr(argv[0],'/')+1:argv[0];
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c386 const char *sp = strrchr(v[0], '.');
/freebsd-11-stable/contrib/gcc/
H A Dgcov.c647 cptr = strrchr (file_name, '/');
652 cptr = strrchr (name, '.');
1435 cptr = flag_preserve_paths ? NULL : strrchr (input_name, '/');
1441 cptr = flag_preserve_paths ? NULL : strrchr (src_name, '/');
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h136 # define rindex strrchr

Completed in 407 milliseconds

<<11121314151617181920>>