Searched defs:extract_string (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/responder/pam/ |
H A D | pamsrv_cmd.c | 177 static int extract_string(char **var, size_t size, uint8_t *body, size_t blen, function 272 ret = extract_string(&pd->logon_name, size, body, blen, &c); 276 ret = extract_string(&pd->service, size, body, blen, &c); 280 ret = extract_string(&pd->tty, size, body, blen, &c); 284 ret = extract_string(&pd->ruser, size, body, blen, &c); 288 ret = extract_string(&pd->rhost, size, body, blen, &c); 292 ret = extract_string(&requested_domains, size, body, blen,
|
Completed in 457 milliseconds