Home
last modified time | relevance | path

Searched refs:VALUETYPE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/file/dist/src/
Dsoftmagic.c68 file_private int mcopy(struct magic_set *, union VALUETYPE *, int, int,
73 file_private int cvt_8(union VALUETYPE *, const struct magic *);
74 file_private int cvt_16(union VALUETYPE *, const struct magic *);
75 file_private int cvt_32(union VALUETYPE *, const struct magic *);
76 file_private int cvt_64(union VALUETYPE *, const struct magic *);
597 union VALUETYPE *p = &ms->ms_value; in mprint()
885 union VALUETYPE *p = &ms->ms_value; in moffset()
1091 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
1098 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
1105 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
[all …]
Dfile.h196 union VALUETYPE { union
369 union VALUETYPE value; /* either number or string */
486 union VALUETYPE ms_value; /* either number or string */
Dmagic.c444 #define SLOP (1 + sizeof(union VALUETYPE)) in file_or_fd()