Searched refs:linebuf (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Drescue_reader.c29 static char linebuf[GRUB_RESCUE_BUF_SIZE]; variable
40 grub_memset (linebuf, 0, GRUB_RESCUE_BUF_SIZE);
50 linebuf[pos++] = c;
62 linebuf[--pos] = 0;
72 *line = grub_strdup (linebuf);
/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_util.c58 char linebuf[LINEBUFLEN]; local
69 linep = linebuf;
136 linebuf[LINEBUFLEN - bufleft] = 0;
138 dprintf("%s\n", linebuf);
140 linep = linebuf;
/osnet-11/usr/src/lib/libsocket/inet/
H A Dbootparams_getbyname.c48 char *linebuf, /* buffer to put the answer in */
49 int linelen /* max # of bytes to put into linebuf */
55 NSS_XbyY_INIT(&arg, linebuf, linebuf, linelen, str2bootent);
46 bootparams_getbyname( char *name, char *linebuf, int linelen ) argument
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c98 static const char *keymatch(const char *linebuf, const char *key[]);
150 char linebuf[DICTMAXLINE]; /* line read from dict */ local
236 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) {
238 if (*linebuf == '\n' || *linebuf == '#')
242 if (strncmp(linebuf, Header, sizeof (Header) - 1)) {
257 startparse(&pstate, &linebuf[sizeof (Header) - 1]);
382 char linebuf[DICTMAXLINE]; /* line read from dict */ local
403 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) {
405 if (*linebuf
442 char linebuf[DICTMAXLINE]; local
655 keymatch(const char *linebuf, const char *key[]) argument
[all...]
H A Ddiagcode_test.c336 char linebuf[MAXLINE]; local
351 while (fgets(linebuf, MAXLINE, fp) != NULL) {
358 if (strncmp(linebuf, "#TEST:", 6))
361 if ((endp = strchr(linebuf, '\n')) != NULL)
364 beginp = &linebuf[6];
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkuserok.c271 char linebuf[BUFSIZ]; local
348 while (!isok && (fgets(linebuf, BUFSIZ, fp) != NULL)) {
350 linebuf[BUFSIZ-1] = '\0';
353 if ((newline = strchr(linebuf, '\n')))
355 if (!strcmp(linebuf, princname)) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dsw.c375 char linebuf[32]; local
495 (void) snprintf(linebuf, sizeof (linebuf),
498 topo_fmristr_build(&size, buf, buflen, linebuf,
/osnet-11/usr/src/lib/libsocket/common/
H A Dllib-lsocket51 int bootparams_getbyname(char *name, char *linebuf, int linelen);
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1097 char linebuf[IBUF_SIZE]; local
1109 while (fgets(linebuf, sizeof (linebuf), map) != NULL) {
1112 if (strlen(linebuf) == 0)
1115 if (kmc_parse_line(linebuf, &cur_cookie, &cur_label) < 0) {
1158 static char linebuf[IBUF_SIZE]; local
1166 while (fgets(linebuf, sizeof (linebuf), map) != NULL) {
1168 if (kmc_parse_line(linebuf, &cur_cookie, &cur_label) < 0) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c5812 char linebuf[MAXLINE]; local
5837 linebuf, sizeof(linebuf)) != NULL)
5842 if (linebuf[0] == '#')
5844 p = strchr(linebuf, '\n');
5847 p = get_column(linebuf, key_idx, delim, buf, sizeof(buf));
5860 vp = get_column(linebuf, map->map_valcolno, delim, buf, sizeof(buf));
5887 char linebuf[MAXLINE]; local
5911 linebuf, sizeof(linebuf)) !
[all...]

Completed in 47 milliseconds