Searched defs:extract_string (Results 1 - 1 of 1) sorted by relevance
/sssd/src/responder/pam/ |
H A D | pamsrv_cmd.c | 174 static int extract_string(char **var, size_t size, uint8_t *body, size_t blen, function 269 ret = extract_string(&pd->logon_name, size, body, blen, &c); 273 ret = extract_string(&pd->service, size, body, blen, &c); 277 ret = extract_string(&pd->tty, size, body, blen, &c); 281 ret = extract_string(&pd->ruser, size, body, blen, &c); 285 ret = extract_string(&pd->rhost, size, body, blen, &c); 289 ret = extract_string(&requested_domains, size, body, blen,
|
Completed in 273 milliseconds