Searched refs:val_end (Results 1 – 1 of 1) sorted by relevance
430 char *path_buf = NULL, *val_end; in xenhypfs_write() local484 *(unsigned long long *)buf = strtoull(val, &val_end, 0); in xenhypfs_write()485 if (errno || !*val || *val_end) in xenhypfs_write()496 *(unsigned long long *)buf = strtoll(val, &val_end, 0); in xenhypfs_write()497 if (errno || !*val || *val_end) in xenhypfs_write()
Completed in 4 milliseconds