Home
last modified time | relevance | path

Searched refs:strrchr (Results 151 – 175 of 821) sorted by relevance

12345678910>>...33

/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c268 if ((chop = strrchr(iocpath, ':')) != NULL) in dc_mkhndl()
292 if ((chop = strrchr(iocpath_dup, '/')) == NULL) { in dc_mkhndl()
352 if ((chop = strrchr(iocpath, ':')) != NULL) in dc_mkhndl()
379 if ((chop = strrchr(iocpath, '/')) == NULL) { in dc_mkhndl()
1014 lastslash = strrchr(devpath, '/'); in devctl_bus_dev_create()
/illumos-gate/usr/src/cmd/tsol/getlabel/
H A Dgetlabel.c116 if ((prog = strrchr(argv[0], '/')) == NULL) in main()
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpq.c44 if ((name = strrchr(program, '/')) == NULL) in usage()
/illumos-gate/usr/src/lib/libshare/common/
H A Dissubdir.c114 p = strrchr(childdir, '/');
/illumos-gate/usr/src/cmd/man/
H A Dman.c394 if ((cmd = strrchr(argv[i], '/')) != NULL) { in main()
431 if ((sec = strrchr(argv[i], '.')) != NULL) { in main()
994 if ((slash = strrchr(name, '/')) != NULL) in manual()
1184 if ((last = strrchr(pname, '.')) != NULL && in searchdir()
1187 last = strrchr(pname, '.'); in searchdir()
1203 c = strrchr(upper, '.'); in searchdir()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c355 p = strrchr(device, ':'); in disk_split_ap_path_sata()
373 p = strrchr(device, ':'); in disk_split_ap_path_scsi()
410 e = t = strrchr(device, '/'); in disk_split_device_path()
/illumos-gate/usr/src/cmd/cmd-inet/lib/netcfgd/
H A Dnetcfgd.c145 if ((progname = strrchr(argv[0], '/')) == NULL) in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Derr.c58 if (t = strrchr(s, '/')) in errmsg()
/illumos-gate/usr/src/cmd/tsol/setlabel/
H A Dsetlabel.c62 if ((prog = strrchr(argv[0], '/')) == NULL) in main()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlfmt_log.c120 p = (char *)strrchr(buf, '\n'); in __lfmt_log()
/illumos-gate/usr/src/cmd/dumpadm/
H A Dutils.c83 const char *p = strrchr(arg0, '/'); in getpname()
/illumos-gate/usr/src/cmd/enhance/
H A Denhance.c599 nlptr = strrchr(rbuff, '\n'); in GL_FD_EVENT_FN()
600 crptr = strrchr(rbuff, '\r'); in GL_FD_EVENT_FN()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh55 CANTREAD2(strrchr, '!')
H A Dtst.func_access.ksh51 BEGIN { trace(strrchr(`initname, 0x69)); }
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink_common.c111 if ((modname = strrchr(name, '/')) == NULL) in dtrace_link_dof()
/illumos-gate/usr/src/cmd/mkpwdict/
H A Dmkpwdict.c71 if ((pname = strrchr(argv[0], '/')) == NULL) in main()
/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c48 if ((command = strrchr(argv[0], '/')) != NULL) in main()
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetent.c132 p = strrchr(buf, '.'); in nettoa()
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c81 myname = strrchr(argv[0], '/'); in main()
/illumos-gate/usr/src/cmd/fs.d/objfs/
H A Dmount.c81 myname = strrchr(argv[0], '/'); in main()
/illumos-gate/usr/src/cmd/fs.d/sharefs/
H A Dmount.c81 myname = strrchr(argv[0], '/'); in main()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c360 if ((ptr = strrchr(pathname, ':')) != NULL) { in lun_unconf()
375 if ((ptr = strrchr(path, '/')) == NULL) { in lun_unconf()
392 if ((ptr = strrchr(pathname, '@')) == NULL) { in lun_unconf()
541 if ((pathname_ptr = strrchr(pathname, ':')) != NULL) { in is_xport_phys_in_pathlist()
1119 if ((ptr = strrchr(vhci_path, '@')) != NULL) { in unconf_vhci_nodes()
1123 if ((ptr = strrchr(vhci_path, '/')) == NULL) { in unconf_vhci_nodes()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d85 STRFUNC(strrchr("The SystemTap, The.", 't'))
/illumos-gate/usr/src/boot/include/
H A Dstring.h110 char *strrchr(const char *, int) __pure;
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dmktemp.c136 if (t = strrchr(pfx, '/')) in b_mktemp()

12345678910>>...33