Home | History | Annotate | Download | only in sdcard

Lines Matching refs:strtoul

444         node->userid = strtoul(node->name, NULL, 10);
499 node->userid = strtoul(node->name, NULL, 10);
1628 if (strtoul(token, NULL, 10) == fuse->write_gid) {
1839 uid = strtoul(optarg, NULL, 10);
1842 gid = strtoul(optarg, NULL, 10);
1845 write_gid = strtoul(optarg, NULL, 10);
1848 num_threads = strtoul(optarg, NULL, 10);
1872 uid = strtoul(arg, NULL, 10);
1874 gid = strtoul(arg, NULL, 10);