Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_mount.c2083 char *opt_value, *vtp; in vfs_getopt_size() local
2087 error = vfs_getopt(opts, name, (void **)&opt_value, &opt_len); in vfs_getopt_size()
2090 if (opt_len == 0 || opt_value == NULL) in vfs_getopt_size()
2092 if (opt_value[0] == '\0' || opt_value[opt_len - 1] != '\0') in vfs_getopt_size()
2094 iv = strtoq(opt_value, &vtp, 0); in vfs_getopt_size()
2095 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0')) in vfs_getopt_size()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c521 const char *opt_value, const char **opt_x_valuep,
610 const char *opt_value, const char **opt_x_valuep, in expand_option_value() argument
614 const char *parse_from = opt_value; in expand_option_value()