Searched refs:strrchr (Results 151 - 175 of 599) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c197 p = strrchr(name, '/');
212 p = strrchr(name, '.');
281 p = strrchr(tmp, '-');
336 p = strrchr(tmp, '-');
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc582 const char* name = strrchr(dlinfo.dli_fname, '/');
597 const char* name = strrchr(dlinfo.dli_fname, '/');
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dexample.c69 p = strrchr(priv->mlfi_fname, '/');
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipsyncm.c70 progname = strrchr(argv[0], '/');
/freebsd-11-stable/contrib/apr-util/ldap/
H A Dapr_ldap_url.c356 q = strrchr( r, ':' );
358 q = strrchr( url, ':' );
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.c401 const char *slash = strrchr (path, '/');
408 char *bslash = strrchr (path, '\\');
H A Dmclex.c63 const char *s1 = strrchr (name, '/');
64 const char *s2 = strrchr (name, '\\');
/freebsd-11-stable/contrib/opie/
H A Dopiepasswd.c253 if (c = strrchr(tmp, ' '))
289 if (c = strrchr(tmp, ' '))
H A Dopielogin.c360 tty = strrchr(ttyn, '/');
424 if (c = strrchr(ttyn, '/'))
428 if (c = strrchr(buffer, '\n'))
431 if (!(c = strrchr(buffer, '/')))
1344 if (c = strrchr(tty, '/'))
1397 if ((namep = strrchr(thisuser.pw_shell, '/')) == NULL)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dexpand_path.c105 lastSlash = strrchr(path, '\\');
107 TCHAR *fslash = strrchr(lastSlash, '/');
/freebsd-11-stable/usr.bin/mail/
H A Dutil.c346 cp2 = strrchr(cp, '!');
542 cp2 = strrchr(namebuf, '!') + 1;
/freebsd-11-stable/usr.sbin/tcpdrop/
H A Dtcpdrop.c123 dot = strrchr(arg, '.');
124 colon = strrchr(arg, ':');
/freebsd-11-stable/contrib/libxo/xo/
H A Dxo.c420 np = strrchr(opt_wrapper, '/');
429 np = strrchr(opt_closer, '/');
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos.h542 #define os_strrchr(s, c) strrchr((s), (c))
660 #define strrchr OS_DO_NOT_USE_strrchr macro
/freebsd-11-stable/crypto/openssh/
H A Dscp.c601 if ((thost = strrchr(arg, '@'))) {
623 host = strrchr(argv[i], '@');
663 host = strrchr(argv[i], '@');
733 if ((host = strrchr(argv[i], '@')) == NULL) {
803 if ((last = strrchr(name, '/')) == NULL)
880 last = strrchr(name, '/');
/freebsd-11-stable/contrib/tnftp/src/
H A Dfetch.c552 cp = strrchr(decodedpath, '/'); /* find savefile */
633 if ((np = strrchr(cp, ':')) != NULL) {
1402 if (! EMPTYSTRING(path) && (cp = strrchr(path, ';')) != NULL) {
1462 cp = strrchr(dir, '/');
1668 cp = strrchr(file, '/'); /* find savefile */
1861 pathsep = strrchr(path, '/');
1863 pathsep = strrchr(path, ':');
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c439 if (strrchr(argv[argc - 1], ':')) {
448 targ = strrchr(lcp, ':');
541 if (strrchr(argv[n], ':') == 0) {
549 src = strrchr(argv[n], ':');
690 s = strrchr(filename, '/');
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_main.c220 if ((file = strrchr(path, '/')) == NULL)
225 p = strrchr(file, '.');
436 filename = strrchr(pathname, '/'); /* find last component */
439 stopat = strrchr(guard, '.');
803 temp = strrchr(cmd->infile, '.');
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c149 if (strchr(addr, ':') != strrchr(addr, ':')) {
151 pp = strrchr(addr, ':');
153 pp = strrchr(addr, ':');
/freebsd-11-stable/sbin/restore/
H A Dsymtab.c176 tailindex = strrchr(name, '/');
244 np->e_name = savename(strrchr(name, '/') + 1);
325 cp = strrchr(newname, '/') + 1;
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c341 jobname = ((arg = strrchr(argv[0], '/'))
595 if ((cp = strrchr(buf, '/')) != NULL)
741 * (because it points into 'file'), even though strrchr
744 if ((cp = strrchr(file, '/')) == NULL) {
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_analyze.c119 d = strrchr(p, '.');
146 q = strrchr(p, '/');
532 p = strrchr(nn, '/');
/freebsd-11-stable/sys/rpc/
H A Drpc_generic.c69 #define strrchr rindex macro
386 p = strrchr(addrstr, '.');
392 p = strrchr(addrstr, '.');
/freebsd-11-stable/sbin/hastd/
H A Dproto_tcp.c146 if (strchr(addr, ':') != strrchr(addr, ':')) {
148 pp = strrchr(addr, ':');
150 pp = strrchr(addr, ':');
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_pipe.c139 na_pipe_id = strrchr(na->up.name,
664 cbra = strrchr(hdr->nr_name, '{');
668 cbra = strrchr(hdr->nr_name, '}');

Completed in 384 milliseconds

1234567891011>>