Searched refs:maxbuflen (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_script.c | 1023 * maxbuflen specifies the size of memory allocated for buf. 1039 int maxbuflen, 1063 while (c != '\n' && len < (maxbuflen -1)) { 1182 flags_to_name(int flags, char *buf, int maxbuflen) argument 1184 (void) snprintf(buf, maxbuflen, "%s%s", 1036 get_line(int fd, char *fdname, char *buf, int maxbuflen, size_t *buflen, time_t timeoutval, int *error_num) argument
|
Completed in 47 milliseconds