Searched refs:vtp (Results 1 – 3 of 3) sorted by relevance
190 char *vtp; in getenv_quad() local196 iv = strtoq(value, &vtp, 0); in getenv_quad()197 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) { in getenv_quad()201 switch (vtp[0]) { in getenv_quad()
904 char suffix, *vtp; in getenv_quad() local911 iv = strtoq(value, &vtp, 0); in getenv_quad()912 if (vtp == value || (vtp[0] != '\0' && vtp[1] != '\0')) { in getenv_quad()915 suffix = vtp[0]; in getenv_quad()
2051 char *opt_value, *vtp; in vfs_getopt_size() local2062 iv = strtoq(opt_value, &vtp, 0); in vfs_getopt_size()2063 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0')) in vfs_getopt_size()2067 switch (vtp[0]) { in vfs_getopt_size()