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 | 143 #define g_data p_un._g_data macro
|
H A D | function.c | 984 COMPARE(entry->fts_statp->st_gid, plan->g_data); in f_group() 1011 new->g_data = gid; in c_group()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_pkey_provided_test.c | 1501 static const unsigned char g_data[] = { in test_fromdata_dsa_fips186_4() 1573 || !TEST_ptr(g = BN_bin2bn(g_data, sizeof(g_data), NULL)) in test_fromdata_dsa_fips186_4() 1477 static const unsigned char g_data[] = { test_fromdata_dsa_fips186_4() local
|
/freebsd/share/man/man9/ |
H A D | Makefile | 158 g_data.9 \ 1171 MLINKS+=g_data.9 g_read_data.9 \ 1172 g_data.9 g_write_data.9
|