Searched refs:strrchr (Results 1 - 25 of 599) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c729 p = strrchr(a->name, '/');
3257 slash = strrchr(path, '/');
3283 slash = strrchr(path, '/');
4325 p = strrchr(pathname, '/');
H A Darchive_read_support_format_zip.c3570 s = strrchr(str.s, '/');
H A Darchive_read_disk_posix.c915 const char *bname = strrchr(tree_current_path(t), '/');
H A Darchive_string.c1523 p = strrchr(locale, '.');
1602 p = strrchr(locale, '.');
/freebsd-11-stable/lib/libfetch/
H A Dftp.c215 if ((s = strrchr(file, '/')) == NULL)
277 if ((end = strrchr(file, '/')) == NULL)
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c3109 cp = strrchr(local, '/');
/freebsd-11-stable/usr.sbin/jail/
H A Dconfig.c412 cs = strrchr(p->name, '.');
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c2282 char* sp = strrchr(str, ' ');
2283 char* tab = strrchr(str, '\t');
2466 if(strrchr(dirbuf, '\\')) {
2467 (strrchr(dirbuf, '\\'))[0] = 0;
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c1422 if((atsign=strrchr(search_ifa, '@')) != NULL) {
H A Dauthzone.c3477 strchr(master->host, '/') == strrchr(master->host, '/') &&
6271 strchr(master->host, '/') == strrchr(master->host, '/')) {
/freebsd-11-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c457 if(strrchr(buf, '\t')) *strrchr(buf, '\t')=' ';
459 if(strrchr(buf, '\t')) *strrchr(buf, '\t')=' ';
/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/sys/kern/
H A Dkern_jail.c979 namelc = strrchr(name, '.');
1052 namelc = strrchr(name, '.');
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c859 if (at && strrchr(path, '@') == at)
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c1568 prog = strrchr(argv[0], '/');
H A Dipfsyncd.c94 progname = strrchr(argv[0], '/');
H A Dipsyncs.c70 progname = strrchr(argv[0], '/');
H A Dipsyncm.c70 progname = strrchr(argv[0], '/');
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c1496 last_slash = strrchr(cur_path, '/');
/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/elftoolchain/elfcopy/
H A Dmain.c535 if ((tmpdir = strrchr(src, '/')) == NULL) {
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c445 rev = strrchr(fname, '/');
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c943 const char *p = strrchr(name, '/');
4025 last = strrchr(base, '/');
/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...]

Completed in 1210 milliseconds

1234567891011>>