/dports/databases/pgsphere/pgsphere-e0b303d/ |
H A D | euler.c | 168 SPoint in[2], p[4]; in strans_eq() local 170 in[0].lng = 0.0; in strans_eq() 171 in[0].lat = 0.0; in strans_eq() 172 in[1].lng = PIH; in strans_eq() 173 in[1].lat = 0.0; in strans_eq() 341 seuler_trans_zxz(SEuler *out, const SEuler *in, const SEuler *se) in seuler_trans_zxz() argument 382 euler_spoint_trans(SPoint *out, const SPoint *in, const SEuler *se) in euler_spoint_trans() argument 463 euler_vector_trans(Vector3D *out, const Vector3D *in, const SEuler *se) in euler_vector_trans() argument 472 u[0] = in->x; in euler_vector_trans() 473 u[1] = in->y; in euler_vector_trans() [all …]
|
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/gww/ |
H A D | expansion.f90 | 102 TYPE(self_expansion), INTENT(in) :: se!object to be written local 227 LOGICAL, INTENT(in) :: l_real_axis 722 TYPE(self_expansion),INTENT(in) :: se!self expansion data local 723 INTEGER,INTENT(in) :: is!state considered 726 INTEGER, INTENT(in) :: ispin!spin channel 764 INTEGER, INTENT(in) :: ispin!spin channel 792 TYPE(self_expansion),INTENT(in) :: se!self expansion data local 793 INTEGER,INTENT(in) :: is!state considered 796 INTEGER, INTENT(in) :: ispin!spin channel 829 TYPE(self_expansion),INTENT(in) :: se!self expansion data local [all …]
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/spi/ior/iiop/ |
H A D | IIOPFactories.java | 26 package com.sun.corba.se.spi.ior.iiop ; 33 import com.sun.corba.se.spi.ior.ObjectId ; 40 import com.sun.corba.se.spi.orb.ORB ; 75 public Identifiable readContents(InputStream in) in makeRequestPartitioningComponentFactory() 77 int threadPoolToUse = in.read_ulong(); in makeRequestPartitioningComponentFactory() 115 return new CodeSetsComponentImpl( in ) ; 130 String url = in.read_string() ; 148 int type = in.read_ulong() ; 163 public Identifiable readContents(InputStream in) 165 byte version = in.read_octet() ; [all …]
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/spi/ior/iiop/ |
H A D | IIOPFactories.java | 26 package com.sun.corba.se.spi.ior.iiop ; 33 import com.sun.corba.se.spi.ior.ObjectId ; 40 import com.sun.corba.se.spi.orb.ORB ; 75 public Identifiable readContents(InputStream in) in makeRequestPartitioningComponentFactory() 77 int threadPoolToUse = in.read_ulong(); in makeRequestPartitioningComponentFactory() 115 return new CodeSetsComponentImpl( in ) ; 130 String url = in.read_string() ; 148 int type = in.read_ulong() ; 163 public Identifiable readContents(InputStream in) 165 byte version = in.read_octet() ; [all …]
|
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/ |
H A D | selinux-h | 6 lib/se-context.in.h 7 lib/se-label.in.h 8 lib/se-selinux.in.h 29 lib_SOURCES += se-context.in.h se-label.in.h se-selinux.in.h \ 30 se-context.c se-label.c se-selinux.c 33 selinux/selinux.h: se-selinux.in.h $(top_builddir)/config.status 42 < $(srcdir)/se-selinux.in.h; \ 49 selinux/context.h: se-context.in.h $(top_builddir)/config.status 53 cat $(srcdir)/se-context.in.h; \ 64 selinux/label.h: se-label.in.h $(top_builddir)/config.status [all …]
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/spi/orbutil/fsm/ |
H A D | FSMTest.java | 59 public void doIt( FSM fsm, Input in ) in doIt() argument 65 if (label != in) in doIt() 66 throw new Error( "Unexcepted Input " + in ) ; in doIt() 88 public void doIt( FSM fsm, Input in ) in doIt() argument 93 System.out.println( "\tinput = " + in ) ; in doIt() 109 public void doIt( FSM fsm, Input in ) in doIt() argument 114 if (label != in) in doIt() 133 public Guard.Result evaluate( FSM fsm, Input in ) in evaluate() argument 135 return guard.evaluate( fsm, in ).complement() ; in evaluate() 167 private static void add1( StateEngine se, State oldState, Input in, State newState ) in add1() argument [all …]
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/spi/orbutil/fsm/ |
H A D | FSMTest.java | 59 public void doIt( FSM fsm, Input in ) in doIt() argument 65 if (label != in) in doIt() 66 throw new Error( "Unexcepted Input " + in ) ; in doIt() 88 public void doIt( FSM fsm, Input in ) in doIt() argument 93 System.out.println( "\tinput = " + in ) ; in doIt() 109 public void doIt( FSM fsm, Input in ) in doIt() argument 114 if (label != in) in doIt() 133 public Guard.Result evaluate( FSM fsm, Input in ) in evaluate() argument 135 return guard.evaluate( fsm, in ).complement() ; in evaluate() 167 private static void add1( StateEngine se, State oldState, Input in, State newState ) in add1() argument [all …]
|
/dports/x11/libxcb/libxcb-1.14/src/ |
H A D | xcb_in.c | 485 special->se = se; in insert_special() 760 se->events_tail = &se->events; in get_special_event() 791 insert_special(&c->in.special_waiters, &special, se); in xcb_wait_for_special_event() 820 for (se = c->in.special_events; se; se = se->next) { in xcb_register_for_special_xge() 828 if (!se) { in xcb_register_for_special_xge() 837 se->events_tail = &se->events; in xcb_register_for_special_xge() 842 se->next = c->in.special_events; in xcb_register_for_special_xge() 843 c->in.special_events = se; in xcb_register_for_special_xge() 845 return se; in xcb_register_for_special_xge() 855 if (!se) in xcb_unregister_for_special_event() [all …]
|
/dports/net/kamailio/kamailio-5.4.5/src/modules/textops/ |
H A D | txt_var.c | 60 if (se==NULL) in tr_txt_eval_re() 70 if (se==0) { in tr_txt_eval_re() 122 subst_expr_free(se); in tr_txt_eval_re() 128 subst_expr_free(se); in tr_txt_eval_re() 147 p = in->s; in tr_txt_parse_re() 148 name.s = in->s; in tr_txt_parse_re() 172 tok.s = p; tok.len = in->s + in->len - p; in tr_txt_parse_re() 177 in->len, in->s); in tr_txt_parse_re() 222 if (se==0) in tr_txt_parse_re() 238 LM_ERR("invalid transformation [%.*s] <%d>\n", in->len, in->s, in tr_txt_parse_re() [all …]
|
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/ |
H A D | RELEASE-NOTES | 6 Public functions in libcurl: 82 30 o HISTORY: the SMB(S) support landed in 2014 48 o configure: fix typo in help text [4] 95 o ntlm_wb: fix double-free in OOM [65] 116 o test1175: verify symbols-in-versions and libcurl-errors.3 in sync [28] 121 o tests/lib1557: fix mem-leak in OOM [66] 122 o tests/lib1559: fix mem-leak in OOM [66] 124 o tests/unit1607: fix mem-leak in OOM [66] 125 o tests/unit1609: fix mem-leak in OOM [66] 126 o tests/unit1620: fix bad free in OOM [66] [all …]
|
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/idl/ |
H A D | hosa_pim_contact_interfaces.idl | 13 module se { 30 …in se::ericsson::hosa::hpim::TpHosaPIMResultCode resultCode, //Indicates if the request could be s… 38 …in se::ericsson::hosa::hpim::TpHosaPIMResultCode resultCode, //Indicates if the request could be s… 46 …in se::ericsson::hosa::hpim::TpHosaPIMResultCode resultCode, //Indicates if the request could be s… 54 …in se::ericsson::hosa::hpim::TpHosaPIMResultCode resultCode, //Indicates if the request could be s… 62 …in se::ericsson::hosa::hpim::TpHosaPIMResultCode resultCode, //Indicates if the request could be s… 94 …in se::ericsson::hosa::hpim::TpHosaPIMContact contact, //Specifies all the information that descri… 103 …in se::ericsson::hosa::hpim::TpHosaPIMSubscriber subscriber, //The subscriber identifier is used t… 114 …in se::ericsson::hosa::hpim::TpHosaPIMContactCriteriaExpression criteria //Specifies the criteria … 123 …in se::ericsson::hosa::hpim::TpHosaPIMContactCriteriaExpression criteria //Specifies the criteria … [all …]
|
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/ |
H A D | RELEASE-NOTES | 6 Public functions in libcurl: 85 19 o alt-svc: enable (in the build) by default [20] 23 o CI/appveyor: disable test 571 in two cmake builds [22] 27 o cirrus: build with FreeBSD 12.2 in CirrusCI [80] 36 o cmake: store IDN2 information in curl_config.h [25] 37 o cmake: use libcurl.rc in all Windows builds [69] 52 o CURLOPT_TCP_NODELAY.3: fix comment in example code [8] 56 o docs: Fix various typos in documentation [58] 83 o openssl: free mem_buf in error path [94] 104 o test506: make it not run in c-ares builds [75] [all …]
|
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/ |
H A D | RELEASE-NOTES | 6 Public functions in libcurl: 86 15 o urlapi: support UNC paths in file: URLs on Windows [20] 48 o curl: correct grammar in generated libcurl code [53] 59 o docs: fix typo in CURLOPT_TRAILERFUNCTION example [93] 70 o http: fix Basic auth with empty name field in URL [24] 82 o lib: avoid fallthrough cases in switch statements [33] 93 o misc: fix typos in docs and comments [3] 117 o test559: add 'HTTP' in keywords [86] 122 o tests: use python3 in test 1451 [48] 126 o tool_main: fix typo in comment [29] [all …]
|
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/ |
H A D | RELEASE-NOTES | 6 Public functions in libcurl: 86 15 o urlapi: support UNC paths in file: URLs on Windows [20] 48 o curl: correct grammar in generated libcurl code [53] 59 o docs: fix typo in CURLOPT_TRAILERFUNCTION example [93] 70 o http: fix Basic auth with empty name field in URL [24] 82 o lib: avoid fallthrough cases in switch statements [33] 93 o misc: fix typos in docs and comments [3] 117 o test559: add 'HTTP' in keywords [86] 122 o tests: use python3 in test 1451 [48] 126 o tool_main: fix typo in comment [29] [all …]
|
/dports/emulators/qemu5/qemu-5.2.0/tools/virtiofsd/ |
H A D | fuse_lowlevel.c | 2411 in = fuse_mbuf_iter_advance(&iter, sizeof(*in)); in fuse_session_process_buf_int() 2418 in->opcode, (unsigned long long)in->nodeid, buf->size, in->pid); in fuse_session_process_buf_int() 2447 if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT || in fuse_session_process_buf_int() 2462 } else if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT) { in fuse_session_process_buf_int() 2482 if (se->deny_others && in->uid != se->owner && in->uid != 0 && in fuse_session_process_buf_int() 2483 in->opcode != FUSE_INIT && in->opcode != FUSE_READ && in fuse_session_process_buf_int() 2484 in->opcode != FUSE_WRITE && in->opcode != FUSE_FSYNC && in fuse_session_process_buf_int() 2485 in->opcode != FUSE_RELEASE && in->opcode != FUSE_READDIR && in fuse_session_process_buf_int() 2492 if (in->opcode >= FUSE_MAXOP || !fuse_ll_ops[in->opcode].func) { in fuse_session_process_buf_int() 2506 if (in->opcode == FUSE_WRITE && se->op.write_buf) { in fuse_session_process_buf_int() [all …]
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tools/virtiofsd/ |
H A D | fuse_lowlevel.c | 2406 in = fuse_mbuf_iter_advance(&iter, sizeof(*in)); in fuse_session_process_buf_int() 2413 in->opcode, (unsigned long long)in->nodeid, buf->size, in->pid); in fuse_session_process_buf_int() 2442 if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT || in fuse_session_process_buf_int() 2457 } else if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT) { in fuse_session_process_buf_int() 2477 if (se->deny_others && in->uid != se->owner && in->uid != 0 && in fuse_session_process_buf_int() 2478 in->opcode != FUSE_INIT && in->opcode != FUSE_READ && in fuse_session_process_buf_int() 2479 in->opcode != FUSE_WRITE && in->opcode != FUSE_FSYNC && in fuse_session_process_buf_int() 2480 in->opcode != FUSE_RELEASE && in->opcode != FUSE_READDIR && in fuse_session_process_buf_int() 2487 if (in->opcode >= FUSE_MAXOP || !fuse_ll_ops[in->opcode].func) { in fuse_session_process_buf_int() 2501 if (in->opcode == FUSE_WRITE && se->op.write_buf) { in fuse_session_process_buf_int() [all …]
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tools/virtiofsd/ |
H A D | fuse_lowlevel.c | 2406 in = fuse_mbuf_iter_advance(&iter, sizeof(*in)); in fuse_session_process_buf_int() 2413 in->opcode, (unsigned long long)in->nodeid, buf->size, in->pid); in fuse_session_process_buf_int() 2442 if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT || in fuse_session_process_buf_int() 2457 } else if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT) { in fuse_session_process_buf_int() 2477 if (se->deny_others && in->uid != se->owner && in->uid != 0 && in fuse_session_process_buf_int() 2478 in->opcode != FUSE_INIT && in->opcode != FUSE_READ && in fuse_session_process_buf_int() 2479 in->opcode != FUSE_WRITE && in->opcode != FUSE_FSYNC && in fuse_session_process_buf_int() 2480 in->opcode != FUSE_RELEASE && in->opcode != FUSE_READDIR && in fuse_session_process_buf_int() 2487 if (in->opcode >= FUSE_MAXOP || !fuse_ll_ops[in->opcode].func) { in fuse_session_process_buf_int() 2501 if (in->opcode == FUSE_WRITE && se->op.write_buf) { in fuse_session_process_buf_int() [all …]
|
/dports/emulators/qemu/qemu-6.2.0/tools/virtiofsd/ |
H A D | fuse_lowlevel.c | 2325 in = fuse_mbuf_iter_advance(&iter, sizeof(*in)); in fuse_session_process_buf_int() 2332 in->opcode, (unsigned long long)in->nodeid, buf->size, in->pid); in fuse_session_process_buf_int() 2361 if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT || in fuse_session_process_buf_int() 2376 } else if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT) { in fuse_session_process_buf_int() 2396 if (se->deny_others && in->uid != se->owner && in->uid != 0 && in fuse_session_process_buf_int() 2397 in->opcode != FUSE_INIT && in->opcode != FUSE_READ && in fuse_session_process_buf_int() 2398 in->opcode != FUSE_WRITE && in->opcode != FUSE_FSYNC && in fuse_session_process_buf_int() 2399 in->opcode != FUSE_RELEASE && in->opcode != FUSE_READDIR && in fuse_session_process_buf_int() 2406 if (in->opcode >= FUSE_MAXOP || !fuse_ll_ops[in->opcode].func) { in fuse_session_process_buf_int() 2420 if (in->opcode == FUSE_WRITE && se->op.write_buf) { in fuse_session_process_buf_int() [all …]
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tools/virtiofsd/ |
H A D | fuse_lowlevel.c | 2325 in = fuse_mbuf_iter_advance(&iter, sizeof(*in)); in fuse_session_process_buf_int() 2332 in->opcode, (unsigned long long)in->nodeid, buf->size, in->pid); in fuse_session_process_buf_int() 2361 if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT || in fuse_session_process_buf_int() 2376 } else if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT) { in fuse_session_process_buf_int() 2396 if (se->deny_others && in->uid != se->owner && in->uid != 0 && in fuse_session_process_buf_int() 2397 in->opcode != FUSE_INIT && in->opcode != FUSE_READ && in fuse_session_process_buf_int() 2398 in->opcode != FUSE_WRITE && in->opcode != FUSE_FSYNC && in fuse_session_process_buf_int() 2399 in->opcode != FUSE_RELEASE && in->opcode != FUSE_READDIR && in fuse_session_process_buf_int() 2406 if (in->opcode >= FUSE_MAXOP || !fuse_ll_ops[in->opcode].func) { in fuse_session_process_buf_int() 2420 if (in->opcode == FUSE_WRITE && se->op.write_buf) { in fuse_session_process_buf_int() [all …]
|
/dports/emulators/qemu60/qemu-6.0.0/tools/virtiofsd/ |
H A D | fuse_lowlevel.c | 2312 in = fuse_mbuf_iter_advance(&iter, sizeof(*in)); in fuse_session_process_buf_int() 2319 in->opcode, (unsigned long long)in->nodeid, buf->size, in->pid); in fuse_session_process_buf_int() 2348 if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT || in fuse_session_process_buf_int() 2363 } else if (in->opcode == FUSE_INIT || in->opcode == CUSE_INIT) { in fuse_session_process_buf_int() 2383 if (se->deny_others && in->uid != se->owner && in->uid != 0 && in fuse_session_process_buf_int() 2384 in->opcode != FUSE_INIT && in->opcode != FUSE_READ && in fuse_session_process_buf_int() 2385 in->opcode != FUSE_WRITE && in->opcode != FUSE_FSYNC && in fuse_session_process_buf_int() 2386 in->opcode != FUSE_RELEASE && in->opcode != FUSE_READDIR && in fuse_session_process_buf_int() 2393 if (in->opcode >= FUSE_MAXOP || !fuse_ll_ops[in->opcode].func) { in fuse_session_process_buf_int() 2407 if (in->opcode == FUSE_WRITE && se->op.write_buf) { in fuse_session_process_buf_int() [all …]
|
/dports/misc/bogosort/bogosort-0.4.2/ |
H A D | ChangeLog | 29 * configure.in: also check for library functions error, strerror 39 * Makefile.am (TAGS): fix for the buggy TAGS-target in automake. 42 the exit codes defined in it. 60 * Makefile.am (vvv): translate &<> in README & c. when they're 69 * Makefile.am, configure.in: touch maintainer-targets in configure 70 instead of in Makefile, this way non-GNU makes can build 83 * acconfig.h, configure.in, error.c(private_strerr): redid the tests 88 * acconfig.h, configure.in, error.c(private_strerr): changes related 101 * configure.in: added check for strchr. 145 * bogosort.c configure.in: added support for config.h [all …]
|
/dports/devel/gnulib/gnulib-20140202-stable/modules/ |
H A D | selinux-h | 6 lib/se-context.in.h 7 lib/se-selinux.in.h 8 lib/se-context.c 9 lib/se-selinux.c 26 lib_SOURCES += se-context.in.h se-selinux.in.h se-context.c se-selinux.c 29 selinux/selinux.h: se-selinux.in.h $(top_builddir)/config.status $(UNUSED_PARAMETER_H) 39 < $(srcdir)/se-selinux.in.h; \ 47 selinux/context.h: se-context.in.h $(top_builddir)/config.status $(UNUSED_PARAMETER_H) 52 < $(srcdir)/se-context.in.h; \
|
/dports/ftp/pftpd/pftpd-1.0.3/ |
H A D | ChangeLog | 3 * Fixed a byte-order issue in PASV 7 * plib/dirlist.c: Fixed problem in dirent_dup() 17 end in one. 36 * Fixed a 8KB memory leak for each RPAD call in rpa.c 75 * Added limited support for wildcards in LIST command. 84 * Fixed startup code in rpad to create the door descriptor 96 * Fixed PASV to handle IPv4-in-IPv6 addresses 141 * Fixed serious bug when retreiving multiple files in 147 * Fixed a bug in path.c, causing problems with relative 208 in a better way). [all …]
|
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/ |
H A D | wpc_constraints_tr.lang | 27 {14,"Açı tanımlamak için tam olarak iki kenar ya da iki yüzey seçin"}, 41 {1,"İkinci seçimi ölçebilmek için başka bir eksen seç"} 77 {2,"Her iki seçimin de ~s boyunca ölçmek için bir eksen seç"}, 91 {11,"~s ölçülecek bir eksen seç: ~s seçimin ~s için"}, 98 {19,"Şimdiki seçili açının çıkartılacağı ikinci bir açı seç"}, 135 {1,"Asıl seçime bölünecek kenarları seç"}, 136 {2,"Asıl seçimnden çıkartılacak kenarları seç"}, 144 {2,", birinci seçim için"}, 145 {3,", ikinci seçim için"}, 147 {5,"Seçimlerin merkezleri arasındaki uzaklığı ölçmek için bir eksen seç"}, [all …]
|
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/ |
H A D | spellio.cpp | 435 se.write(out); in writeEffect() 444 StorageEffectron se; in readEffect() local 445 se.read(in); in readEffect() 532 flags = se.flags; in Effectron() 533 size = se.size; in Effectron() 537 start = se.start; in Effectron() 544 hgt = se.hgt; in Effectron() 545 brd = se.brd; in Effectron() 546 pos = se.pos; in Effectron() 547 spr = se.spr; in Effectron() [all …]
|