Searched refs:lbuf (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/sh/
H A Ditos.c47 char *p, lbuf[INT_STRLEN_BOUND(intmax_t) + 1]; local
49 p = fmtumax (i, 10, lbuf, sizeof(lbuf), 0);
68 char *p, lbuf[INT_STRLEN_BOUND(uintmax_t) + 1]; local
70 p = fmtumax (i, 10, lbuf, sizeof(lbuf), FL_UNSIGNED);
H A Dzcatfd.c49 char lbuf[128]; local
54 nr = zread (fd, lbuf, sizeof (lbuf));
62 else if (zwrite (ofd, lbuf, nr) < 0)
H A Dzmapfd.c51 char lbuf[128]; local
61 nr = zread (fd, lbuf, sizeof (lbuf));
77 memcpy (result+rind, lbuf, nr);
H A Dzread.c100 static char lbuf[128]; variable
112 nr = zread (fd, lbuf, sizeof (lbuf));
122 *cp = lbuf[lind++];
137 nr = zreadintr (fd, lbuf, sizeof (lbuf));
147 *cp = lbuf[lind++];
H A Dsnprintf.c890 char *lbuf, *l; local
894 lbuf = (char *)malloc (MB_CUR_MAX+1);
895 if (lbuf == 0)
898 len = wcrtomb (lbuf, wc, &mbs);
903 l = lbuf;
905 free (lbuf);
/haiku-fatelf/src/libs/libtelnet/
H A Denc_des.c445 char lbuf[32]; local
454 sprintf(lbuf, "%s_IV", type);
455 cp = lbuf;
459 sprintf(lbuf, "%s_IV_OK", type);
460 cp = lbuf;
464 sprintf(lbuf, "%s_IV_BAD", type);
465 cp = lbuf;
469 sprintf(lbuf, " %d (unknown)", data[2]);
470 cp = lbuf;
475 sprintf(lbuf, "
[all...]
H A Dkrb4encpwd.c358 char lbuf[32]; local
395 sprintf(lbuf, " %d (unknown)", data[3]);
396 strncpy((char *)buf, lbuf, buflen);
400 sprintf(lbuf, " %d", data[i]);
401 strncpy((char *)buf, lbuf, buflen);
H A Dkerberos.c422 char lbuf[32]; local
459 sprintf(lbuf, " %d (unknown)", data[3]);
460 strncpy((char *)buf, lbuf, buflen);
464 sprintf(lbuf, " %d", data[i]);
465 strncpy((char *)buf, lbuf, buflen);
H A Drsaencpwd.c405 char lbuf[32]; local
438 sprintf(lbuf, " %d (unknown)", data[3]);
439 strncpy((char *)buf, lbuf, buflen);
443 sprintf(lbuf, " %d", data[i]);
444 strncpy((char *)buf, lbuf, buflen);
H A Dsra.c360 char lbuf[32]; local
403 sprintf(lbuf, " %d (unknown)", data[3]);
404 strncpy((char *)buf, lbuf, buflen);
408 sprintf(lbuf, " %d", data[i]);
409 strncpy((char *)buf, lbuf, buflen);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dmisc.c447 char *lbuf; local
449 lbuf = savestring (rl_line_buffer);
479 rl_replace_line (lbuf, 0);
483 free (lbuf);
/haiku-fatelf/src/bin/coreutils/src/
H A Dtest.c293 char lbuf[INT_BUFSIZE_BOUND (uintmax_t)]; local
296 ? umaxtostr (strlen (argv[op - 1]), lbuf)
/haiku-fatelf/src/bin/bash/
H A Darray.c981 char lbuf[INT_STRLEN_BOUND (intmax_t) + 1]; local
984 inttostr (element_index(ae), lbuf, sizeof (lbuf)),
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-gen.c2171 char lbuf[80], buf[80];
2175 lbuf[0] = '\0';
2189 printf (" %s\n", lbuf);
2190 lbuf[0] = '\0';
2193 strcat (lbuf, buf);
2198 printf (" %s\n", lbuf);
2157 char lbuf[80], buf[80]; local

Completed in 86 milliseconds