Searched refs:g_data (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 54 uint8_t *g_data; member 266 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) { in add_glyph() 274 gl->g_data = xmalloc(wbytes * height); in add_glyph() 275 memcpy(gl->g_data, bytes, wbytes * height); in add_glyph() 690 if (cb(gl->g_data, wbytes * height, 1, fp) != 1) in write_glyphs()
|
| /freebsd/usr.bin/find/ |
| H A D | find.h | 146 #define g_data p_un._g_data macro
|
| H A D | function.c | 1027 COMPARE(entry->fts_statp->st_gid, plan->g_data); in f_group() 1054 new->g_data = gid; in c_group()
|
| /freebsd/crypto/openssl/test/ |
| H A D | evp_pkey_provided_test.c | 1925 static const unsigned char g_data[] = { in test_fromdata_dsa_fips186_4() local 1997 || !TEST_ptr(g = BN_bin2bn(g_data, sizeof(g_data), NULL)) in test_fromdata_dsa_fips186_4()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 163 g_data.9 \ 1178 MLINKS+=g_data.9 g_read_data.9 \ 1179 g_data.9 g_write_data.9
|