Searched defs:pmech (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c230 umechlist_t *pmech; local
331 if ((pmech = create_umech(next_token)) == NULL) {
339 phead = pcur = pmech;
341 pcur->next = pmech;
366 umechlist_t *pmech = NULL; local
372 if ((pmech = malloc(sizeof (umechlist_t))) != NULL) {
373 (void) strlcpy(pmech->name, name, sizeof (pmech->name));
374 pmech->next = NULL;
377 return (pmech);
[all...]

Completed in 40 milliseconds