HomeSort by relevance Sort by last modified time
    Searched defs:get_line (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/tools/protocmp/
proto_list.c 113 get_line(FILE *fp, char *v[]) function
249 while (get_line(proto_fp, line_vec)) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
ReadLine.pm 199 $str = $self->get_line;
391 sub get_line { subroutine
  /onnv/onnv-gate/usr/src/lib/libkmf/libkmf/common/
pem_encode.c 470 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));
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/cache/
mgr_cache.cc 290 NisMgrCache::get_line(FILE *fp) function in class:NisMgrCache
310 syslog(LOG_ERR, "get_line: out of memory");
316 syslog(LOG_ERR, "get_line: out of memory");
359 while ((value = get_line(fp)) != NULL) {
  /onnv/onnv-gate/usr/src/tools/stabs/
stabs.c 41 static char *get_line(void);
111 get_line(void) function
129 char *cp = get_line();
156 while ((cp = get_line()) != NULL)
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/
master_ops.c 258 get_line(struct _buf *file) function
402 while ((m = get_line(file)) != NULL) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_display.c 194 get_line(int begin, int end) function
213 (void) strcpy(get_line(0, 0), str);
234 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
257 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
279 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
302 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
324 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
347 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
369 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val);
391 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/eeprom/i386/
benv.c 1014 get_line(void) function
1088 while ((line = get_line()) != NULL)
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
auto_subr.c 336 * get_line attempts to get a line from the map, upto LINESZ. A line in
342 get_line(FILE *fp, char *map, char *line, int linesz) function
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/
nisprefadm.c 919 get_line(FILE *fp) function
957 printf("get_line: text=%s\n", value);
989 while ((value = get_line(fp)) != NULL) {
1138 while ((value = get_line(fpin)) != NULL) {
1214 while ((value = get_line(fpin)) != NULL) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/ssh-keygen/
ssh-keygen.c 298 get_line(FILE *fp, char *line, size_t len) function
352 while ((blen = get_line(fp, line, sizeof(line))) != -1) {
  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
rcm_script.c 207 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",
    [all...]
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
cgrep.c 247 static void get_line(LINE *cur_ptr, uchar_t *s);
1860 get_line(LINE *cur_ptr, uchar_t *s) function
    [all...]

Completed in 1320 milliseconds