Searched defs:substring (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c1275 substring (const char *s1, const char *s2) function
1285 /* S1 is a substring of S2. */
1289 /* S1 isn't a substring. */
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c98 static int substring(const char*, const char*, int[], int);
1641 /* check for substring operations */
1692 nmatch=substring(v,pattern,match,flag&STR_MAXIMAL);
2321 * Finds the right substring of STRING using the expression PAT
2322 * the longest substring is found when FLAG is set.
2324 static int substring(register const char *string,const char *pat,int match[], int flag) function

Completed in 62 milliseconds