Home
last modified time | relevance | path

Searched refs:c_val (Results 1 – 10 of 10) sorted by relevance

/openbsd/lib/libelf/
H A Dgelf_cap.c83 dst->c_un.c_val = (Elf64_Xword) cap32->c_un.c_val; in gelf_getcap()
141 LIBELF_COPY_U32(cap32, gc, c_un.c_val); in gelf_update_cap()
H A Dlibelf.h42 Elf32_Word c_val; member
50 Elf64_Xword c_val; member
H A Delf_types.m483 `c_un.c_val, WORD',
88 `c_un.c_val, XWORD',
/openbsd/regress/lib/libssl/unit/
H A Dtls_ext_alpn.c318 #define CHECK_BOTH(c_val, s_val, proto) do { \ argument
324 CHECK(c_val == tlsext_server_parse(s, SSL_TLSEXT_MSG_CH, &cbs, &al)); \
/openbsd/sys/sys/
H A Dsyslog.h72 int c_val; member
/openbsd/usr.bin/logger/
H A Dlogger.c176 return (c->c_val); in decode()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c336 if (!strcmp(buf, c->c_name) && c->c_val != INTERNAL_NOPRI) in string_to_loglevel()
337 return (c->c_val); in string_to_loglevel()
348 if (c->c_val == level) in loglevel_to_string()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dc-exp.y88 #define yyval c_val
H A Dc-exp.c195 #define yyval c_val
/openbsd/usr.sbin/syslogd/
H A Dsyslogd.c3098 return (c->c_val); in decode()