Searched refs:tep (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_status_tbl.c69 const smb_status_table_t *tep; local
73 tep = bsearch(&key, ntx_table, ntx_rows,
74 sizeof (*tep), xlate_compare);
76 if (tep != NULL)
77 return (tep->name);

Completed in 20 milliseconds