Searched refs:strrchr (Results 176 - 200 of 848) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ksh/builtins/
H A Dalias.c242 progname = (const char *)strrchr(execnamebuff, '/');
/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c74 if ((cmd = strrchr(argv[0], '/')) == NULL)
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h247 #define BASENAME(str, c) ((Bnptr = strrchr((str), c)) ? (Bnptr + 1) : (str))
487 #define rindex strrchr
493 #define strrchr rindex macro
506 extern char *strcat(), *strcpy(), *strncpy(), *strrchr();
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathkey.c108 if (s = strrchr(k, '/'))
166 ver[1] = k = (s = strrchr(path, '/')) ? s + 1 : path;
/illumos-gate/usr/src/uts/sparc/io/
H A Dconsplat.c153 p = (strrchr(buf, '/')); /* p points to last comp. */
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Drstatus.c114 char *tmp = strrchr(prs->secure->req_id, '-');
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-misc.c111 if ((result = strrchr(uri, '/')) != NULL) {
H A Dppd.c111 if ((text = strrchr(line, '\n')) != NULL)
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_match.c199 if ((limit = strrchr(str, '.')) != NULL)
/illumos-gate/usr/src/cmd/devprop/
H A Ddevprop.c116 if ((ptr = strrchr(path, ':')) != NULL)
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcommon.c60 result = strrchr(uri, '/');
100 if ((job = strrchr(*printer, '/')) != NULL) {
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c410 if ((Myname = strrchr(argv[0], '/')) == NULL)
431 if ((ptr = strrchr(dp->d_name, '.')) == NULL ||
/illumos-gate/usr/src/lib/libpcp/common/
H A Dpcp_utils.c87 s = strrchr(devname, ':');
149 if ((t = strrchr(devname, '@')) == NULL) {
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dpos4obj.c433 if ((p = strrchr(path, '/')) == NULL)
439 if ((p = strrchr(path, '/')) == NULL)
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddepend.c192 str = strrchr(buffer, '\n');
217 str = strrchr(str, ')');
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c264 p = strrchr(name, '/');
268 p = strrchr(name, '/');
/illumos-gate/usr/src/cmd/gcore/
H A Dgcore.c81 exec[0] != '/' || (s = strrchr(exec, '/')) == NULL)
162 if ((pname = strrchr(argv[0], '/')) == NULL)
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c195 if ((tail = strrchr(output_file_name, '/')) == NULL) {
201 last = strrchr(head, '/');
/illumos-gate/usr/src/cmd/truss/
H A Dipc.c284 if ((sp1 = strrchr(path, '/')) == NULL) /* last component */
315 if ((sp2 = strrchr(path, '/')) == NULL)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_ndismono.h39 #define __FILE_STRIPPED__ strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h332 #if !defined(strrchr) && !defined(_lib_strrchr) && defined(_lib_rindex)
333 #define strrchr(s,c) rindex(s,c) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h332 #if !defined(strrchr) && !defined(_lib_strrchr) && defined(_lib_rindex)
333 #define strrchr(s,c) rindex(s,c) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h332 #if !defined(strrchr) && !defined(_lib_strrchr) && defined(_lib_rindex)
333 #define strrchr(s,c) rindex(s,c) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h332 #if !defined(strrchr) && !defined(_lib_strrchr) && defined(_lib_rindex)
333 #define strrchr(s,c) rindex(s,c) macro
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dbsd_misc.c67 if ((id = strrchr(injob->request_id, (int)'-')) == NULL) {
99 } else if ((id = strrchr(injob->username, '!')) != NULL) {

Completed in 129 milliseconds

1234567891011>>