Searched refs:strrchr (Results 1 - 25 of 848) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrrchr.c28 NoN(strrchr)
32 #undef strrchr
41 strrchr(const char* s, int c)
49 strrchr(register const char* s, register int c)
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dlongname.c53 char *cp = strrchr(ttytype, '|');
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drindex.c55 return (strrchr(sp, c));
H A Dstrrchr.c42 strrchr(const char *sp, int c) function
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strchr.d38 printf("strrchr(\"%s\", '%c') = \"%s\"\n", str, c, strrchr(str, c));
42 printf("strrchr(\"%s\", '%c') = \"%s\"\n", str, c, strrchr(str, c));
44 printf("strrchr(\"%s\", '%c') = \"%s\"\n", strchr(str, c), c,
45 strrchr(strchr(str, c), c));
63 /strrchr(str, 'a') != NULL/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d38 int strrchr;
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrrchr.c40 strrchr(const char *p, int ch) function
55 __weak_reference(strrchr, rindex);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrrchr.c36 strrchr(sp, c) function
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrrchr.s26 .file "strrchr.s"
29 / strrchr(sp, c)
34 / Fast assembly language version of the following C-program strrchr
38 / strrchr(const char *sp, int c)
53 ENTRY(strrchr) /* (char *s, int c) */ function
109 SET_SIZE(strrchr)
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrrchr.s26 .file "strrchr.s"
29 / strrchr(sp, c)
34 / Fast assembly language version of the following C-program strrchr
38 / strrchr(const char *sp, int c)
53 ENTRY(strrchr) function
114 SET_SIZE(strrchr)
/illumos-gate/usr/src/lib/libgen/common/
H A Drmdirp.c60 slash = strrchr(d, '/');
81 if (++slash == strrchr(d, '\0')) {
83 slash = strrchr(d, '/');
128 slash = strrchr(d, '/');
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dlongname.c57 buffer, strrchr(cur_term->_names, '|') + 1, sizeof buffer - 1
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dlongname.c55 (void) strncpy(buffer, strrchr(cur_term->_names, '|') + 1,
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstring.h54 extern char * strrchr(/* const char *s, int c */);
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dexecve.c43 strcat(path, strrchr(file, '/'));
50 strcat(path, strrchr(file, '/'));
56 strcat(path, strrchr(file, '/'));
61 strcat(path, strrchr(file, '/'));
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dexecve.c41 strcat(path, strrchr(file, '/'));
47 strcat(path, strrchr(file, '/'));
53 strcat(path, strrchr(file, '/'));
58 strcat(path, strrchr(file, '/'));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.strchr.d47 trace(strrchr((char *)(rand() ^ timestamp), rand()));
59 trace(strrchr((char *)arg0, '!'));
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dgc.c41 if ((mod = strrchr(argv[1], '/')) == NULL)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dpath.h27 # define SM_LAST_DIR_DELIM(s) strrchr(s, '/')
/illumos-gate/usr/src/head/iso/
H A Dstring_iso.h120 extern const char *strrchr(const char *, int);
124 inline char *strrchr(char *__s, int __c) { function
125 return (char *)strrchr((const char *)__s, __c);
142 extern char *strrchr(const char *, int);
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c235 if (strrchr(name, '\\'))
237 if (strrchr(name, '/'))
239 if (strrchr(name, ':'))
243 if (strrchr(suffix, '\\'))
245 if (strrchr(suffix, '/'))
247 if (strrchr(suffix, ':'))
282 if (strrchr(filename, '/'))
284 if (strrchr(filename, '\\'))
286 if (strrchr(filename, ':'))
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c51 void strrchr(void) {} function
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_cmdnam.c67 if ((ap = strrchr(cmd, '.')) != NULL)
/illumos-gate/usr/src/cmd/mail/
H A Dlegal.c66 if ((sp = strrchr(file, '/')) == NULL) {
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_string.c37 char *p = strrchr(s, '/');

Completed in 114 milliseconds

1234567891011>>