Home
last modified time | relevance | path

Searched refs:th_version (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/geom/zoned/
H A Dg_zoned.h42 uint32_t th_version; /* Version number. */ member
243 d.th_version = htole32(th->th_version); in zoned_table_hdr_encode()
255 th->th_version = le32toh(d.th_version); in zoned_table_hdr_decode()
H A Dg_zoned.c254 th.th_version == G_ZONED_VERSION && in g_zoned_load_table()
444 th.th_version = G_ZONED_VERSION; in g_zoned_encode_dirty()
/freebsd/contrib/flex/src/
H A Dtables.c93 th->th_version = xstrdup(version_str); in yytbl_hdr_init()
161 sz = (int) strlen (th->th_version) + 1; in yytbl_hdr_fwrite()
162 if ((rv = yytbl_writen (wr, th->th_version, sz)) != sz) in yytbl_hdr_fwrite()
H A Dtables_shared.h112 char *th_version; /**< Flex version string. NUL terminated. */ member
H A Dflex.skl3062 th->th_version = (char *) yyalloc (bytes M4_YY_CALL_LAST_ARG);
3063 if ( ! th->th_version )
3066 /* we read it all into th_version, and point th_name into that data */
3067 if (fread (th->th_version, 1, bytes, rd->fp) != bytes){
3069 yyfree(th->th_version M4_YY_CALL_LAST_ARG);
3070 th->th_version = NULL;
3076 th->th_name = th->th_version + strlen (th->th_version) + 1;
3322 th.th_version = NULL;
3339 yyfree(th.th_version M4_YY_CALL_LAST_ARG);
3340 th.th_version = NULL;
[all …]