Home
last modified time | relevance | path

Searched defs:st (Results 1 – 25 of 1062) sorted by relevance

12345678910>>...43

/openbsd-src/lib/libcrypto/stack/
H A Dsafestack.h126 #define SKM_sk_free(type, st) \ argument
128 #define SKM_sk_num(type, st) \ argument
130 #define SKM_sk_value(type, st,i) \ argument
132 #define SKM_sk_set(type, st,i,val) \ argument
134 #define SKM_sk_zero(type, st) \ argument
136 #define SKM_sk_push(type, st, val) \ argument
138 #define SKM_sk_unshift(type, st, val) \ argument
140 #define SKM_sk_find(type, st, val) \ argument
142 #define SKM_sk_delete(type, st, i) \ argument
144 #define SKM_sk_delete_ptr(type, st, ptr) \ argument
[all …]
H A Dstack.c147 sk_insert(_STACK * st,void * data,int loc) sk_insert() argument
174 sk_delete_ptr(_STACK * st,void * p) sk_delete_ptr() argument
186 sk_delete(_STACK * st,int loc) sk_delete() argument
237 internal_find(_STACK * st,void * data,int ret_val_options) internal_find() argument
262 sk_find(_STACK * st,void * data) sk_find() argument
269 sk_push(_STACK * st,void * data) sk_push() argument
276 sk_unshift(_STACK * st,void * data) sk_unshift() argument
283 sk_shift(_STACK * st) sk_shift() argument
294 sk_pop(_STACK * st) sk_pop() argument
305 sk_zero(_STACK * st) sk_zero() argument
317 sk_pop_free(_STACK * st,void (* func)(void *)) sk_pop_free() argument
331 sk_free(_STACK * st) sk_free() argument
341 sk_num(const _STACK * st) sk_num() argument
350 sk_value(const _STACK * st,int i) sk_value() argument
359 sk_set(_STACK * st,int i,void * value) sk_set() argument
369 sk_sort(_STACK * st) sk_sort() argument
387 sk_is_sorted(const _STACK * st) sk_is_sorted() argument
[all...]
/openbsd-src/lib/libcrypto/x509/
H A Dx509_policy.c98 #define sk_X509_POLICY_NODE_free(st) SKM_sk_free(X509_POLICY_NODE, (st)) argument
99 #define sk_X509_POLICY_NODE_num(st) SKM_sk_num(X509_POLICY_NODE, (st)) argument
100 #define sk_X509_POLICY_NODE_value(st, i) SKM_sk_value(X509_POLICY_NODE, (st), (i)) argument
101 #define sk_X509_POLICY_NODE_set(st, i, val) SKM_sk_set(X509_POLICY_NODE, (st), (i), (val)) argument
102 #define sk_X509_POLICY_NODE_zero(st) SKM_sk_zero(X509_POLICY_NODE, (st)) argument
103 sk_X509_POLICY_NODE_push(st,val) global() argument
104 sk_X509_POLICY_NODE_unshift(st,val) global() argument
105 sk_X509_POLICY_NODE_find(st,val) global() argument
106 sk_X509_POLICY_NODE_delete(st,i) global() argument
107 sk_X509_POLICY_NODE_delete_ptr(st,ptr) global() argument
108 sk_X509_POLICY_NODE_insert(st,val,i) global() argument
109 sk_X509_POLICY_NODE_set_cmp_func(st,cmp) global() argument
110 sk_X509_POLICY_NODE_dup(st) global() argument
111 sk_X509_POLICY_NODE_pop_free(st,free_func) global() argument
112 sk_X509_POLICY_NODE_shift(st) global() argument
113 sk_X509_POLICY_NODE_pop(st) global() argument
114 sk_X509_POLICY_NODE_sort(st) global() argument
115 sk_X509_POLICY_NODE_is_sorted(st) global() argument
140 sk_X509_POLICY_LEVEL_free(st) DECLARE_STACK_OF() argument
141 sk_X509_POLICY_LEVEL_num(st) DECLARE_STACK_OF() argument
142 sk_X509_POLICY_LEVEL_value(st,i) DECLARE_STACK_OF() argument
143 sk_X509_POLICY_LEVEL_set(st,i,val) DECLARE_STACK_OF() argument
144 sk_X509_POLICY_LEVEL_zero(st) DECLARE_STACK_OF() argument
145 sk_X509_POLICY_LEVEL_push(st,val) DECLARE_STACK_OF() argument
146 sk_X509_POLICY_LEVEL_unshift(st,val) DECLARE_STACK_OF() argument
147 sk_X509_POLICY_LEVEL_find(st,val) DECLARE_STACK_OF() argument
148 sk_X509_POLICY_LEVEL_delete(st,i) DECLARE_STACK_OF() argument
149 sk_X509_POLICY_LEVEL_delete_ptr(st,ptr) DECLARE_STACK_OF() argument
150 sk_X509_POLICY_LEVEL_insert(st,val,i) DECLARE_STACK_OF() argument
151 sk_X509_POLICY_LEVEL_set_cmp_func(st,cmp) DECLARE_STACK_OF() argument
152 sk_X509_POLICY_LEVEL_dup(st) DECLARE_STACK_OF() argument
153 sk_X509_POLICY_LEVEL_pop_free(st,free_func) DECLARE_STACK_OF() argument
154 sk_X509_POLICY_LEVEL_shift(st) DECLARE_STACK_OF() argument
155 sk_X509_POLICY_LEVEL_pop(st) DECLARE_STACK_OF() argument
156 sk_X509_POLICY_LEVEL_sort(st) DECLARE_STACK_OF() argument
157 sk_X509_POLICY_LEVEL_is_sorted(st) DECLARE_STACK_OF() argument
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Daddrof1.C4 typedef struct st { struct
9 } __attribute__((aligned(4))) st; argument
H A Dstatic9.C4 struct st struct
11 static const st i = { 0,1,2,3 }; in g() argument
H A Dstatic10.C5 struct st struct
13 static const st i = { 0 }; in foo() argument
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A DContainerBenchmarks.h21 void BM_ConstructSize(benchmark::State& st, Container) { in BM_ConstructSize()
30 void BM_ConstructSizeValue(benchmark::State& st, Container, typename Container::value_type const& v… in BM_ConstructSizeValue()
39 void BM_ConstructIterIter(benchmark::State& st, Container, GenInputs gen) { in BM_ConstructIterIter()
51 void BM_InsertValue(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValue()
64 void BM_InsertValueRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValueRehash()
79 void BM_InsertDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertDuplicate()
95 void BM_EmplaceDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_EmplaceDuplicate()
110 static void BM_Find(benchmark::State& st, Container c, GenInputs gen) { in BM_Find()
124 static void BM_FindRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_FindRehash()
139 static void BM_Rehash(benchmark::State& st, Container c, GenInputs gen) { in BM_Rehash()
H A Dfilesystem.bench.cpp10 void BM_PathConstructString(benchmark::State &st, GenInputs gen) { in BM_PathConstructString()
28 void BM_PathConstructCStr(benchmark::State &st, GenInputs gen) { in BM_PathConstructCStr()
45 void BM_PathConstructIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructIter()
64 void BM_PathConstructInputIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructInputIter()
68 void BM_PathConstructForwardIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructForwardIter()
78 void BM_PathIterateMultipleTimes(benchmark::State &st, GenInputs gen) { in BM_PathIterateMultipleTimes()
98 void BM_PathIterateOnce(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnce()
118 void BM_PathIterateOnceBackwards(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnceBackwards()
149 void BM_LexicallyNormal(benchmark::State &st, GenInput gen, size_t PathLen) { in BM_LexicallyNormal()
H A Dutil_smartptr.bench.cpp13 static void BM_SharedPtrCreateDestroy(benchmark::State& st) { in BM_SharedPtrCreateDestroy()
21 static void BM_SharedPtrIncDecRef(benchmark::State& st) { in BM_SharedPtrIncDecRef()
31 static void BM_WeakPtrIncDecRef(benchmark::State& st) { in BM_WeakPtrIncDecRef()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D900116-1.c1 struct st {char a, b, c, d; } argument
/openbsd-src/sys/scsi/
H A Dst.c267 struct st_softc *st = (void *)self; in stattach() local
324 struct st_softc *st = (struct st_softc *)self; stactivate() local
339 struct st_softc *st = (struct st_softc *)self; stdetach() local
365 struct st_softc *st; stopen() local
450 struct st_softc *st; stclose() local
497 st_mount_tape(struct st_softc * st,int flags) st_mount_tape() argument
593 st_unmount(struct st_softc * st,int eject,int rewind) st_unmount() argument
626 st_decide_mode(struct st_softc * st,int first_read) st_decide_mode() argument
739 struct st_softc *st; ststrategy() local
815 struct st_softc *st = link->device_softc; ststart() local
964 struct st_softc *st = xs->sc_link->device_softc; st_buf_done() local
1061 struct st_softc *st; stioctl() local
1263 st_read(struct st_softc * st,char * buf,int size,int flags) st_read() argument
1300 st_read_block_limits(struct st_softc * st,int flags) st_read_block_limits() argument
1356 st_mode_sense(struct st_softc * st,int flags) st_mode_sense() argument
1417 st_mode_select(struct st_softc * st,int flags) st_mode_select() argument
1527 st_erase(struct st_softc * st,int full,int flags) st_erase() argument
1567 st_space(struct st_softc * st,int number,u_int what,int flags) st_space() argument
1698 st_write_filemarks(struct st_softc * st,int number,int flags) st_write_filemarks() argument
1758 st_check_eod(struct st_softc * st,int position,int * nmarks,int flags) st_check_eod() argument
1783 st_load(struct st_softc * st,u_int type,int flags) st_load() argument
1830 st_rewind(struct st_softc * st,u_int immediate,int flags) st_rewind() argument
1873 struct st_softc *st = link->device_softc; st_interpret_sense() local
2059 st_touch_tape(struct st_softc * st) st_touch_tape() argument
[all...]
/openbsd-src/lib/libc/stdio/
H A Dfmemopen.c39 struct state *st = v; in fmemopen_read() local
52 struct state *st = v; in fmemopen_write() local
77 struct state *st = v; in fmemopen_seek() local
112 struct state *st = v; in fmemopen_close_free() local
123 struct state *st; in fmemopen() local
H A Dopen_memstream.c41 struct state *st = v; in memstream_write() local
77 struct state *st = v; in memstream_seek() local
105 struct state *st = v; in memstream_close() local
115 struct state *st; in open_memstream() local
H A Dopen_wmemstream.c43 struct state *st = v; in wmemstream_write() local
81 struct state *st = v; in wmemstream_seek() local
115 struct state *st = v; in wmemstream_close() local
125 struct state *st; in open_wmemstream() local
/openbsd-src/sys/net/
H A Dif_pfsync.c1211 struct pf_state *st; in pfsync_down() local
1267 pfsync_slice_enter(struct pfsync_softc *sc, const struct pf_state *st) in pfsync_slice_enter() argument
1305 pfsync_out_state(struct pf_state *st, void *buf) in pfsync_out_state() argument
1315 pfsync_out_iack(struct pf_state *st, voi argument
1324 pfsync_out_upd_c(struct pf_state * st,void * buf) pfsync_out_upd_c() argument
1340 pfsync_out_del(struct pf_state * st,void * buf) pfsync_out_del() argument
1370 struct pf_state *st; pfsync_slice_drop() local
1458 struct pf_state *st; pfsync_slice_write() local
1608 pfsync_q_ins(struct pfsync_slice * s,struct pf_state * st,unsigned int q) pfsync_q_ins() argument
1641 pfsync_q_del(struct pfsync_slice * s,struct pf_state * st) pfsync_q_del() argument
1662 pfsync_init_state(struct pf_state * st,const struct pf_state_key * skw,const struct pf_state_key * sks,int flags) pfsync_init_state() argument
1693 pfsync_insert_state(struct pf_state * st) pfsync_insert_state() argument
1737 pfsync_update_state(struct pf_state * st) pfsync_update_state() argument
1792 pfsync_delete_state(struct pf_state * st) pfsync_delete_state() argument
1900 pfsync_state_in_use(struct pf_state * st) pfsync_state_in_use() argument
1928 pfsync_defer(struct pf_state * st,struct mbuf * m) pfsync_defer() argument
1981 pfsync_deferred(struct pfsync_softc * sc,struct pf_state * st) pfsync_deferred() argument
2018 struct pf_state *st; pfsync_deferrals_task() local
2072 struct pf_state *st = pd->pd_st; pfsync_defer_output() local
2150 struct pf_state *st; pfsync_bulk_snd_states() local
2358 pfsync_update_state_req(struct pfsync_softc * sc,struct pf_state * st) pfsync_update_state_req() argument
2757 struct pf_state *head, *tail, *st, *next; pfsync_in_clr() local
2849 struct pf_state *st; pfsync_in_iack() local
2873 pfsync_upd_tcp(struct pf_state * st,const struct pfsync_state_peer * src,const struct pfsync_state_peer * dst) pfsync_upd_tcp() argument
2905 pfsync_in_updates(struct pfsync_softc * sc,struct pf_state * st,const struct pfsync_state_peer * src,const struct pfsync_state_peer * dst,uint8_t timeout) pfsync_in_updates() argument
2990 struct pf_state *st; pfsync_in_upd() local
3065 struct pf_state *st; pfsync_in_upd_c() local
3149 struct pf_state *st; pfsync_in_ureq() local
3188 struct pf_state *st; pfsync_in_del() local
3220 struct pf_state *st; pfsync_in_del_c() local
[all...]
H A Dif_pflow.c724 struct pf_state *st, struct pf_state_key *sk, int src, int dst) in copy_flow_data()
761 struct pflow_ipfix_flow4 *flow2, struct pf_state *st, in copy_flow_ipfix_4_data()
798 struct pflow_ipfix_flow6 *flow2, struct pf_state *st, in copy_flow_ipfix_6_data()
836 export_pflow(struct pf_state *st) in export_pflow()
864 export_pflow_if(struct pf_state *st, struct pf_state_key *sk, in export_pflow_if()
997 pflow_pack_flow(struct pf_state *st, struct pf_state_key *sk, in pflow_pack_flow()
1022 pflow_pack_flow_ipfix(struct pf_state *st, struct pf_state_key *sk, in pflow_pack_flow_ipfix()
/openbsd-src/usr.bin/rsync/
H A Duploader.c172 struct stat st; in pre_symlink() local
277 struct stat st; in pre_dev() local
366 struct stat st; in pre_fifo() local
443 struct stat st; in pre_sock() local
520 struct stat st; in pre_dir() local
583 struct stat st; in post_dir() local
657 check_file(int rootfd, const struct flist *f, struct stat *st, in check_file()
702 struct stat st; in pre_file() local
/openbsd-src/regress/lib/libpthread/stack/
H A Dstack.c42 struct st struct
50 struct st *s = arg; in tmain2() argument
/openbsd-src/usr.sbin/ikectl/
H A Dikeca.c134 struct stat st; in ca_key_create() local
158 struct stat st; in ca_key_import() local
348 struct stat st; in ca_key_install() local
502 struct stat st; in ca_install() local
552 struct stat st; in ca_show_certs() local
698 struct stat st; ca_hier() local
716 struct stat st; ca_export() local
953 struct stat st; ca_create_index() local
992 struct stat st; ca_revoke() local
1076 struct stat st; ca_setcnf() local
1104 struct stat st; ca_setup() local
[all...]
/openbsd-src/usr.sbin/rpki-client/
H A Doutput-bird.c25 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bird1v4() argument
54 output_bird1v6(FILE * out,struct vrp_tree * vrps,struct brk_tree * brks,struct vap_tree * vaps,struct vsp_tree * vsps,struct stats * st) output_bird1v6() argument
83 output_bird2(FILE * out,struct vrp_tree * vrps,struct brk_tree * brks,struct vap_tree * vaps,struct vsp_tree * vsps,struct stats * st) output_bird2() argument
/openbsd-src/sys/crypto/
H A Dpoly1305.c39 poly1305_init(poly1305_state *st, const unsigned char key[32]) in poly1305_init()
66 poly1305_blocks(poly1305_state *st, const unsigned char *m, size_t bytes) in poly1305_blocks()
159 poly1305_update(poly1305_state *st, const unsigned char *m, size_t bytes) in poly1305_update()
196 poly1305_finish(poly1305_state *st, unsigned char mac[16]) in poly1305_finish()
/openbsd-src/sys/kern/
H A Dkern_sensors.c188 struct sensor_task *st; in sensor_task_register() local
216 sensor_task_unregister(struct sensor_task *st) in sensor_task_unregister()
233 struct sensor_task *st = arg; in sensor_task_tick() local
257 struct sensor_task *st = xst; in sensor_task_work() local
/openbsd-src/usr.bin/ssh/
H A Dsftp-common.c63 stat_to_attrib(const struct stat *st, Attrib *a) in stat_to_attrib()
81 attrib_to_stat(const Attrib *a, struct stat *st) in attrib_to_stat()
212 ls_file(const char *name, const struct stat *st, int remote, int si_units, in ls_file()
/openbsd-src/lib/libcrypto/poly1305/
H A Dpoly1305-donna.c57 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_init() local
84 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, size_t bytes) in poly1305_blocks()
179 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_update() local
217 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_finish() local
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstorag.c81 ffestorag_drive (ffestoragList sl, void (*fn) (ffestorag mst, ffestorag st), in ffestorag_drive()
84 ffestorag st; in ffestorag_drive() local
213 ffestorag st; in ffestorag_exec_layout() local

12345678910>>...43