Home
last modified time | relevance | path

Searched refs:str2project (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproject/common/
H A Dgetprojent.c55 static int str2project(const char *, int, void *, char *, int);
85 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2project); in _getprojent()
96 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2project); in _fgetprojent()
107 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2project); in _getprojbyid()
119 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2project); in _getprojbyname()
205 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2project); in _getdefaultproj()
270 NSS_XbyY_INIT(&arg, &proj, buffer, buflen, str2project); in _inproj()
376 str2project(const char *instr, int lenstr, void *ent, char *buffer, int buflen) in str2project() function