Searched refs:VALUETYPE (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/file/dist/src/ |
| D | softmagic.c | 68 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 …]
|
| D | file.h | 196 union VALUETYPE { union 369 union VALUETYPE value; /* either number or string */ 486 union VALUETYPE ms_value; /* either number or string */
|
| D | magic.c | 444 #define SLOP (1 + sizeof(union VALUETYPE)) in file_or_fd()
|