Home
last modified time | relevance | path

Searched refs:d (Results 1 – 4 of 4) sorted by relevance

/string/
A Dbug-strncat1.c8 char d[3] = "\0\1\2"; variable
19 strncat (d, "\5\6", 1); in main()
21 if (d[0] != '\5') in main()
26 if (d[1] != '\0') in main()
31 if (d[2] != '\2') in main()
A Dtest-strcasestr.c92 static const char d[] = "1234567890abcxyz"; in do_test() local
93 #define dl (sizeof (d) - 1) in do_test()
98 ss2 = mempcpy (ss2, d, t); in do_test()
108 memcpy (ss1, d, t); in do_test()
A Dtest-strstr.c92 static const char d[] = "1234567890abcdef"; in do_test() local
93 #define dl (sizeof (d) - 1) in do_test()
98 ss2 = mempcpy (ss2, d, t); in do_test()
108 memcpy (ss1, d, t); in do_test()
A Dtest-memccpy.c34 char *d = dst; in simple_memccpy() local
37 if ((*d++ = *s++) == (char) c) in simple_memccpy()
38 return d; in simple_memccpy()

Completed in 7 milliseconds