Searched refs:strrchr (Results 226 - 250 of 599) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtcpdmatch.c125 daemon = strrchr(argv[optind], '/') + 1;
/freebsd-11-stable/lib/libedit/
H A Dchartype.h144 #define Strrchr(s,c) strrchr(s,c)
/freebsd-11-stable/stand/libsa/
H A Dbzipfs.c164 if ((cp = strrchr(fname, '.')) && (!strcmp(cp, ".gz")
/freebsd-11-stable/usr.bin/newkey/
H A Dupdate.c211 p = strrchr(path, '/');
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dupdate.c215 p = strrchr(path, '/');
/freebsd-11-stable/contrib/tcsh/
H A Dgethost.c236 if ((pname = strrchr(argv[0], '/')) == NULL)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bt-monitor-linux.c256 cp = strrchr(device, '/');
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dcapturetest.c80 if ((cp = strrchr(argv[0], '/')) != NULL)
H A Dfiltertest.c223 if ((cp = strrchr(argv[0], '/')) != NULL)
H A Dselpolltest.c88 if ((cp = strrchr(argv[0], '/')) != NULL)
H A Dthreadsignaltest.c197 if ((cp = strrchr(argv[0], '/')) != NULL)
H A Dvalgrindtest.c255 if ((cp = strrchr(argv[0], '/')) != NULL)
/freebsd-11-stable/contrib/file/src/
H A Dfsmagic.c330 if ((tmp = strrchr(fn, '/')) == NULL) {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp283 p->frequency = __kmp_parse_frequency(strrchr(&p->name[0], ' '));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp208 const char *shell_name = strrchr(shell_string.c_str(), '/');
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcram.c165 sep = strrchr(resp->data, ' ');
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipsyncs.c70 progname = strrchr(argv[0], '/');
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c1171 (group = strrchr(q, '.')) != NULL) {
1764 if ((p = strrchr(dirpart, '/')) == NULL)
1776 if ((p = strrchr(ent->log, '/')) == NULL)
2044 pgm_name = strrchr(pgm_path, '/');
2417 if ((p = strrchr(tmp, '/')) == NULL)
2427 if ((p = strrchr(file, '/')) == NULL)
2592 slash = strrchr(tempfile, '/');
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c653 snapname = strrchr(zhp->zfs_name, '@')+1;
1537 token = strrchr(token, '-') + 1;
2326 (slash = strrchr(zhp->zfs_name, '/')) != NULL &&
2371 char *cp = strrchr(pname, '@');
2374 for (; cp != NULL; cp = strrchr(pname, '/')) {
2395 gtnd.skip = strrchr(pname, '/') + 1;
2672 s1 = strrchr(fsname, '/');
2673 s2 = strrchr(stream_fsname, '/');
2721 "%s%s", pname, strrchr(stream_fsname, '/'));
2863 cp = strrchr(drr
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive.c1177 const char *filename = strrchr (file, '/');
1182 char *bslash = strrchr (file, '\\');
1546 const char *filename = strrchr (pathname, '/');
1552 char *bslash = strrchr (pathname, '\\');
1594 const char *filename = strrchr (pathname, '/');
1600 char *bslash = strrchr (pathname, '\\');
H A Di386linux.c450 p = strrchr (name, '_');
460 p = strrchr (alloc, '_');
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c60 extern char *strchr (), *strrchr ();
377 p = strrchr (prompt, '\n');
534 prompt_this_line = strrchr (rl_display_prompt, '\n');
1733 prompt_last_line = strrchr (rl_prompt, '\n');
2144 p = rl_prompt ? strrchr (rl_prompt, '\n') : 0;
2403 t = strrchr (rl_display_prompt, '\n');
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c1485 if ((p = strrchr(name1, '/')) != NULL)
1487 if ((p = strrchr(name2, '/')) != NULL)
1760 if ((versp = strrchr(sep->se_service, '/'))) {
1924 if ((s = strrchr(sep->se_user, '/')) != NULL) {
1930 if ((s = strrchr(sep->se_user, ':')) != NULL) {
1936 if ((sep->se_server_name = strrchr(sep->se_server, '/')))
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtoe.c263 || (desc = strrchr(tp->term_names, '|')) == 0
338 last = strrchr(buffer, '|');
/freebsd-11-stable/contrib/gcc/
H A Dprotoize.c677 dir_last_slash = strrchr (dir_name, DIR_SEPARATOR);
682 slash = strrchr (dir_last_slash ? dir_last_slash : dir_name,
719 dir_last_slash = strrchr (dir_name, DIR_SEPARATOR);
724 slash = strrchr (dir_last_slash ? dir_last_slash : dir_name,
2185 dir_end = strrchr (aux_info_relocated_name, DIR_SEPARATOR);
2190 slash = strrchr (dir_end ? dir_end : aux_info_relocated_name,
4399 pname = strrchr (argv[0], DIR_SEPARATOR);
4404 slash = strrchr (pname ? pname : argv[0], DIR_SEPARATOR_2);

Completed in 268 milliseconds

1234567891011>>