Home
last modified time | relevance | path

Searched refs:strrchr (Results 51 – 75 of 547) sorted by relevance

12345678910>>...22

/freebsd/lib/libc/i386/string/
H A DMakefile.inc15 strrchr.S \
/freebsd/contrib/dma/
H A Dconf.c205 if (strrchr(data, '@')) { in parse_conf()
206 host = strrchr(data, '@'); in parse_conf()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_debug.c205 newfile = strrchr(file, '/'); in __dprintf()
223 nl = strrchr(buf, '\n'); in __dprintf()
/freebsd/contrib/ntp/libntp/
H A Dmsyslog.c162 prog = strrchr(progname, DIR_SEP); in addto_syslog()
408 cp = strrchr(name, DIR_SEP); in init_logging()
415 cp = strrchr(progname, '.'); in init_logging()
/freebsd/usr.bin/tftp/
H A Dmain.c450 if (strrchr(argv[argc - 1], ':')) { in put()
459 targ = strrchr(lcp, ':'); in put()
561 if (strrchr(argv[n], ':') == 0) { in get()
569 src = strrchr(argv[n], ':'); in get()
712 s = strrchr(filename, '/'); in tail()
/freebsd/lib/libc/aarch64/string/
H A DMakefile.inc21 strrchr
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream.c56 char *basename = strrchr(argv[0], '/'); in main()
/freebsd/contrib/sendmail/makemap/
H A Dmakemap.c194 p = strrchr(mapfile, '/');
272 p = strrchr(buf, ' ');
282 p = strrchr(b, '.');
395 progname = strrchr(argv[0], '/');
/freebsd/bin/ln/
H A Dln.c182 file1 = strrchr(path1, '/'); in samedirent()
187 file2 = strrchr(path2, '/'); in samedirent()
/freebsd/contrib/tcp_wrappers/
H A Dtry-from.c49 if ((cp = strrchr(argv[0], '/')) != 0) in main()
H A Dtcpd.c65 argv[0] = strrchr(argv[0], '/') + 1; in main()
/freebsd/usr.bin/hexdump/
H A Dhexdump.c55 if (!(p = strrchr(argv[0], 'o')) || strcmp(p, "od")) in main()
H A Dhexsyntax.c51 if ((p = strrchr(argv[0], 'h')) != NULL && in newsyntax()
/freebsd/sbin/fsck_ffs/
H A Dutilities.c60 cp = strrchr(newname, '/'); in blockcheck()
/freebsd/lib/libc/amd64/string/
H A DMakefile.inc26 strrchr.S \
/freebsd/sys/contrib/openzfs/udev/
H A Dzvol_id.c75 const char *dev_part = strrchr(dev_name, 'p'); in main()
/freebsd/usr.sbin/kbdmap/
H A Dkbdmap.c195 p = strrchr(name, '/'); in extract_name()
210 p = strrchr(name, '.'); in get_extension()
278 p = strrchr(tmp, '-'); in vidcontrol()
333 p = strrchr(tmp, '-'); in do_vidfont()
/freebsd/lib/libc/string/
H A DMakefile.inc19 strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \
71 MLINKS+=strchr.3 strrchr.3 \
/freebsd/bin/rmdir/
H A Drmdir.c91 while ((p = strrchr(path, '/')) != NULL) { in rm_path()
/freebsd/contrib/bc/src/
H A Dmain.c76 name = strrchr(argv[0], BC_FILE_SEP); in main()
/freebsd/contrib/libpcap/testprogs/
H A Dcan_set_rfmon_test.c52 if ((cp = strrchr(argv[0], '/')) != NULL) in main()
/freebsd/usr.bin/tip/tip/
H A Dhunt.c59 uucplock = strrchr(cp, '/'); in hunt()
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstring.inc30 using ::strrchr;
/freebsd/lib/libsecureboot/
H A Dverify_file.c234 if (!(prefix = strrchr(buf, '/'))) in find_manifest()
286 if ((cp = strrchr(filename, '.'))) { in severity_guess()
565 if ((cp = strrchr(filename, '/'))) { in verify_file()
/freebsd/contrib/expat/xmlwf/
H A Dxmltchar.h70 # define tcsrchr strrchr

12345678910>>...22