Searched refs:strrchr (Results 251 - 275 of 848) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c74 myname = strrchr(argv[0], '/');
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c106 p = strrchr (buf, '/');
/illumos-gate/usr/src/cmd/iscsitsvc/
H A Discsitsvc.c208 lastSlash = strrchr(execFullname, '/');
/illumos-gate/usr/src/cmd/stmfproxy/aluaadm/
H A Daluaadm.c198 lastSlash = strrchr(execFullname, '/');
/illumos-gate/usr/src/cmd/stmfsvc/
H A Dstmfsvc.c266 lastSlash = strrchr(execFullname, '/');
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c57 #define GET_PROGNAME(x) (strrchr((x), '/') ? strrchr((x), '/')+1 : (x))
59 #define GET_PROGNAME(x) max(max(strrchr((x), '/'), strrchr((x), '\\')) + 1,(x))
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodrdn.c55 if ((myname = strrchr(argv[0], '/')) == NULL)
/illumos-gate/usr/src/cmd/tcpd/
H A Dinetcf.c314 if ((cp = strrchr(path, '/')) != 0)
H A Dscaffold.c209 strrchr(strcpy(buf, path), '/')[0] = 0;
/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c210 pname = strrchr(argv[0], '/');
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c174 pname = strrchr(argv[0], '/');
/illumos-gate/usr/src/tools/tokenize/
H A Dforth_preload.c177 { "strrchr", 0 },
293 ipose(strrchr)
/illumos-gate/usr/src/test/zfs-tests/cmd/mkbusy/
H A Dmkbusy.c115 if ((slash = strrchr(arg, '/')) == NULL) {
/illumos-gate/usr/src/cmd/logadm/
H A Derr.c51 if ((ptr = strrchr(myname, '/')) == NULL)
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c828 mf = strrchr(module, '/');
880 p = strrchr(path, '/');
956 p = strrchr(pathcopy, '/');
1017 p = strrchr(pathcopy, '/');
/illumos-gate/usr/src/head/
H A Dstring.h58 using std::strrchr;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddefaults.c96 end = strrchr(entry, '\n');
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h126 #define m_mbsrchr strrchr
280 #define wcsrchr strrchr
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c44 char *strrchr();
177 if ((cmdnam = (unsigned char *)strrchr(av[0], '/')) != 0)
/illumos-gate/usr/src/cmd/enhance/
H A Denhance.c601 nlptr = strrchr(rbuff, '\n');
602 crptr = strrchr(rbuff, '\r');
/illumos-gate/usr/src/cmd/setuname/
H A Dsetuname.c163 #define strend(p) strrchr(p,'\0')
206 if (p = strrchr(argv[0], '/')) cmdname = p+1;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c358 ustr = strrchr(p2, '/');
359 hstr = strrchr(p1, '/');
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c268 minorname = strrchr(dev_name, ':');
347 minorname = strrchr(dev_name, ':');
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc163 if ((shellname = strrchr(shell->string_mb, (int) slash_char)) == NULL) {
261 shellname = strrchr(shell->string_mb, (int) slash_char);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c534 if ((cp = strrchr(root_path, ':')) != NULL) {
874 if ((cp = strrchr(path, ':')) != NULL) {
1040 if ((cp = strrchr(l_hba, ':')) != NULL) {
1044 if ((cp = strrchr(l_dev, ':')) != NULL) {
1083 if ((mn1 = strrchr(l_dev1, ':')) != NULL) {
1087 if ((mn2 = strrchr(l_dev2, ':')) != NULL) {

Completed in 109 milliseconds

<<11121314151617181920>>