Searched defs:pc_key (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/sss_client/autofs/ |
H A D | autofs_test_client.c | 46 char *pc_key = NULL; local 49 { "by-name", 'n', POPT_ARG_STRING, &pc_key, 0, "Request map by name", NULL }, 78 if (!pc_key) { 102 ret = _sss_getautomntbyname_r(pc_key, &value, ctx); 116 printf("key: %s\t\tvalue: %s\n", pc_key, value);
|
Completed in 8 milliseconds