Lines Matching defs:it
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
10 The GNU C Library is distributed in the hope that it will be useful,
44 const char *it = "<UNSET>"; /* Routine name for message routines. */
53 printf("%s flunked test %d\n", it, number);
72 it = "strcmp";
135 it = "strcpy";
188 it = "stpcpy";
272 it = "stpncpy";
288 it = "strcat";
318 /* First test it as strcat, with big counts, then test the count
320 it = "strncat";
361 it = "strncmp";
381 it = "strncpy";
422 it = "strlen";
443 it = "strchr";
475 it = "strchrnul";
511 it = "rawmemchr";
539 it = "index";
556 it = "strrchr";
588 it = "memrchr";
634 it = "rindex";
651 it = "strpbrk";
680 it = "strstr";
707 it = "strspn";
718 it = "strcspn";
729 it = "strtok";
779 it = "strtok_r";
781 cp = NULL; /* Always initialize cp to make sure it doesn't point to some old data. */
841 it = "strsep";
975 it = "memcmp";
989 it = "memchr";
1033 it = "memcpy";
1071 it = "mempcpy";
1108 it = "memmove";
1144 don't try it. Besides, it's hard to see the rationale for a
1146 it = "memccpy";
1186 it = "memset";
1207 lengths up to 256. This test takes a little while, perhaps it should
1247 don't test it. */
1248 it = "bcopy";
1270 it = "bzero";
1287 it = "strndup";
1311 it = "bcmp";
1324 it = "strerror";
1333 it = "strcasecmp";
1352 it = "strncasecmp";
1379 it = "strcasestr";
1408 /* Test strcmp first because we use it to test other things. */
1411 /* Test strcpy next because we need it to set up other tests. */