Home
last modified time | relevance | path

Searched refs:str_value (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_dbms.c234 static void pcf_register_dbms_helper(char *str_value, in pcf_register_dbms_helper() argument
250 while ((db_type = mystrtokq_cw(&str_value, CHARS_COMMA_SP, CHARS_BRACE, in pcf_register_dbms_helper()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dapi.c461 const char *str_value, u_long num_value, int bool_value) in api_opts_set() argument
486 a.len = SPRINTF(bp, 1024, L(""WS"=%s"), name, str_value); in api_opts_set()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h312 char *(*str_value)(sqlite3_str*); member
653 #define sqlite3_str_value sqlite3_api->str_value
H A Dsqlite3.c135784 char *(*str_value)(sqlite3_str*);
136125 #define sqlite3_str_value sqlite3_api->str_value
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c785 static uint32_t _get_cookie_value(char *str_value) in _get_cookie_value() argument
790 if (!(value = strtoul(str_value, &p, 0)) || in _get_cookie_value()