Home
last modified time | relevance | path

Searched refs:wfp (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/astro/gpsd/gpsd-3.20/devtools/
H A Dtablegen.py70 def correct_table(wfp): argument
80 def make_driver_code(wfp): argument
123 file=wfp)
140 file=wfp)
155 def make_structure(wfp): argument
225 def make_json_dumper(wfp): argument
241 wfp.write("\n")
337 file=wfp)
408 file=wfp)
411 def make_json_generator(wfp): argument
[all …]
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-shell/
H A Dsearch.c47 FILE *rfp, *wfp; in shell_back_search() local
63 fprintf( wfp, "SEARCH\n" ); in shell_back_search()
64 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid ); in shell_back_search()
65 print_suffixes( wfp, op->o_bd ); in shell_back_search()
66 fprintf( wfp, "base: %s\n", op->o_req_dn.bv_val ); in shell_back_search()
67 fprintf( wfp, "scope: %d\n", op->oq_search.rs_scope ); in shell_back_search()
68 fprintf( wfp, "deref: %d\n", op->oq_search.rs_deref ); in shell_back_search()
69 fprintf( wfp, "sizelimit: %d\n", op->oq_search.rs_slimit ); in shell_back_search()
75 fprintf( wfp, " %s", an->an_name.bv_val ); in shell_back_search()
77 fprintf( wfp, "\n" ); in shell_back_search()
[all …]
H A Dmodify.c52 FILE *rfp, *wfp; in shell_back_modify() local
77 if ( forkandexec( si->si_modify, &rfp, &wfp ) == (pid_t)-1 ) { in shell_back_modify()
84 fprintf( wfp, "MODIFY\n" ); in shell_back_modify()
85 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid ); in shell_back_modify()
86 print_suffixes( wfp, op->o_bd ); in shell_back_modify()
87 fprintf( wfp, "dn: %s\n", op->o_req_dn.bv_val ); in shell_back_modify()
93 fprintf( wfp, "add: %s\n", mod->sm_desc->ad_cname.bv_val ); in shell_back_modify()
97 fprintf( wfp, "delete: %s\n", mod->sm_desc->ad_cname.bv_val ); in shell_back_modify()
112 fprintf( wfp, "%s", out ); in shell_back_modify()
118 fprintf( wfp, "-\n" ); in shell_back_modify()
[all …]
H A Dmodrdn.c49 FILE *rfp, *wfp; in shell_back_modrdn() local
74 if ( forkandexec( si->si_modrdn, &rfp, &wfp ) == (pid_t)-1 ) { in shell_back_modrdn()
81 fprintf( wfp, "MODRDN\n" ); in shell_back_modrdn()
82 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid ); in shell_back_modrdn()
83 print_suffixes( wfp, op->o_bd ); in shell_back_modrdn()
84 fprintf( wfp, "dn: %s\n", op->o_req_dn.bv_val ); in shell_back_modrdn()
85 fprintf( wfp, "newrdn: %s\n", op->oq_modrdn.rs_newrdn.bv_val ); in shell_back_modrdn()
86 fprintf( wfp, "deleteoldrdn: %d\n", op->oq_modrdn.rs_deleteoldrdn ? 1 : 0 ); in shell_back_modrdn()
88 fprintf( wfp, "newSuperior: %s\n", op->oq_modrdn.rs_newSup->bv_val ); in shell_back_modrdn()
90 fclose( wfp ); in shell_back_modrdn()
H A Dbind.c49 FILE *rfp, *wfp; in shell_back_bind() local
84 if ( forkandexec( si->si_bind, &rfp, &wfp ) == (pid_t)-1 ) { in shell_back_bind()
91 fprintf( wfp, "BIND\n" ); in shell_back_bind()
92 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid ); in shell_back_bind()
93 print_suffixes( wfp, op->o_bd ); in shell_back_bind()
94 fprintf( wfp, "dn: %s\n", op->o_req_dn.bv_val ); in shell_back_bind()
95 fprintf( wfp, "method: %d\n", op->oq_bind.rb_method ); in shell_back_bind()
96 fprintf( wfp, "credlen: %lu\n", op->oq_bind.rb_cred.bv_len ); in shell_back_bind()
97 fprintf( wfp, "cred: %s\n", op->oq_bind.rb_cred.bv_val ); /* XXX */ in shell_back_bind()
98 fclose( wfp ); in shell_back_bind()
H A Dunbind.c48 FILE *rfp, *wfp; in shell_back_unbind() local
54 if ( forkandexec( si->si_unbind, &rfp, &wfp ) == (pid_t)-1 ) { in shell_back_unbind()
59 fprintf( wfp, "UNBIND\n" ); in shell_back_unbind()
60 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid ); in shell_back_unbind()
61 print_suffixes( wfp, op->o_bd ); in shell_back_unbind()
62 fprintf( wfp, "dn: %s\n", (op->o_conn->c_dn.bv_len ? op->o_conn->c_dn.bv_val : "") ); in shell_back_unbind()
63 fclose( wfp ); in shell_back_unbind()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-shell/
H A Dsearch.c47 FILE *rfp, *wfp; in shell_back_search() local
63 fprintf( wfp, "SEARCH\n" ); in shell_back_search()
64 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid ); in shell_back_search()
65 print_suffixes( wfp, op->o_bd ); in shell_back_search()
66 fprintf( wfp, "base: %s\n", op->o_req_dn.bv_val ); in shell_back_search()
67 fprintf( wfp, "scope: %d\n", op->oq_search.rs_scope ); in shell_back_search()
68 fprintf( wfp, "deref: %d\n", op->oq_search.rs_deref ); in shell_back_search()
69 fprintf( wfp, "sizelimit: %d\n", op->oq_search.rs_slimit ); in shell_back_search()
75 fprintf( wfp, " %s", an->an_name.bv_val ); in shell_back_search()
77 fprintf( wfp, "\n" ); in shell_back_search()
[all …]
H A Dmodify.c52 FILE *rfp, *wfp; in shell_back_modify() local
77 if ( forkandexec( si->si_modify, &rfp, &wfp ) == (pid_t)-1 ) { in shell_back_modify()
84 fprintf( wfp, "MODIFY\n" ); in shell_back_modify()
85 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid ); in shell_back_modify()
86 print_suffixes( wfp, op->o_bd ); in shell_back_modify()
87 fprintf( wfp, "dn: %s\n", op->o_req_dn.bv_val ); in shell_back_modify()
93 fprintf( wfp, "add: %s\n", mod->sm_desc->ad_cname.bv_val ); in shell_back_modify()
97 fprintf( wfp, "delete: %s\n", mod->sm_desc->ad_cname.bv_val ); in shell_back_modify()
112 fprintf( wfp, "%s", out ); in shell_back_modify()
118 fprintf( wfp, "-\n" ); in shell_back_modify()
[all …]
H A Dmodrdn.c49 FILE *rfp, *wfp; in shell_back_modrdn() local
74 if ( forkandexec( si->si_modrdn, &rfp, &wfp ) == (pid_t)-1 ) { in shell_back_modrdn()
81 fprintf( wfp, "MODRDN\n" ); in shell_back_modrdn()
82 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid ); in shell_back_modrdn()
83 print_suffixes( wfp, op->o_bd ); in shell_back_modrdn()
84 fprintf( wfp, "dn: %s\n", op->o_req_dn.bv_val ); in shell_back_modrdn()
85 fprintf( wfp, "newrdn: %s\n", op->oq_modrdn.rs_newrdn.bv_val ); in shell_back_modrdn()
86 fprintf( wfp, "deleteoldrdn: %d\n", op->oq_modrdn.rs_deleteoldrdn ? 1 : 0 ); in shell_back_modrdn()
88 fprintf( wfp, "newSuperior: %s\n", op->oq_modrdn.rs_newSup->bv_val ); in shell_back_modrdn()
90 fclose( wfp ); in shell_back_modrdn()
H A Dbind.c49 FILE *rfp, *wfp; in shell_back_bind() local
84 if ( forkandexec( si->si_bind, &rfp, &wfp ) == (pid_t)-1 ) { in shell_back_bind()
91 fprintf( wfp, "BIND\n" ); in shell_back_bind()
92 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid ); in shell_back_bind()
93 print_suffixes( wfp, op->o_bd ); in shell_back_bind()
94 fprintf( wfp, "dn: %s\n", op->o_req_dn.bv_val ); in shell_back_bind()
95 fprintf( wfp, "method: %d\n", op->oq_bind.rb_method ); in shell_back_bind()
96 fprintf( wfp, "credlen: %lu\n", op->oq_bind.rb_cred.bv_len ); in shell_back_bind()
97 fprintf( wfp, "cred: %s\n", op->oq_bind.rb_cred.bv_val ); /* XXX */ in shell_back_bind()
98 fclose( wfp ); in shell_back_bind()
H A Dunbind.c48 FILE *rfp, *wfp; in shell_back_unbind() local
54 if ( forkandexec( si->si_unbind, &rfp, &wfp ) == (pid_t)-1 ) { in shell_back_unbind()
59 fprintf( wfp, "UNBIND\n" ); in shell_back_unbind()
60 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid ); in shell_back_unbind()
61 print_suffixes( wfp, op->o_bd ); in shell_back_unbind()
62 fprintf( wfp, "dn: %s\n", (op->o_conn->c_dn.bv_len ? op->o_conn->c_dn.bv_val : "") ); in shell_back_unbind()
63 fclose( wfp ); in shell_back_unbind()
/dports/security/softether/v4.38-9760/src/Wfp/
H A DWfp.c124 if (wfp == NULL || device_object == NULL || irp == NULL || wfp->Halting) in DriverDispatch()
160 ResetEvent(wfp->Event); in DriverDispatch()
805 if (wfp != NULL) in DriverEntry()
834 if (wfp->hNdis == NULL) in DriverEntry()
841 ret = IoCreateSymbolicLink(&wfp->DeviceNameWin32, &wfp->DeviceName); in DriverEntry()
878 ret = FwpsCalloutRegister0(wfp->DeviceObject, &s, &wfp->CalloutIdIPv4); in DriverEntry()
890 ret = FwpsCalloutRegister0(wfp->DeviceObject, &s, &wfp->CalloutIdIPv6); in DriverEntry()
945 wfp->Halting = true; in DriverUnload()
979 FreeEvent(wfp->Event); in DriverUnload()
1004 Free(wfp); in DriverUnload()
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Wfp/
H A DWfp.c15 static WFP_CTX *wfp = NULL; variable
27 if (wfp == NULL || device_object == NULL || irp == NULL || wfp->Halting) in DriverDispatch()
41 if (wfp->Halting != FALSE) in DriverDispatch()
63 ResetEvent(wfp->Event); in DriverDispatch()
708 if (wfp != NULL) in DriverEntry()
744 ret = IoCreateSymbolicLink(&wfp->DeviceNameWin32, &wfp->DeviceName); in DriverEntry()
781 ret = FwpsCalloutRegister0(wfp->DeviceObject, &s, &wfp->CalloutIdIPv4); in DriverEntry()
793 ret = FwpsCalloutRegister0(wfp->DeviceObject, &s, &wfp->CalloutIdIPv6); in DriverEntry()
848 wfp->Halting = true; in DriverUnload()
907 Free(wfp); in DriverUnload()
[all …]
/dports/security/softether-devel/v4.36-9754/src/Wfp/
H A DWfp.c124 if (wfp == NULL || device_object == NULL || irp == NULL || wfp->Halting) in DriverDispatch()
160 ResetEvent(wfp->Event); in DriverDispatch()
805 if (wfp != NULL) in DriverEntry()
834 if (wfp->hNdis == NULL) in DriverEntry()
841 ret = IoCreateSymbolicLink(&wfp->DeviceNameWin32, &wfp->DeviceName); in DriverEntry()
878 ret = FwpsCalloutRegister0(wfp->DeviceObject, &s, &wfp->CalloutIdIPv4); in DriverEntry()
890 ret = FwpsCalloutRegister0(wfp->DeviceObject, &s, &wfp->CalloutIdIPv6); in DriverEntry()
945 wfp->Halting = true; in DriverUnload()
979 FreeEvent(wfp->Event); in DriverUnload()
1004 Free(wfp); in DriverUnload()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/tools/bddb/
H A Ddefs.php548 if (!$wfp) {
557 fclose($wfp);
564 fclose($wfp);
572 fclose($wfp);
581 fclose($wfp);
588 fclose($wfp);
599 fclose($wfp);
611 fclose($wfp);
623 fclose($wfp);
634 fclose($wfp);
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/tools/bddb/
H A Ddefs.php548 if (!$wfp) {
557 fclose($wfp);
564 fclose($wfp);
572 fclose($wfp);
581 fclose($wfp);
588 fclose($wfp);
599 fclose($wfp);
611 fclose($wfp);
623 fclose($wfp);
634 fclose($wfp);
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/tools/bddb/
H A Ddefs.php548 if (!$wfp) {
557 fclose($wfp);
564 fclose($wfp);
572 fclose($wfp);
581 fclose($wfp);
588 fclose($wfp);
599 fclose($wfp);
611 fclose($wfp);
623 fclose($wfp);
634 fclose($wfp);
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/tools/bddb/
H A Ddefs.php548 if (!$wfp) {
557 fclose($wfp);
564 fclose($wfp);
572 fclose($wfp);
581 fclose($wfp);
588 fclose($wfp);
599 fclose($wfp);
611 fclose($wfp);
623 fclose($wfp);
634 fclose($wfp);
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/tools/bddb/
H A Ddefs.php548 if (!$wfp) {
557 fclose($wfp);
564 fclose($wfp);
572 fclose($wfp);
581 fclose($wfp);
588 fclose($wfp);
599 fclose($wfp);
611 fclose($wfp);
623 fclose($wfp);
634 fclose($wfp);
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/tools/bddb/
H A Ddefs.php548 if (!$wfp) {
557 fclose($wfp);
564 fclose($wfp);
572 fclose($wfp);
581 fclose($wfp);
588 fclose($wfp);
599 fclose($wfp);
611 fclose($wfp);
623 fclose($wfp);
634 fclose($wfp);
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/tools/bddb/
H A Ddefs.php548 if (!$wfp) {
557 fclose($wfp);
564 fclose($wfp);
572 fclose($wfp);
581 fclose($wfp);
588 fclose($wfp);
599 fclose($wfp);
611 fclose($wfp);
623 fclose($wfp);
634 fclose($wfp);
[all …]
/dports/news/s-news/s-news-0.1.11/
H A Dnewgroup.c102 FILE *rfp,*wfp; in update_active() local
105 if (!(wfp = open_lock(nfile))) in update_active()
152 if (ferror(wfp)) in update_active()
169 if (ferror(wfp)) in update_active()
177 if (fclose(wfp)) in update_active()
197 FILE *rfp,*wfp; in update_newsgroups() local
200 if (!(wfp = open_lock(nfile))) in update_newsgroups()
239 if (ferror(wfp)) in update_newsgroups()
255 print_line(wfp,argv); in update_newsgroups()
256 if (ferror(wfp)) in update_newsgroups()
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/tools/neu2fstr/NFD/
H A Dneu_reporter.cpp19 FILE* wfp; variable
182 if (wfp != stdout && wfp != stderr) { in cmd_open_outfile()
183 fclose(wfp); in cmd_open_outfile()
186 wfp = fp; in cmd_open_outfile()
196 if (wfp != stdout && wfp != stderr) { in cmd_close_outfile()
197 fclose(wfp); in cmd_close_outfile()
199 wfp = stdout; in cmd_close_outfile()
212 data.WriteSummary(wfp); in cmd_write_summary()
222 data.WriteDataBlock(wfp, block_id); in cmd_write_block()
275 fflush(wfp); in command_line()
[all …]
/dports/science/atompaw/atompaw-4.1.1.0/src/
H A Dfock.F9083 DEALLOCATE(wfp,dum,ddum)
145 DEALLOCATE(wfp,dum,ddum)
207 DEALLOCATE(wfp,dum,ddum)
342 DEALLOCATE(dum,wfp,vl)
402 DEALLOCATE(dum,wfp,vl)
467 DEALLOCATE(dum,wfp,vl)
532 DEALLOCATE(dum,wfp,vl)
584 DEALLOCATE(dum,wfp,vl)
652 DEALLOCATE(wfp,vl,dum,ddum)
707 DEALLOCATE(dum,wfp,vl)
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/bem/src/
H A DTABIPBWrap.c21 FILE *wfp; in apbs2tabipb_() local
31 wfp=fopen(fname_tp,"w"); in apbs2tabipb_()
33 fprintf(wfp, "%f %f %f %f\n", vars->chrpos[3*i], vars->chrpos[3*i + 1], in apbs2tabipb_()
36 fclose(wfp); in apbs2tabipb_()
48 FILE *wfp; in sphinx2tabipb() local
57 wfp=fopen(fname_tp,"w"); in sphinx2tabipb()
59 fprintf(wfp, "%f %f %f %f\n", vars->chrpos[3*i], vars->chrpos[3*i + 1], in sphinx2tabipb()
62 fclose(wfp); in sphinx2tabipb()

12345678910>>...14