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

/illumos-gate/usr/src/tools/protocmp/
H A Dproto_list.c113 get_line(FILE *fp, char *v[]) function
249 while (get_line(proto_fp, line_vec)) {
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c470 get_line(unsigned char *in, int inlen, char *buf, int buflen) function
504 i = get_line(in + total, inlen - total, buf, sizeof (buf));
544 i = get_line(in+total, inlen - total, buf, sizeof (buf));
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dmaster_ops.c257 get_line(struct _buf *file) function
401 while ((m = get_line(file)) != NULL) {
/illumos-gate/usr/src/tools/stabs/
H A Dstabs.c41 static char *get_line(void);
111 get_line(void) function
129 char *cp = get_line();
156 while ((cp = get_line()) != NULL)
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c653 get_line(void) function
727 while ((line = get_line()) != NULL)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c339 * get_line attempts to get a line from the map, upto LINESZ. A line in
345 get_line(FILE *fp, char *map, char *line, int linesz) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c195 get_line(int begin, int end) function
214 (void) strlcpy(get_line(0, 0), str, get_line_remain());
223 (void) vsnprintf(get_line(0, 0), get_line_remain(), fmt, ap);
245 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
268 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
290 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
313 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
335 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
358 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
380 (void) sprintf(get_line(po
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c207 static int get_line(int fd, char *, char *, int, size_t *, time_t, int *);
1036 get_line(int fd, function
1111 "get_line(%s): rval = %d buflen = %d line = %s\n",
1215 while ((get_line(rsi->pipe2[PARENT_END_OF_PIPE], "stderr",
1374 rval = get_line(rsi->pipe1[PARENT_END_OF_PIPE],
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c247 static void get_line(LINE *cur_ptr, uchar_t *s);
1739 get_line(&current, match_pattern.loc2);
1860 get_line(LINE *cur_ptr, uchar_t *s) function

Completed in 120 milliseconds