Home
last modified time | relevance | path

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

12345678910>>...43

/openbsd/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
140 #define SKM_sk_find(type, st, val) \ argument
151 #define SKM_sk_dup(type, st) \ argument
155 #define SKM_sk_shift(type, st) \ argument
157 #define SKM_sk_pop(type, st) \ argument
[all …]
H A Dstack.c186 sk_delete(_STACK *st, int loc) in sk_delete()
262 sk_find(_STACK *st, void *data) in sk_find()
269 sk_push(_STACK *st, void *data) in sk_push()
283 sk_shift(_STACK *st) in sk_shift()
294 sk_pop(_STACK *st) in sk_pop()
305 sk_zero(_STACK *st) in sk_zero()
331 sk_free(_STACK *st) in sk_free()
341 sk_num(const _STACK *st) in sk_num()
350 sk_value(const _STACK *st, int i) in sk_value()
369 sk_sort(_STACK *st) in sk_sort()
[all …]
/openbsd/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
102 #define sk_X509_POLICY_NODE_zero(st) SKM_sk_zero(X509_POLICY_NODE, (st)) argument
110 #define sk_X509_POLICY_NODE_dup(st) SKM_sk_dup(X509_POLICY_NODE, st) argument
112 #define sk_X509_POLICY_NODE_shift(st) SKM_sk_shift(X509_POLICY_NODE, (st)) argument
113 #define sk_X509_POLICY_NODE_pop(st) SKM_sk_pop(X509_POLICY_NODE, (st)) argument
114 #define sk_X509_POLICY_NODE_sort(st) SKM_sk_sort(X509_POLICY_NODE, (st)) argument
140 #define sk_X509_POLICY_LEVEL_free(st) SKM_sk_free(X509_POLICY_LEVEL, (st)) in DECLARE_STACK_OF() argument
141 #define sk_X509_POLICY_LEVEL_num(st) SKM_sk_num(X509_POLICY_LEVEL, (st)) in DECLARE_STACK_OF() argument
152 #define sk_X509_POLICY_LEVEL_dup(st) SKM_sk_dup(X509_POLICY_LEVEL, st) in DECLARE_STACK_OF() argument
[all …]
/openbsd/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/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/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D900116-1.c1 struct st {char a, b, c, d; } argument
/openbsd/sys/scsi/
H A Dst.c267 struct st_softc *st = (void *)self; in stattach() local
324 struct st_softc *st = (struct st_softc *)self; in stactivate() local
365 struct st_softc *st; in stopen() local
450 struct st_softc *st; in stclose() local
497 st_mount_tape(struct st_softc *st, int flags) in st_mount_tape()
739 struct st_softc *st; in ststrategy() local
815 struct st_softc *st = link->device_softc; in ststart() local
1061 struct st_softc *st; in stioctl() local
1356 st_mode_sense(struct st_softc *st, int flags) in st_mode_sense()
1873 struct st_softc *st = link->device_softc; in st_interpret_sense() local
[all …]
/openbsd/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/sys/net/
H A Dif_pfsync.c1211 struct pf_state *st; in pfsync_down() local
1370 struct pf_state *st; in pfsync_slice_drop() local
1458 struct pf_state *st; in pfsync_slice_write() local
2018 struct pf_state *st; in pfsync_deferrals_task() local
2150 struct pf_state *st; in pfsync_bulk_snd_states() local
2849 struct pf_state *st; in pfsync_in_iack() local
2990 struct pf_state *st; in pfsync_in_upd() local
3065 struct pf_state *st; in pfsync_in_upd_c() local
3149 struct pf_state *st; in pfsync_in_ureq() local
3188 struct pf_state *st; in pfsync_in_del() 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/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/regress/lib/libpthread/stack/
H A Dstack.c42 struct st struct
50 struct st *s = arg; in tmain2() argument
/openbsd/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; in ca_hier() local
716 struct stat st; in ca_export() local
953 struct stat st; in ca_create_index() local
992 struct stat st; in ca_revoke() local
1076 struct stat st; in ca_setcnf() local
[all …]
/openbsd/usr.sbin/rpki-client/
H A Doutput-bird.c25 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bird1v4()
54 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bird1v6()
83 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bird2()
/openbsd/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/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/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/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/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c94 const struct stat *st) in msdosfs_times()
332 struct stat *st = &node->inode->st; in msdosfs_mkfile() local
407 struct stat *st = &node->inode->st; in msdosfs_wfile() local
522 struct stat *st = &node->inode->st; in msdosfs_mkdire() local

12345678910>>...43