Searched refs:sc (Results 1 – 18 of 18) sorted by relevance
71 char c, sc; in strcasestr() local79 if ((sc = *s++) == 0) in strcasestr()81 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
383 int c, sc; in php_strtok_r() local396 for (spanp = (char *)delim; (sc = *spanp++) != 0; ) in php_strtok_r()398 if (c == sc) in php_strtok_r()421 if ((sc = *spanp++) == c) in php_strtok_r()436 while (sc != 0); in php_strtok_r()
503 unsigned char *sc = NULL; variable512 if (sc == NULL) {513 sc = YYCURSOR;519 sc = NULL;529 if (sc) {530 yyleng = sc - SCNG(yy_text);
1643 unsigned char *sc = NULL; in ini_lex() local1652 if (sc == NULL) { in ini_lex()1653 sc = YYCURSOR; in ini_lex()1659 sc = NULL; in ini_lex()1669 if (sc) { in ini_lex()1670 yyleng = sc - SCNG(yy_text); in ini_lex()
24 $sc = "\xc0\xc1\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xcb\xcc\xcd\xce\xcf";53 echo bin2hex(strval($sc));
1777 "≻",3911 ≻ => ≻ e289bb
660 register u_char *sc; local667 sc = (u_char *) dp->d_name;668 while (dc < pathend_last && (*dc++ = *sc++) != EOS)
1574 for var_lc in at ap ac st sp sc; do
301 array( 'E6@%NDdhtceH%@#5A6VF"P]K+yMq.D}TZ?Z*c?rX#Y"(z%==;sc>EBjP=9C', 'a93c088a44fbfc35' ),
1772 sc 0227B
801 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x807 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
2296 0: sc
295 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x301 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
1508 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x1518 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
2462 0: sc
583 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x593 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
18131 # sc: file(1) magic for "sc" spreadsheet18133 38 string Spreadsheet sc spreadsheet file18134 !:mime application/x-sc
Completed in 159 milliseconds