Home | History | Annotate | Download | only in fio

Lines Matching defs:loc1

906 	char *loc1, *loc2;
911 loc1 = strchr(input, '\"');
912 if (loc1) {
914 loc1++;
915 if (*loc1 == '\0' || *loc1 == '\"')
918 pattern[i] = *loc1;
931 loc1 = strstr(input, "0x");
933 if (loc1 || loc2)
946 if (loc1)
947 j = loc1 - input + 2;