Searched refs:g_data (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 55 uint8_t *g_data; member 267 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) { in add_glyph() 275 gl->g_data = xmalloc(wbytes * height); in add_glyph() 276 memcpy(gl->g_data, bytes, wbytes * height); in add_glyph() 691 if (cb(gl->g_data, wbytes * height, 1, fp) != 1) in write_glyphs()
|
| /freebsd-14.2/usr.bin/find/ |
| H A D | find.h | 145 #define g_data p_un._g_data macro
|
| H A D | function.c | 989 COMPARE(entry->fts_statp->st_gid, plan->g_data); in f_group() 1016 new->g_data = gid; in c_group()
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | evp_pkey_provided_test.c | 1501 static const unsigned char g_data[] = { in test_fromdata_dsa_fips186_4() local 1573 || !TEST_ptr(g = BN_bin2bn(g_data, sizeof(g_data), NULL)) in test_fromdata_dsa_fips186_4()
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 156 g_data.9 \ 1138 MLINKS+=g_data.9 g_read_data.9 \ 1139 g_data.9 g_write_data.9
|