Home
last modified time | relevance | path

Searched refs:gbuf (Results 1 – 8 of 8) 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/krb5/src/windows/leashdll/
H A Dlsh_pwd.c523 char gbuf[200]; /* global buffer for random stuff. */ in PasswordProc() local
812 lstrcpy((LPSTR)gbuf, (LPSTR)err_context); in PasswordProc()
813 cp = gbuf + lstrlen((LPSTR)gbuf); in PasswordProc()
814 if (cp != gbuf) in PasswordProc()
817 err_context = gbuf; in PasswordProc()
882 lstrcpy((LPSTR)gbuf, (LPSTR)err_context); in PasswordProc()
883 cp = gbuf + lstrlen((LPSTR)gbuf); in PasswordProc()
884 if (cp != gbuf) in PasswordProc()
887 err_context = gbuf; in PasswordProc()
1570 char gbuf[256]; in AuthenticateProc() local
[all …]
/freebsd/crypto/openssh/
H A Dsftp-common.c220 char buf[1024], lc[8], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; in ls_file() local
231 snprintf(gbuf, sizeof gbuf, "%u", (u_int)st->st_gid); in ls_file()
232 group = gbuf; in ls_file()
H A Dservconf.c1347 glob_t gbuf; in process_server_config_line_depth() local
2380 if ((r = glob(arg, 0, NULL, &gbuf)) != 0) { in process_server_config_line_depth()
2396 if (gbuf.gl_pathc > INT_MAX) in process_server_config_line_depth()
2398 for (n = 0; n < (int)gbuf.gl_pathc; n++) { in process_server_config_line_depth()
2400 filename, linenum, gbuf.gl_pathv[n]); in process_server_config_line_depth()
2403 item->filename = strdup(gbuf.gl_pathv[n]); in process_server_config_line_depth()
2418 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()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2286 void *gbuf; in zio_read_gang() local
2307 gbuf = malloc(gangblocksize); in zio_read_gang()
2308 if (gbuf == NULL) in zio_read_gang()
2311 err = zio_read_impl(spa, &gbh_bp, gbuf, false); in zio_read_gang()
2318 err = zio_read(spa, &gbh_bp, gbuf); in zio_read_gang()
2321 free(gbuf); in zio_read_gang()
2327 blkptr_t *gbp = &((blkptr_t *)gbuf)[i]; in zio_read_gang()
2332 free(gbuf); in zio_read_gang()
2338 free(gbuf); in zio_read_gang()