Searched refs:sp1 (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/stdio-common/ |
D | scanf13.c | 10 char *sp1, *sp2, *sp3, *sp4; in main() local 24 "A%ms%10ms%4m[bcd]%4mcB", &sp1, &sp2, &sp3, &sp4) != 4) in main() 28 if (strcmp (sp1, "\xc3\x84-") != 0) in main() 30 free (sp1); in main() 70 if (sscanf (buf, "%ms%mc", &sp1, &sp2) != 2) in main() 74 if (sp1[0] != '\xc3' || sp1[1] != '\x84' in main() 75 || sp1[2046] != '\xc3' || sp1[2047] != '\x84' in main() 76 || sp1[2056] != '\0') in main() 78 sp1[2046] = '/'; in main() 79 sp1[2047] = '/'; in main() [all …]
|
/glibc-2.36/gshadow/ |
D | tst-gshadow.c | 75 char **sp1 = g->sg_adm; in do_test() local 77 while (*sp1 != NULL && *sp2 != NULL) in do_test() 79 if (strcmp (*sp1, *sp2) != 0) in do_test() 82 i, seen + 1, *sp1, *sp2); in do_test() 85 ++sp1; in do_test() 89 if (*sp1 == NULL && *sp2 != NULL) in do_test() 94 else if (*sp1 != NULL && *sp2 == NULL) in do_test() 108 char **sp1 = g->sg_mem; in do_test() local 110 while (*sp1 != NULL && *sp2 != NULL) in do_test() 112 if (strcmp (*sp1, *sp2) != 0) in do_test() [all …]
|
/glibc-2.36/posix/ |
D | PCRE.tests | 376 1 IN SOA non-sp1 non-sp2( 377 0: 1 IN SOA non-sp1 non-sp2( 379 2: non-sp1 381 1 IN SOA non-sp1 non-sp2 ( 382 0: 1 IN SOA non-sp1 non-sp2 ( 384 2: non-sp1 388 1IN SOA non-sp1 non-sp2(
|