Home
last modified time | relevance | path

Searched defs:so (Results 1 – 25 of 3753) sorted by relevance

12345678910>>...151

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/so/
H A Dso.go1 package so package
12 type so struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/so/
H A Dso.go1 package so package
12 type so struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/so/
H A Dso.go1 package so package
12 type so struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/net/vde/vde-1.5.7/slirpvde/
H A Dsocket.c28 struct socket *so; local
67 sofree(so) in sofree() argument
93 soread(so) in soread() argument
200 sorecvoob(so) in sorecvoob() argument
228 sosendoob(so) in sosendoob() argument
287 sowrite(so) in sowrite() argument
376 sorecvfrom(so) in sorecvfrom() argument
476 sosendto(so, m) in sosendto() argument
598 sorwakeup(so) in sorwakeup() argument
611 sowwakeup(so) in sowwakeup() argument
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/netbt/
H A Dsco_socket.c82 sco_attach(struct socket *so, int proto) in sco_attach()
103 sco_detach(struct socket *so) in sco_detach()
194 sco_disconnect(struct socket *so) in sco_disconnect()
208 sco_shutdown(struct socket *so) in sco_shutdown()
217 sco_abort(struct socket *so) in sco_abort()
389 struct socket *so = arg; in sco_connecting() local
398 struct socket *so = arg; in sco_connected() local
407 struct socket *so = arg; in sco_disconnected() local
419 struct socket *so = arg; in sco_newconn() local
433 struct socket *so = arg; in sco_complete() local
[all …]
H A Dl2cap_socket.c112 l2cap_detach(struct socket *so) in l2cap_detach()
201 l2cap_disconnect(struct socket *so) in l2cap_disconnect()
215 l2cap_shutdown(struct socket *so) in l2cap_shutdown()
224 l2cap_abort(struct socket *so) in l2cap_abort()
402 struct socket *so = arg; in l2cap_connecting() local
411 struct socket *so = arg; in l2cap_connected() local
420 struct socket *so = arg; in l2cap_disconnected() local
432 struct socket *so = arg; in l2cap_newconn() local
447 struct socket *so = arg; in l2cap_complete() local
458 struct socket *so = arg; in l2cap_linkmode() local
[all …]
H A Drfcomm_socket.c85 rfcomm_attach(struct socket *so, int proto) in rfcomm_attach()
120 rfcomm_detach(struct socket *so) in rfcomm_detach()
211 rfcomm_disconnect(struct socket *so) in rfcomm_disconnect()
225 rfcomm_shutdown(struct socket *so) in rfcomm_shutdown()
234 rfcomm_abort(struct socket *so) in rfcomm_abort()
413 struct socket *so = arg; in rfcomm_connected() local
423 struct socket *so = arg; in rfcomm_disconnected() local
436 struct socket *so = arg; in rfcomm_newconn() local
456 struct socket *so = arg; in rfcomm_complete() local
470 struct socket *so = arg; in rfcomm_linkmode() local
[all …]
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/slirp/
H A Dsocket.c36 struct SLIRPsocket *so; local
75 sofree(so) in sofree() argument
102 soread(so) in soread() argument
217 sorecvoob(so) in sorecvoob() argument
245 sosendoob(so) in sosendoob() argument
304 sowrite(so) in sowrite() argument
397 sorecvfrom(so) in sorecvfrom() argument
498 sosendto(so, m) in sosendto() argument
627 sorwakeup(so) in sorwakeup() argument
640 sowwakeup(so) in sowwakeup() argument
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/slirp/
H A Dsocket.cpp26 struct socket *so; in solookup() local
49 struct socket *so; in socreate() local
63 void sofree(struct socket *so) in sofree()
87 int soread(struct socket *so) in soread()
196 void sorecvoob(struct socket *so) in sorecvoob()
222 int sosendoob(struct socket *so) in sosendoob()
279 int sowrite(struct socket *so) in sowrite()
370 void sorecvfrom(struct socket *so) in sorecvfrom()
518 struct socket *so; in solisten() local
590 void sorwakeup(struct socket *so) in sorwakeup()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/netmpls/
H A Dmpls_proto.c83 mpls_attach(struct socket *so, int proto) in mpls_attach()
95 mpls_detach(struct socket *so) in mpls_detach()
100 mpls_accept(struct socket *so, struct sockaddr *nam) in mpls_accept()
116 mpls_listen(struct socket *so, struct lwp *l) in mpls_listen()
132 mpls_connect2(struct socket *so, struct socket *so2) in mpls_connect2()
140 mpls_disconnect(struct socket *so) in mpls_disconnect()
148 mpls_shutdown(struct socket *so) in mpls_shutdown()
156 mpls_abort(struct socket *so) in mpls_abort()
170 mpls_stat(struct socket *so, struct stat *ub) in mpls_stat()
178 mpls_peeraddr(struct socket *so, struct sockaddr *nam) in mpls_peeraddr()
[all …]
/dports/mail/alpine/alpine-465e23b/pith/
H A Dstore.c238 so_give(STORE_S **so) in so_give()
320 so_file_open(STORE_S *so) in so_file_open()
361 so_cs_writec(int c, STORE_S *so) in so_cs_writec()
483 STORE_S *so; in so_cs_readc_getchar() local
518 STORE_S *so; in so_file_readc_getchar() local
588 so_cs_puts(STORE_S *so, char *s) in so_cs_puts()
667 so_bio_writec(int c, STORE_S *so) in so_bio_writec()
873 so_tell(STORE_S *so) in so_tell()
949 so_release(STORE_S *so) in so_release()
971 so_reaquire(STORE_S *so) in so_reaquire()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dstore.c238 so_give(STORE_S **so) in so_give()
320 so_file_open(STORE_S *so) in so_file_open()
361 so_cs_writec(int c, STORE_S *so) in so_cs_writec()
483 STORE_S *so; in so_cs_readc_getchar() local
518 STORE_S *so; in so_file_readc_getchar() local
588 so_cs_puts(STORE_S *so, char *s) in so_cs_puts()
667 so_bio_writec(int c, STORE_S *so) in so_bio_writec()
873 so_tell(STORE_S *so) in so_tell()
949 so_release(STORE_S *so) in so_release()
971 so_reaquire(STORE_S *so) in so_reaquire()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/net/lib/libsockin/
H A Dsockin.c188 #define SO2S(so) ((intptr_t)(so->so_internal)) argument
206 registersock(struct socket *so, int news) in registersock()
227 removesock(struct socket *so) in removesock()
249 sockin_process(struct socket *so) in sockin_process()
310 sockin_waccept(struct socket *so) in sockin_waccept()
346 struct socket *so; in sockinworker() local
443 sockin_attach(struct socket *so, int proto) in sockin_attach()
480 sockin_detach(struct socket *so) in sockin_detach()
535 sockin_disconnect(struct socket *so) in sockin_disconnect()
543 sockin_shutdown(struct socket *so) in sockin_shutdown()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70992.c8 fn (uint32_t so) in fn()
14 fn5 (uint32_t so) in fn5()
20 fn6 (uint32_t so) in fn6()
26 fn2 (uint32_t so) in fn2()
32 fn3 (int32_t so) in fn3()
38 fn4 (int32_t so) in fn4()

12345678910>>...151