Searched refs:substr (Results 26 - 50 of 52) sorted by relevance

123

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d88 STRFUNC(substr("The SystemTap, The.", 0))
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh60 BEGIN { trace(substr(`initname, 2, 3)); }
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dpkg.c117 read_thru(topo_mod_t *mp, FILE *fp, const char *substr) argument
123 if (substr == NULL)
125 else if (strstr(tmpbuf, substr) != NULL) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h112 extern char *substr P((const char *a, const char *b));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d185 this->result = substr(command[i].alt ?
189 printf("\tif (substr(\"%s%s\", %d) ne \"%s\") {\n",
192 printf("\t\tprintf(\"perl => substr(\\\"%s%s\\\", %d) = ",
194 printf("\\\"%%s\\\"\\n\",\n\t\t substr(\"%s%s\", %d));\n",
196 printf("\t\tprintf(\" D => substr(\\\"%s%s\\\", %d) = ",
208 this->result = substr(command[i].alt ?
212 printf("\tif (substr(\"%s%s\", %d, %d) ne \"%s\") {\n",
215 printf("\t\tprintf(\"perl => substr(\\\"%s%s\\\", %d, %d) = ",
217 printf("\\\"%%s\\\"\\n\",\n\t\t substr(\"%s%s\", %d, %d));\n",
219 printf("\t\tprintf(\" D => substr(\\\"
[all...]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBAList.cc109 string indexString = name.substr(offset+1);
148 string indexString = name.substr(offset+1);
H A DTgtFCHBA.cc114 string portwwnString = path.substr(offset+1);
189 string portwwnString = path.substr(offset+1);
H A DTgtFCHBAPort.cc259 string portwwnString = path.substr(offset+1);
313 string portwwnString = path.substr(offset+1);
/illumos-gate/usr/src/cmd/mailx/
H A Daux.c620 if (substr(linebuf,"forwarded by ") != -1)
630 if ((wint = substr(cp, "remote from ")) != -1) {
755 substr(char *string1, char *string2) function
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c334 leftmatch(wchar_t *str, wchar_t *substr) argument
336 while (*substr)
337 if (*str++ != *substr++)
655 dosubstr, L"substr",
/illumos-gate/usr/src/cmd/mail/
H A Dprintmail.c422 if (substr(resp, " -") != -1 ||
423 substr(resp, "\t-") != -1) {
H A Dgethead.c136 (substr(wline, "remote from ") != -1)) {
H A Dsendmail.c189 if (substr(line, "forwarded by") > -1) {
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y83 | SUBSTR expr expr expr = { $$ = substr($2, $3, $4); }
115 "match", "substr", "length", "index", "\0" };
239 substr(char *v, char *s, char *w)
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c96 "substr", "length", "index",
328 substr(char *v, char *s, char *w) function
627 r1 = substr(rc, rb, ra);
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l140 <A>substr RETURN(SUBSTR);
H A Drun.c360 substr(NODE **a, int nnn) function
392 dprintf("substr: m=%d, n=%d, s=%ws\n", m, n, s);
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c602 "ORDER BY substr(type,2,1), name",
611 "ORDER BY substr(type,2,1), name",
856 "ORDER BY substr(type,2,1), name",
865 "ORDER BY substr(type,2,1), name",
/illumos-gate/usr/src/tools/depcheck/
H A Dget_depend_info297 $KernelPath = substr($entry, 0, $index);
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh250 if (substr($1, 1, length(dev)) == dev) {
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h335 extern Cell *substr(Node **, int);
H A Dawk.lx.l169 <A>substr { RET(SUBSTR); }
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h594 extern int substr(char *string1, char *string2);
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml422 # here we use negative length in substr to leave off from the
424 $line .= substr($text, 0, 74 - length($eline));
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c532 stravl_insert(const char *name, uint_t hash, size_t nsize, int substr) argument
550 else if (substr) {

Completed in 963 milliseconds

123