Home
last modified time | relevance | path

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

/xen/tools/libs/hypfs/
A Dcore.c430 char *path_buf = NULL, *val_end; in xenhypfs_write() local
484 *(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