Home | History | Annotate | Download | only in posix

Lines Matching defs:string

8  * Deviations from posix: we don't readahead to the end of the string to see
26 -n At least LEN characters form a string (default 4)
43 char *string = 0, pattern[8];
45 if (TT.t) if (!(string = strchr("oxd", *TT.t))) error_exit("-t needs oxd");
46 sprintf(pattern, "%%7ll%c ", string ? *string : 'd');
49 // copy start of string to temporary buffer until enough to output
50 string = xzalloc(wlen+1);
67 string[count++] = toybuf[i];
72 printf("%s", string);
78 // End of previous string
83 free(string);