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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc448 * If 'tableP' is non-NULL, '*tableP' will contain
451 * Both the return value and '*tableP' must be freed by the caller.
454 entryName(const char *msg, char *objName, char **tableP) { argument
472 if (tableP == 0)
481 *tableP = table;

Completed in 48 milliseconds