Searched refs:str_to_tpstr (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libtsnet/common/ |
H A D | tsol_gettpent.c | 61 NSS_XbyY_INIT(&arg, &result, buf, sizeof (buf), str_to_tpstr); in tsol_gettpbyname() 106 NSS_XbyY_INIT(&arg, &result, buf, sizeof (buf), str_to_tpstr); in tsol_gettpent() 133 NSS_XbyY_INIT(&arg, &result, buf, sizeof (buf), str_to_tpstr); in tsol_fgettpent() 165 str_to_tpstr(const char *instr, int lenstr, void *entp, char *buffer, in str_to_tpstr() function
|
H A D | libtsnet.h | 75 extern int str_to_tpstr(const char *, int, void *, char *, int);
|
H A D | mapfile-vers | 48 str_to_tpstr;
|
/illumos-gate/usr/src/cmd/tsol/tnctl/ |
H A D | tnctl.c | 526 (void) str_to_tpstr(template, strlen(template), &tpstr, buf, in process_tp()
|
/illumos-gate/usr/src/cmd/tsol/tnchkdb/ |
H A D | tnchkdb.c | 301 (void) str_to_tpstr(line, strlen(line), &tpstr, buf,
|