Searched refs:g_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/usr.bin/vtfontcvt/
H A Dvtfontcvt.c58 uint8_t *g_data; member in struct:glyph
170 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) {
177 gl->g_data = xmalloc(wbytes * height);
178 memcpy(gl->g_data, bytes, wbytes * height);
395 if (fwrite(gl->g_data, wbytes * height, 1, fp) != 1)
/freebsd-11.0-release/usr.bin/find/
H A Dfind.h117 #define g_data p_un._g_data macro
H A Dfunction.c974 COMPARE(entry->fts_statp->st_gid, plan->g_data);
1001 new->g_data = gid;
/freebsd-11.0-release/share/man/man9/
H A DMakefile131 g_data.9 \
798 MLINKS+=g_data.9 g_read_data.9 \
799 g_data.9 g_write_data.9

Completed in 47 milliseconds