Lines Matching defs:to
69 static void set_type(const char *from, char *to, size_t len)
103 strscpy(to, len, type);
109 * buf points to an '=' followed by a quoted string ("foo") or a string ending
112 * Return a pointer to the NUL terminated string, returns NULL if no
158 * file that matches. Set argc and argv to match the OPTIONS string.
187 * keep it around to parse any options (any allocated newargv
336 * file) we have to reset this back to 1.
495 * scsi_id: try to get an id, if one is found, printf it to stdout.
496 * returns a value passed to exit() - 0 if printed an id, else 1.