Searched refs:VALUETYPE (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/file/src/ |
| HD | softmagic.c | 60 private int mcopy(struct magic_set *, union VALUETYPE *, int, int, 65 private int cvt_8(union VALUETYPE *, const struct magic *); 66 private int cvt_16(union VALUETYPE *, const struct magic *); 67 private int cvt_32(union VALUETYPE *, const struct magic *); 68 private int cvt_64(union VALUETYPE *, const struct magic *); 588 union VALUETYPE *p = &ms->ms_value; in mprint() 876 union VALUETYPE *p = &ms->ms_value; in moffset() 1082 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8() 1089 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16() 1096 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32() [all …]
|
| HD | file.h | 186 union VALUETYPE { union 359 union VALUETYPE value; /* either number or string */ 476 union VALUETYPE ms_value; /* either number or string */
|
| HD | magic.c | 438 #define SLOP (1 + sizeof(union VALUETYPE)) in file_or_fd()
|