Lines Matching defs:buffer
59 * wherein the field pointers would be set to areas in the buffer if
60 * need be. instring and buffer should be separate areas.
63 str2profattr(const char *instr, int lenstr, void *ent, char *buffer, int buflen)
71 if (instr != buffer)
72 (void) strncpy(buffer, instr, buflen);
78 if (buffer[lenstr] == '\n')
79 buffer[lenstr] = '\0';
85 prof->name = _strtok_escape(buffer, sep, &last);
113 _getprofattr(profstr_t *result, char *buffer, int buflen, int *h_errnop)
118 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2profattr);
127 _getprofnam(const char *name, profstr_t *result, char *buffer, int buflen,
133 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2profattr);