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

/freebsd-10.0-release/sys/kern/
H A Dvfs_mount.c1523 char *opt_value, *vtp; local
1527 error = vfs_getopt(opts, name, (void **)&opt_value, &opt_len);
1530 if (opt_len == 0 || opt_value == NULL)
1532 if (opt_value[0] == '\0' || opt_value[opt_len - 1] != '\0')
1534 iv = strtoq(opt_value, &vtp, 0);
1535 if (vtp == opt_value || (vtp[0] != '\0' && vtp[1] != '\0'))
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c473 const char *opt_value, const char **opt_x_valuep,
534 const char *opt_value, const char **opt_x_valuep,
538 const char *parse_from = opt_value;
548 /* FMT_START at end of opt_value. */
526 expand_option_value(svn_config_t *cfg, cfg_section_t *section, const char *opt_value, const char **opt_x_valuep, apr_pool_t *x_pool) argument

Completed in 76 milliseconds