/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | rescue_reader.c | 29 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/libsocket/inet/ |
H A D | bootparams_getbyname.c | 48 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/libdiskstatus/common/ |
H A D | ds_util.c | 58 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/fm/libdiagcode/common/ |
H A D | diagcode_test.c | 336 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];
|
H A D | diagcode.c | 98 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...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | kuserok.c | 271 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 D | sw.c | 375 char linebuf[32]; local 495 (void) snprintf(linebuf, sizeof (linebuf), 498 topo_fmristr_build(&size, buf, buflen, linebuf,
|
/osnet-11/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 1097 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 D | map.c | 5812 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...] |