Searched refs:gbuf (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/tools/tools/vt/mkkfont/
H A Dmkkfont.c44 uint8_t *gbuf; local
51 gbuf = malloc(total);
53 if (fread(gbuf, total, 1, stdin) != 1) {
61 printf("0x%02hhx,", gbuf[j + k]);
65 free(gbuf);
/freebsd-current/crypto/openssh/
H A Dsftp-common.c222 char buf[1024], lc[8], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; local
233 snprintf(gbuf, sizeof gbuf, "%u", (u_int)st->st_gid);
234 group = gbuf;
H A Dservconf.c1326 glob_t gbuf; local
2230 if ((r = glob(arg, 0, NULL, &gbuf)) != 0) {
2246 if (gbuf.gl_pathc > INT_MAX)
2248 for (n = 0; n < (int)gbuf.gl_pathc; n++) {
2250 filename, linenum, gbuf.gl_pathv[n]);
2253 item->filename = strdup(gbuf.gl_pathv[n]);
2268 globfree(&gbuf);
/freebsd-current/usr.sbin/watch/
H A Dwatch.c78 char tbuf[1024], gbuf[1024]; variable
85 tputs(gbuf, 1, putchar);
190 char *cbuf = gbuf, *term;
/freebsd-current/contrib/tcsh/
H A Dsh.glob.c152 struct Strbuf gbuf = Strbuf_INIT; local
183 Strbuf_appendn(&gbuf, s, prefix_len);
192 xfree(gbuf.s);
209 gbuf.len = prefix_len;
210 Strbuf_appendn(&gbuf, pl, pm - pl);
211 Strbuf_append(&gbuf, pe + 1);
212 Strbuf_terminate(&gbuf);
213 bb_append(&bb, Strsave(gbuf.s));
221 xfree(gbuf.s);
/freebsd-current/usr.bin/compress/
H A Dzopen.c170 #define gbuf zs->u.r.zs_gbuf macro
578 bp = gbuf;
596 size = fread(gbuf, 1, n_bits, fp);
/freebsd-current/sys/dev/acpi_support/
H A Dacpi_fujitsu.c114 gbuf, /* unused (buffer?) */ member in struct:acpi_fujitsu_softc

Completed in 120 milliseconds