Lines Matching defs:string
460 "'%s' must be a string"), propname);
1888 * This provides a very minimal check whether a given string is likely a
1889 * c#t#d# style string. Users of this are expected to do their own
1909 * component of the string instead.
1969 * but included in the string, so this matches around it.
1972 * Otherwise, all other searches are simple string compares.
3251 * Convert from a devid string to a path.
3284 * Convert from a path to a devid string.
3582 zfs_save_arguments(int argc, char **argv, char *string, int len)
3584 (void) strlcpy(string, basename(argv[0]), len);
3586 (void) strlcat(string, " ", len);
3587 (void) strlcat(string, argv[i], len);