Lines Matching refs:string
14 #include <string.h>
28 /* Write a string to a file. */
47 /* Write a string to a file. */
50 char *string)
52 writeBytes(file, string, strlen(string));
145 /* Read a string from the input and compare it to an expected string. */
150 char buf[11]; /* Be sure that we never call with a longer string */
154 fprintf(stderr, "Internal error: expected string too long\n");