Home
last modified time | relevance | path

Searched refs:endserial (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfslabel.c141 char *endserial; in parse_options() local
163 opts.serial = strtoull(optarg, &endserial, 16); in parse_options()
164 if (*endserial) in parse_options()
171 opts.serial = strtoull(optarg, &endserial, 16) in parse_options()
173 if (*endserial) in parse_options()