Searched refs:timeout_str (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c162 const char *timeout_str = NULL;
181 svn_config_get(config, &timeout_str, SVN_CONFIG_SECTION_GLOBAL,
261 svn_config_get(config, &timeout_str, server_group,
262 SVN_CONFIG_OPTION_HTTP_TIMEOUT, timeout_str);
322 if (timeout_str)
325 const long int timeout = strtol(timeout_str, &endstr, 10);
160 const char *timeout_str = NULL; local
/freebsd-10.1-release/lib/libtacplus/
H A Dtaclib.c846 char *timeout_str; local
885 timeout_str = fields[2];
902 if (timeout_str != NULL) {
903 timeout = strtoul(timeout_str, &end, 10);
904 if (timeout_str[0] == '\0' || *end != '\0') {
/freebsd-10.1-release/lib/libradius/
H A Dradlib.c494 char *timeout_str; local
559 timeout_str = fields[3];
583 if (timeout_str != NULL) {
584 timeout = strtoul(timeout_str, &end, 10);

Completed in 109 milliseconds