Searched refs:s_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/elftoolchain/libelftc/
H A Delftc_reloc_type_str.c37 static char s_type[32]; local
836 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type);
837 return (s_type);
/freebsd-current/crypto/openssl/util/
H A Dcheck-format-test-positives.c68 } s_type; /*@ statement/type declaration indent off by 4 */
95 s_type s; /*@2 local variable declaration indent off by -1 */
H A Dcheck-format-test-negatives.c389 struct s_type { struct
394 struct s_type struct
/freebsd-current/contrib/elftoolchain/elfdump/
H A Delfdump.c269 static char s_type[32]; local
280 snprintf(s_type, sizeof(s_type), "<proc: %#x>", type);
282 snprintf(s_type, sizeof(s_type), "<os: %#x>", type);
284 snprintf(s_type, sizeof(s_type), "<unknown: %#x", type);
285 return (s_type);
343 static char s_type[32]; local
361 snprintf(s_type, sizeo
509 static char s_type[32]; local
531 static char s_type[32]; local
[all...]
/freebsd-current/usr.bin/elfdump/
H A Delfdump.c424 static char s_type[32]; local
439 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type);
440 return (s_type);
/freebsd-current/sys/sys/
H A Dvnode.h529 #define VOPARG_OFFSETOF(s_type, field) __offsetof(s_type, field)
530 #define VOPARG_OFFSETTO(s_type, s_offset, struct_p) \
531 ((s_type)(((char*)(struct_p)) + (s_offset)))
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c636 static char s_type[32]; local
646 snprintf(s_type, sizeof(s_type), "<proc: %#x>", type);
648 snprintf(s_type, sizeof(s_type), "<os: %#x>", type);
650 snprintf(s_type, sizeof(s_type), "<unknown: %#x>",
652 return (s_type);

Completed in 133 milliseconds