Searched refs:strrchr (Results 101 - 125 of 848) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.c73 if ((Myname = strrchr(myname, '/')) == NULL &&
74 (Myname = strrchr(myname, '\\')) == NULL)
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c191 if ((bang = strrchr(start, '!')) != NULL) { /* rightmost '!' */
194 if ((bang2 = strrchr(start, '!')) != NULL) /* 2nd rightmost '!' */
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Ddb.c174 if ((q = strrchr(Database.Output_File, '.')) != NULL) {
200 if ((q = strrchr(p, '.')) != NULL) {
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c55 extern char *strrchr();
105 if (cmdname = strrchr(*argv, '/'))
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_std.h318 #if !defined(strrchr) && !defined(_lib_strrchr) && defined(_lib_rindex)
319 #define strrchr(s,c) rindex(s,c) macro
/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.c131 name = strrchr(d->mon_out, '\0');
170 if ((s = strrchr(___Argv[0], '/')) != NULL)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh55 CANTREAD2(strrchr, '!')
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetent.c134 p = strrchr(buf, '.');
/illumos-gate/usr/src/lib/libshare/common/
H A Dissubdir.c116 p = strrchr(childdir, '/');
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink_common.c111 if ((modname = strrchr(name, '/')) == NULL)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c947 p = strrchr(a_path, '/');
993 p = strrchr(a_path, '/');
1043 p = strrchr(a_path, '/');
1060 for (p = strrchr(retPath, '/'); (p > retPath) && (*p == '/'); p--) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Disaexec.c98 if ((str = strrchr(pathname, '/')) != NULL) {
H A Dlfmt_log.c122 p = (char *)strrchr(buf, '\n');
/illumos-gate/usr/src/lib/libcmd/common/
H A Dmktemp.c138 if (t = strrchr(pfx, '/'))
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpq.c46 if ((name = strrchr(program, '/')) == NULL)
/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c50 if ((command = strrchr(argv[0], '/')) != NULL)
/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c50 if ((command = strrchr(argv[0], '/')) != NULL)
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetvol.c67 if ((str = strrchr(arg0, '/')) != NULL)
H A Dlistdgrp.c155 if ((cmdname = strrchr(argv[0], '/')) != (char *) NULL) cmdname++;
/illumos-gate/usr/src/cmd/mkpwdict/
H A Dmkpwdict.c73 if ((pname = strrchr(argv[0], '/')) == NULL)
/illumos-gate/usr/src/cmd/dumpadm/
H A Dutils.c85 const char *p = strrchr(arg0, '/');
/illumos-gate/usr/src/cmd/basename/
H A Dbasename.c103 if ((p = strrchr(string, '/')) != NULL)
/illumos-gate/usr/src/cmd/cdrw/
H A Dwrite_audio.c49 ext = (char *)(strrchr(fname, '.'));
/illumos-gate/usr/src/cmd/cmd-inet/lib/netcfgd/
H A Dnetcfgd.c145 if ((progname = strrchr(argv[0], '/')) == NULL)
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c78 myname = strrchr(argv[0], '/');

Completed in 89 milliseconds

1234567891011>>