Home
last modified time | relevance | path

Searched defs:s (Results 101 – 125 of 4636) sorted by relevance

12345678910>>...186

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20000724-1.c7 struct s { struct
8 struct { int a; } a; argument
10 struct { struct { int a; } a; struct t { struct t *a, *b; } b; } c; argument
23 void do_check (struct s *) asm ("do_check") __attribute__((regparm(1))); argument
/openbsd/sys/arch/sh/include/
H A Dcache.h160 #define sh_icache_sync_range(v, s) \ argument
163 #define sh_icache_sync_range_index(v, s) \ argument
169 #define sh_dcache_wbinv_range(v, s) \ argument
172 #define sh_dcache_wbinv_range_index(v, s) \ argument
175 #define sh_dcache_inv_range(v, s) \ argument
178 #define sh_dcache_wb_range(v, s) \ argument
/openbsd/usr.bin/compress/
H A Dzipopen.c69 get_byte(struct zip_state *s) in get_byte()
88 get_uint16(struct zip_state *s) in get_uint16()
98 get_uint32(struct zip_state *s) in get_uint32()
110 get_uint64(struct zip_state *s) in get_uint64()
126 get_header(struct zip_state *s, char *name, int gotmagic) in get_header()
258 struct zip_state *s; in zip_ropen() local
287 zip_store(struct zip_state *s) in zip_store()
317 struct zip_state *s = cookie; in zip_read() local
418 struct zip_state *s = cookie; in zip_close() local
H A Dnullopen.c52 null_stream *s; in null_ropen() local
71 null_stream *s; in null_wopen() local
90 null_stream *s = (null_stream*) cookie; in null_close() local
116 null_stream *s = (null_stream*)cookie; in null_flush() local
129 null_stream *s = (null_stream*)cookie; in null_read() local
154 null_stream *s = (null_stream*)cookie; in null_write() local
/openbsd/gnu/llvm/lld/ELF/
H A DThunks.cpp537 uint64_t s = getARMThunkDestVA(destination); in getMayUseShortThunk() local
554 uint64_t s = getARMThunkDestVA(destination); in writeTo() local
583 uint64_t s = getARMThunkDestVA(destination); in getMayUseShortThunk() local
600 uint64_t s = getARMThunkDestVA(destination); in writeTo() local
626 uint64_t s = getARMThunkDestVA(destination); in writeLong() local
644 uint64_t s = getARMThunkDestVA(destination); in writeLong() local
906 uint64_t s = destination.getVA(); in writeTo() local
928 uint64_t s = destination.getVA(); in writeTo() local
953 uint64_t s = destination.getVA(); in writeTo() local
1364 Symbol &s) { in addThunkPPC32()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990811-1.c1 struct s {long a; int b;}; struct
15 struct s s; in main() local
H A D20021118-1.c1 struct s { int f[4]; }; struct
3 int foo (struct s s, int x1, int x2, int x3, int x4, int x5, int x6, int x7) in foo()
10 struct s s = { 1, 2, 3, 4 }; in main() local
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DSocketAddress.cpp77 SocketAddress::SocketAddress(const struct sockaddr &s) { m_socket_addr.sa = s; } in SocketAddress()
79 SocketAddress::SocketAddress(const struct sockaddr_in &s) { in SocketAddress()
83 SocketAddress::SocketAddress(const struct sockaddr_in6 &s) { in SocketAddress()
87 SocketAddress::SocketAddress(const struct sockaddr_storage &s) { in SocketAddress()
187 const SocketAddress &SocketAddress::operator=(const struct sockaddr &s) { in operator =()
192 const SocketAddress &SocketAddress::operator=(const struct sockaddr_in &s) { in operator =()
197 const SocketAddress &SocketAddress::operator=(const struct sockaddr_in6 &s) { in operator =()
203 operator=(const struct sockaddr_storage &s) { in operator =()
/openbsd/usr.sbin/httpd/
H A Dparse.y182 char *s = $1; variable
237 struct server *s; variable
559 struct server *s; variable
1367 char *s; variable
1422 lookup(char *s) in lookup()
2005 cmdline_symset(char *s) in cmdline_symset()
2036 host_v4(const char *s) in host_v4()
2060 host_v6(const char *s) in host_v6()
2466 struct servent *s; in getservice() local
2489 int s; in is_if_in_group() local
[all …]
/openbsd/usr.bin/tmux/
H A Dtty-term.c297 tty_term_strip(const char *s) in tty_term_strip()
364 char *cp, *value, *s; in tty_term_apply() local
440 const char *s, *acs; in tty_term_apply_overrides() local
531 const char *s, *value; in tty_term_create() local
669 const char *s; in tty_term_read_list() local
762 const char *x = tty_term_string(term, code), *s; in tty_term_string_i() local
775 const char *x = tty_term_string(term, code), *s; in tty_term_string_ii() local
789 const char *x = tty_term_string(term, code), *s; in tty_term_string_iii() local
802 const char *x = tty_term_string(term, code), *s; in tty_term_string_s() local
816 const char *x = tty_term_string(term, code), *s; in tty_term_string_ss() local
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.h84 #define md_convert_frag(b, s, f) { as_fatal (_("arm convert_frag\n")); } argument
105 #define ARM_GET_FLAG(s) (*symbol_get_tc (s)) argument
106 #define ARM_SET_FLAG(s,v) (*symbol_get_tc (s) |= (v)) argument
107 #define ARM_RESET_FLAG(s,v) (*symbol_get_tc (s) &= ~(v)) argument
113 #define ARM_IS_THUMB(s) (ARM_GET_FLAG (s) & ARM_FLAG_THUMB) argument
114 #define ARM_IS_INTERWORK(s) (ARM_GET_FLAG (s) & ARM_FLAG_INTERWORK) argument
115 #define THUMB_IS_FUNC(s) (ARM_GET_FLAG (s) & THUMB_FLAG_FUNC) argument
117 #define ARM_SET_THUMB(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_THUMB) : ARM_RESET_FLAG (s, AR… argument
118 #define ARM_SET_INTERWORK(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_INTERWORK) : ARM_RESET_FLAG (s, AR… argument
119 #define THUMB_SET_FUNC(s,t) ((t) ? ARM_SET_FLAG (s, THUMB_FLAG_FUNC) : ARM_RESET_FLAG (s, TH… argument
H A Dtc-i960.c83 #define TC_S_GET_SYSPROC(s) (S_GET_OTHER(s)-1) argument
87 #define TC_S_FORCE_TO_SYSPROC(s) {;} argument
106 #define TC_S_IS_SYSPROC(s) 0 argument
108 #define TC_S_IS_BALNAME(s) 0 argument
109 #define TC_S_IS_CALLNAME(s) 0 argument
110 #define TC_S_IS_BADPROC(s) 0 argument
112 #define TC_S_SET_SYSPROC(s, p) argument
113 #define TC_S_GET_SYSPROC(s) 0 argument
115 #define TC_S_FORCE_TO_BALNAME(s) argument
116 #define TC_S_FORCE_TO_CALLNAME(s) argument
[all …]
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.cpp20 std::string JSONString::json_string_quote_metachars(const std::string &s) { in json_string_quote_metachars()
39 JSONString::JSONString(const char *s) in JSONString()
42 JSONString::JSONString(const std::string &s) in JSONString()
45 void JSONString::Write(std::ostream &s) { in Write()
82 void JSONNumber::Write(std::ostream &s) { in Write()
100 void JSONTrue::Write(std::ostream &s) { s << "true"; } in Write()
104 void JSONFalse::Write(std::ostream &s) { s << "false"; } in Write()
108 void JSONNull::Write(std::ostream &s) { s << "null"; } in Write()
112 void JSONObject::Write(std::ostream &s) { in Write()
182 void JSONArray::Write(std::ostream &s) { in Write()
/openbsd/usr.sbin/config/
H A Dgram.y57 #define stop(s) error(s), exit(1) argument
68 #define new0(n,s,p,i,x) (alloc[adepth++] = newnv(n, s, p, i, x)) argument
71 #define new_ns(n, s) new0(n, s, NULL, 0, NULL) argument
72 #define new_si(s, i) new0(NULL, s, NULL, i, NULL) argument
73 #define new_nsi(n,s,i) new0(n, s, NULL, i, NULL) argument
75 #define new_s(s) new0(NULL, s, NULL, 0, NULL) argument
79 #define fx_atom(s) new0(s, NULL, NULL, FX_ATOM, NULL) argument
/openbsd/gnu/usr.bin/perl/
H A Dinline.h308 S_MgBYTEPOS(pTHX_ MAGIC *mg, SV *sv, const char *s, STRLEN len) in S_MgBYTEPOS()
446 Perl_valid_utf8_to_uvchr(const U8 *s, STRLEN *retlen) in Perl_valid_utf8_to_uvchr()
1083 S_variant_under_utf8_count(const U8* const s, const U8* const e) in S_variant_under_utf8_count()
1465 # define PERL_NON_CORE_CHECK_EMPTY(s,e) assert((e) > (s)) argument
2022 Perl_utf8_hop(const U8 *s, SSize_t off) in Perl_utf8_hop()
2077 Perl_utf8_hop_forward(const U8 *s, SSize_t off, const U8 *end) in Perl_utf8_hop_forward()
2132 Perl_utf8_hop_back(const U8 *s, SSize_t off, const U8 *start) in Perl_utf8_hop_back()
2412 Perl_is_utf8_fixed_width_buf_loclen_flags(const U8 * const s, in Perl_is_utf8_fixed_width_buf_loclen_flags()
2433 Perl_utf8n_to_uvchr_msgs(const U8 *s, in Perl_utf8n_to_uvchr_msgs()
3266 S_my_memrchr(const char * s, const char c, const STRLEN len) in S_my_memrchr()
[all …]
/openbsd/lib/libelf/
H A Dgelf_shdr.c38 elf32_getshdr(Elf_Scn *s) in elf32_getshdr()
44 elf64_getshdr(Elf_Scn *s) in elf64_getshdr()
50 gelf_getshdr(Elf_Scn *s, GElf_Shdr *d) in gelf_getshdr()
90 gelf_update_shdr(Elf_Scn *scn, GElf_Shdr *s) in gelf_update_shdr()
/openbsd/usr.sbin/ntpd/
H A Dsensors.c53 struct sensor s; in sensor_scan() local
114 struct ntp_sensor *s; in sensor_add() local
157 sensor_remove(struct ntp_sensor *s) in sensor_remove()
165 sensor_query(struct ntp_sensor *s) in sensor_query()
240 sensor_update(struct ntp_sensor *s) in sensor_update()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp44 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s) { in DDMutexInit()
91 auto s = ctx->metamap.GetSyncOrCreate(thr, pc, addr, true); in MutexCreate() local
104 auto s = ctx->metamap.GetSyncIfExists(addr); in MutexDestroy() local
149 auto s = ctx->metamap.GetSyncOrCreate(thr, pc, addr, true); in MutexPreLock() local
173 auto s = ctx->metamap.GetSyncOrCreate(thr, pc, addr, true); in MutexPostLock() local
226 auto s = ctx->metamap.GetSyncOrCreate(thr, pc, addr, true); in MutexUnlock() local
273 auto s = ctx->metamap.GetSyncOrCreate(thr, pc, addr, true); in MutexPreReadLock() local
290 auto s = ctx->metamap.GetSyncOrCreate(thr, pc, addr, true); in MutexPostReadLock() local
333 auto s = ctx->metamap.GetSyncOrCreate(thr, pc, addr, true); in MutexReadUnlock() local
422 auto s = ctx->metamap.GetSyncOrCreate(thr, pc, addr, true); in MutexRepair() local
[all …]
/openbsd/lib/libssl/
H A Dt1_enc.c150 tls1_cleanup_key_block(SSL *s) in tls1_cleanup_key_block()
247 tls1_PRF(SSL *s, const unsigned char *secret, size_t secret_len, in tls1_PRF()
289 tls1_generate_key_block(SSL *s, uint8_t *key_block, size_t key_block_len) in tls1_generate_key_block()
300 tls1_change_cipher_state(SSL *s, int is_write) in tls1_change_cipher_state()
331 tls1_change_read_cipher_state(SSL *s) in tls1_change_read_cipher_state()
337 tls1_change_write_cipher_state(SSL *s) in tls1_change_write_cipher_state()
343 tls1_setup_key_block(SSL *s) in tls1_setup_key_block()
H A Dt1_lib.c128 tls1_new(SSL *s) in tls1_new()
137 tls1_free(SSL *s) in tls1_free()
147 tls1_clear(SSL *s) in tls1_clear()
611 tls1_check_group(SSL *s, uint16_t group_id) in tls1_check_group()
670 tls1_check_ec_key(SSL *s, const uint16_t *group_id, const uint8_t *comp_id) in tls1_check_ec_key()
708 tls1_check_ec_server_key(SSL *s) in tls1_check_ec_server_key()
729 ssl_check_clienthello_tlsext_early(SSL *s) in ssl_check_clienthello_tlsext_early()
762 ssl_check_clienthello_tlsext_late(SSL *s) in ssl_check_clienthello_tlsext_late()
823 ssl_check_serverhello_tlsext(SSL *s) in ssl_check_serverhello_tlsext()
904 tls1_process_ticket(SSL *s, CBS *ext_block, int *alert, SSL_SESSION **ret) in tls1_process_ticket()
[all …]
/openbsd/usr.bin/lex/
H A Dscanopt.c92 static const char *NAME (s, i) in NAME() argument
100 static int PRINTLEN (s, i) in PRINTLEN() argument
107 static int RVAL (s, i) in RVAL() argument
114 static int FLAGS (s, i) in FLAGS() argument
121 static const char *DESC (s, i) in DESC() argument
158 #define INC_INDEX(s,n) \ argument
171 struct _scanopt_t *s; local
265 struct _scanopt_t *s; local
534 static int scanopt_err (s, opt_offset, is_short, err) in scanopt_err() argument
718 struct _scanopt_t *s; local
[all …]
/openbsd/sys/arch/i386/include/
H A Dsegments.h52 #define ISPL(s) ((s) & SEL_RPL) /* what is the priority level of a selector */ argument
56 #define ISLDT(s) ((s) & SEL_LDT) /* is it local or global */ argument
58 #define IDXSEL(s) (((s) >> 3) & 0x1fff) /* index of selector */ argument
59 #define GSEL(s,r) (((s) << 3) | r) /* a global selector */ argument
60 #define LSEL(s,r) (((s) << 3) | r | SEL_LDT) /* a local selector */ argument
173 #define ISMEMSDP(s) ((s->d_type) >= SDT_MEMRO && \ argument
177 #define IS286GDP(s) ((s->d_type) >= SDT_SYS286CGT && \ argument
181 #define IS386GDP(s) ((s->d_type) >= SDT_SYS386CGT && \ argument
185 #define ISGDP(s) (IS286GDP(s) || IS386GDP(s)) argument
188 #define ISSDP(s) (ISMEMSDP(s) || !ISGDP(s)) argument
[all …]
/openbsd/sys/net/
H A Dppp_tty.c167 int error, s; in pppopen() local
233 int s; in pppclose() local
256 int s; in pppasyncrelinq() local
283 int s; in pppread() local
386 int error, s; in ppptioctl() local
501 int s; in pppasyncstart() local
681 int s; in pppasyncctlp() local
738 int s; in ppp_timeout() local
754 int s; in ppppkt() local
799 int ilen, s; in pppinput() local
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i960.c87 #define TC_S_FORCE_TO_SYSPROC(s) {;} argument
93 #define TC_S_IS_BALNAME(s) (SF_GET_BALNAME (s)) argument
106 #define TC_S_IS_SYSPROC(s) 0 argument
108 #define TC_S_IS_BALNAME(s) 0 argument
109 #define TC_S_IS_CALLNAME(s) 0 argument
110 #define TC_S_IS_BADPROC(s) 0 argument
112 #define TC_S_SET_SYSPROC(s, p) argument
113 #define TC_S_GET_SYSPROC(s) 0 argument
115 #define TC_S_FORCE_TO_BALNAME(s) argument
116 #define TC_S_FORCE_TO_CALLNAME(s) argument
[all …]
/openbsd/sys/crypto/
H A Dcrypto.c52 int err, s, turn = 0; in crypto_newsession() local
181 int err = 0, s; in crypto_freesession() local
223 int i, s; in crypto_get_driverid() local
291 int s, i; in crypto_register() local
332 int i = CRYPTO_ALGORITHM_MAX + 1, s; in crypto_unregister() local
388 int s, i; in crypto_invoke() local

12345678910>>...186