Lines Matching defs:string
48 * scopy(from, to) Copy a string.
50 * number(s) Convert a string of digits to an integer.
51 * is_number(s) Return true if s is a string of digits.
65 const char nullstr[1]; /* zero length string */
77 * scopyn - copy a string from "from" to "to", truncating the string
95 * prefix -- see if pfx is a prefix of string.
99 prefix(const char *pfx, const char *string)
102 if (*pfx++ != *string++)
110 * Convert a string of digits to an integer, printing an error message on
145 * Check a string for common representations of yes/true/...