Home
last modified time | relevance | path

Searched refs:gbuf (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/tools/vt/mkkfont/
H A Dmkkfont.c43 uint8_t *gbuf; in print_glyphs()
50 gbuf = malloc(total); in print_glyphs()
52 if (fread(gbuf, total, 1, stdin) != 1) { in print_glyphs()
60 printf("0x%02hhx,", gbuf[j + k]); in print_glyphs()
64 free(gbuf); in print_glyphs()
44 uint8_t *gbuf; print_glyphs() local
/freebsd/crypto/openssh/
H A Dsftp-common.c222 char buf[1024], lc[8], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; in ls_file() local
233 snprintf(gbuf, sizeof gbuf, "%u", (u_int)st->st_gid); in ls_file()
234 group = gbuf; in ls_file()
H A Dservconf.c1332 glob_t gbuf; in process_server_config_line_depth() local
2344 if ((r = glob(arg, 0, NULL, &gbuf)) != 0) { in process_server_config_line_depth()
2360 if (gbuf.gl_pathc > INT_MAX) in process_server_config_line_depth()
2362 for (n = 0; n < (int)gbuf.gl_pathc; n++) { in process_server_config_line_depth()
2364 filename, linenum, gbuf.gl_pathv[n]); in process_server_config_line_depth()
2367 item->filename = strdup(gbuf.gl_pathv[n]); in process_server_config_line_depth()
2382 globfree(&gbuf); in process_server_config_line_depth()
/freebsd/contrib/tcsh/
H A Dsh.glob.c152 struct Strbuf gbuf = Strbuf_INIT; in globbrace() local
183 Strbuf_appendn(&gbuf, s, prefix_len); in globbrace()
192 xfree(gbuf.s); in globbrace()
209 gbuf.len = prefix_len; in globbrace()
210 Strbuf_appendn(&gbuf, pl, pm - pl); in globbrace()
211 Strbuf_append(&gbuf, pe + 1); in globbrace()
212 Strbuf_terminate(&gbuf); in globbrace()
213 bb_append(&bb, Strsave(gbuf.s)); in globbrace()
221 xfree(gbuf.s); in globbrace()
/freebsd/usr.sbin/watch/
H A Dwatch.c78 char tbuf[1024], gbuf[1024]; variable
85 tputs(gbuf, 1, putchar); in clear()
190 char *cbuf = gbuf, *term; in setup_scr()
/freebsd/usr.bin/compress/
H A Dzopen.c170 #define gbuf zs->u.r.zs_gbuf macro
578 bp = gbuf; in getcode()
596 size = fread(gbuf, 1, n_bits, fp); in getcode()