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

/freebsd-11-stable/usr.bin/find/
H A Dfind.h117 #define g_data p_un._g_data macro
H A Dfunction.c979 COMPARE(entry->fts_statp->st_gid, plan->g_data);
1006 new->g_data = gid;
/freebsd-11-stable/share/man/man9/
H A DMakefile133 g_data.9 \
845 MLINKS+=g_data.9 g_read_data.9 \
846 g_data.9 g_write_data.9
/freebsd-11-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c60 uint8_t *g_data; member in struct:glyph
182 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) {
190 gl->g_data = xmalloc(wbytes * height);
191 memcpy(gl->g_data, bytes, wbytes * height);
540 if (fwrite(gl->g_data, wbytes * height, 1, fp) != 1)

Completed in 263 milliseconds