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

/freebsd-10.1-release/usr.bin/vtfontcvt/
H A Dvtfontcvt.c58 uint8_t *g_data; member in struct:glyph
160 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) {
167 gl->g_data = malloc(wbytes * height);
168 memcpy(gl->g_data, bytes, wbytes * height);
368 if (fwrite(gl->g_data, wbytes * height, 1, fp) != 1)
/freebsd-10.1-release/usr.bin/find/
H A Dfind.h117 #define g_data p_un._g_data macro
H A Dfunction.c968 COMPARE(entry->fts_statp->st_gid, plan->g_data);
995 new->g_data = gid;
/freebsd-10.1-release/share/man/man9/
H A DMakefile120 g_data.9 \
685 MLINKS+=g_data.9 g_read_data.9 \
686 g_data.9 g_write_data.9

Completed in 135 milliseconds