Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_mount.c1633 char *opt_value, *vtp; in vfs_getopt_size() local
1637 error = vfs_getopt(opts, name, (void **)&opt_value, &opt_len); in vfs_getopt_size()
1640 if (opt_len == 0 || opt_value == NULL) in vfs_getopt_size()
1642 if (opt_value[0] == '\0' || opt_value[opt_len - 1] != '\0') in vfs_getopt_size()
1644 iv = strtoq(opt_value, &vtp, 0); in vfs_getopt_size()
1645 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0')) in vfs_getopt_size()
/freebsd-12.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()