Searched refs:strtouint16 (Results 1 - 6 of 6) sorted by relevance
/sssd-io/src/util/ |
H A D | strtonum.h | 32 uint16_t strtouint16(const char *nptr, char **endptr, int base);
|
H A D | strtonum.c | 68 /* strtouint16 */ 69 uint16_t strtouint16(const char *nptr, char **endptr, int base) function
|
/sssd-io/src/tests/ |
H A D | strtonum-tests.c | 397 result = strtouint16(input, &endptr, 10); 414 result = strtouint16(input, &endptr, 10); 431 result = strtouint16(input, &endptr, 10); 449 result = strtouint16(input, &endptr, 10); 467 result = strtouint16(input, &endptr, 10); 485 result = strtouint16(input, &endptr, 10); 503 result = strtouint16(input, &endptr, 10); 521 result = strtouint16(input, &endptr, 10); 557 TCase *tc_strtouint16 = tcase_create("strtouint16 Tests");
|
/sssd-io/src/providers/ldap/ |
H A D | ldap_id_services.c | 266 port = strtouint16(state->name, NULL, 10);
|
/sssd-io/src/providers/proxy/ |
H A D | proxy_services.c | 175 port = htons(strtouint16(be_filter, NULL, 0));
|
/sssd-io/src/db/ |
H A D | sysdb.c | 415 val = strtouint16((const char *) el->values[0].data, &endptr, 10);
|
Completed in 13 milliseconds