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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c1218 substring (const char *s1, const char *s2) function
1228 /* S1 is a substring of S2. */
1232 /* S1 isn't a substring. */
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c106 static int substring(const char*, const char*, int[], int);
1736 /* check for substring operations */
1787 nmatch=substring(v,pattern,match,flag&STR_MAXIMAL);
2452 * Finds the right substring of STRING using the expression PAT
2453 * the longest substring is found when FLAG is set.
2455 static int substring(register const char *string,const char *pat,int match[], int flag) function

Completed in 29 milliseconds