Searched refs:strrchr (Results 126 - 150 of 848) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/tsol/getlabel/
H A Dgetlabel.c118 if ((prog = strrchr(argv[0], '/')) == NULL)
/illumos-gate/usr/src/cmd/tsol/setlabel/
H A Dsetlabel.c64 if ((prog = strrchr(argv[0], '/')) == NULL)
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Derr.c58 if (t = strrchr(s, '/'))
/illumos-gate/usr/src/cmd/lofiadm/
H A Dutils.c89 const char *p = strrchr(arg0, '/');
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h455 extern const char *strrchr(const char *, int);
459 inline char *strrchr(char *__s, int __c) { function
460 return (char *)strrchr((const char *)__s, __c);
475 char *strrchr(const char *, int);
/illumos-gate/usr/src/cmd/fs.d/bootfs/
H A Dmount.c74 myname = strrchr(argv[0], '/');
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h385 extern const char *strrchr(const char *, int);
389 inline char *strrchr(char *__s, int __c) { function
390 return (char *)strrchr((const char *)__s, __c);
405 extern char *strrchr(const char *, int);
H A Dmdb_demangle.c137 char *rp = strrchr(dmp->dm_dem, ')');
153 c = strrchr(dmp->dm_dem, ':');
208 char *prefix = strrchr(name, '`');
/illumos-gate/usr/src/boot/include/
H A Dstring.h110 char *strrchr(const char *, int) __pure;
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dabienv.c194 if ((p = strrchr(str, '/')) != NULL)
275 if ((t = strrchr(p, '/')) == NULL) {
300 if ((t = strrchr(p, '/')) == NULL) {
/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.c60 else if (p = strrchr(name, '/'))
118 ptr2 = strrchr(path, (int)'/');
133 ptr2 = strrchr(path, (int)'/');
/illumos-gate/usr/src/cmd/stat/common/
H A Ddsr.c213 a = strrchr(devpath, '/');
219 s = strrchr(a, 's');
221 s = strrchr(a, 'p');
246 a = strrchr(devpath, '/');
365 initiator = strrchr(ks_name, '.'); /* start of ".<pHCI-driver>" */
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c835 if ((node_name = strrchr(path, '/')) == NULL)
862 if ((par_node_name_addr = strrchr(path, '/')) != NULL) {
960 if ((p1 = strrchr(client_name, '/')) == NULL)
965 if ((p2 = strrchr(client_name, '/')) != NULL &&
1017 if ((p = strrchr(p1, '/')) == NULL)
1021 if ((p = strrchr(dev2, '/')) == NULL)
1201 if ((p = strrchr(path, '/')) == NULL)
1270 if ((slash = strrchr(phci_name_buf, '/')) == NULL ||
1386 if ((node_name = strrchr(vhci_name_buf, '/')) == NULL ||
1523 if ((minor = strrchr(abspat
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c109 if ((char_ptr = strrchr(client_path, ':')) != NULL) {
201 if ((charptr2 = strrchr(path0, ':')) != NULL) {
265 delimiter = strrchr(physical_path, ':');
525 if ((char_ptr = strrchr(client_path, ':')) != NULL) {
585 if ((char_ptr_end = strrchr(char_ptr_start, ':')) != NULL) {
700 if ((char_ptr_end = strrchr(client_physical_path, ':')) != NULL) {
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Duri.c120 char *name = strrchr(path, '/');
127 query = strrchr(name, '?');
136 fragment = strrchr(name, '#');
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c106 if ((ptr = strrchr(optarg, '/')) == NULL)
315 if ((sptr = strrchr(linbuf, '\n')) != NULL)
373 delim = strrchr(file, '/');
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c195 if ((p = strrchr(path, '/')) != NULL) {
197 if ((p = strrchr(path, '/')) != NULL) {
261 if ((p = strrchr(path, ':')) == NULL) {
/illumos-gate/usr/src/lib/libadm/common/
H A Dfulldevnm.c127 c = strrchr(cwd, '/');
382 (dp = strrchr(cp, '/')) == NULL) {
464 (dp = strrchr(cp, '/')) == NULL) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.c73 const char *p = strrchr(s, '/');
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_string.c238 const char *p = strrchr(s, '/');
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c376 if ((dot = strrchr(ipuaddr, '.')) != 0) {
378 if ((dot = strrchr(ipuaddr, '.')) != 0)
483 if ((dot = strrchr(ut, '.')) != 0) {
485 if ((dot = strrchr(ut, '.')) != 0)
/illumos-gate/usr/src/cmd/valtools/
H A Dckgid.c105 if ((str = strrchr(arg0, '/')) != NULL)
H A Dckint.c101 if ((str = strrchr(arg0, '/')) != NULL)
H A Dckkeywd.c75 if ((str = strrchr(arg0, '/')) != NULL)
H A Dckuid.c108 if ((str = strrchr(arg0, '/')) != NULL)

Completed in 86 milliseconds

1234567891011>>