Lines Matching refs:string
51 #include <string.h>
520 static BOOL mkntfs_parse_long(const char *string, const char *name, long *num)
525 if (!string || !name || !num)
533 tmp = strtol(string, &end, 0);
535 ntfs_log_error("Cannot understand the %s '%s'.\n", name, string);
546 static BOOL mkntfs_parse_llong(const char *string, const char *name,
552 if (!string || !name || !num)
560 tmp = strtoll(string, &end, 0);
563 string);
2205 * terminated char string of length @vol_name_len (number of characters not
2207 * endian ntfschar string. The name is at least 1 character long (though