Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_environment.c190 char *vtp; in getenv_quad() local
196 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()
/f-stack/freebsd/kern/
H A Dkern_environment.c904 char suffix, *vtp; in getenv_quad() local
911 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()
H A Dvfs_mount.c2051 char *opt_value, *vtp; in vfs_getopt_size() local
2062 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()