Home
last modified time | relevance | path

Searched refs:fpid (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/cvpcb/tools/
H A Dcvpcb_association_tool.cpp52 LIB_ID fpid; in CopyAssoc() local
62 if( !fpid.IsValid() ) in CopyAssoc()
95 LIB_ID fpid; in CutAssoc() local
96 fpid = comp->GetFPID(); in CutAssoc()
99 if( !fpid.IsValid() ) in CutAssoc()
139 LIB_ID fpid; in PasteAssoc() local
156 if( fpid.Parse( data.GetText() ) >= 0 ) in PasteAssoc()
196 LIB_ID fpid; in Associate() local
198 fpid.Parse( fp ); in Associate()
201 if( fpid.empty() ) in Associate()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/scripts/
H A Dtest_kicad_plugin.py50 fpid = LIB_ID( '', 'mine' ) variable
52 module.SetFPID( fpid )
67 fpid = footprint.GetFPID() variable
68 fpid.SetLibNickname( UTF8( 'mylib' ) )
69 name = fpid.Format( fpid ).GetChars() # example to get the UTF8 char buffer
78 fpid = footprint.GetFPID() variable
79 fpid.SetLibNickname( UTF8( 'other_mylib' ) )
83 print( "Internal name should be 'mine': '%s'" % fpid.Format( fpid ) )
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
60 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
67 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
74 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
75 fflush(fpid); in create_pid_file()
83 FILE *fpid; in read_pid_file() local
85 if (NULL == (fpid = fopen(pidfile, "r"))) in read_pid_file()
91 if (1 == fscanf(fpid, "%d", (int *)pid)) in read_pid_file()
96 zbx_fclose(fpid); in read_pid_file()
116 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
60 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
67 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
74 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
75 fflush(fpid); in create_pid_file()
83 FILE *fpid; in read_pid_file() local
85 if (NULL == (fpid = fopen(pidfile, "r"))) in read_pid_file()
91 if (1 == fscanf(fpid, "%d", (int *)pid)) in read_pid_file()
96 zbx_fclose(fpid); in read_pid_file()
116 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
60 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
67 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
74 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
75 fflush(fpid); in create_pid_file()
83 FILE *fpid; in read_pid_file() local
85 if (NULL == (fpid = fopen(pidfile, "r"))) in read_pid_file()
91 if (1 == fscanf(fpid, "%d", (int *)pid)) in read_pid_file()
96 zbx_fclose(fpid); in read_pid_file()
116 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
60 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
67 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
74 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
75 fflush(fpid); in create_pid_file()
83 FILE *fpid; in read_pid_file() local
85 if (NULL == (fpid = fopen(pidfile, "r"))) in read_pid_file()
91 if (1 == fscanf(fpid, "%d", (int *)pid)) in read_pid_file()
96 zbx_fclose(fpid); in read_pid_file()
116 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
60 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
67 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
74 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
75 fflush(fpid); in create_pid_file()
83 FILE *fpid; in read_pid_file() local
85 if (NULL == (fpid = fopen(pidfile, "r"))) in read_pid_file()
91 if (1 == fscanf(fpid, "%d", (int *)pid)) in read_pid_file()
96 zbx_fclose(fpid); in read_pid_file()
116 zbx_fclose(fpid); in drop_pid_file()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dforum.c101 while( p && p->fpid!=fpid ) p = p->pNext; in forumpost_forward()
109 while( p && p->fpid!=fpid ) p = p->pPrev; in forumpost_backward()
273 int fpid; in forumthread_cmd() local
288 if( fpid<=0 ){ in forumthread_cmd()
291 if( fpid<=0 ){ in forumthread_cmd()
308 p->fpid, p->pIrt ? p->pIrt->fpid : 0, in forumthread_cmd()
316 fossil_print("%d->%d\n", p->fpid, p->pEditTail->fpid); in forumthread_cmd()
809 int fpid; in forumthread_page() local
875 fpid in forumthread_page()
1170 int fpid; in forumedit_page() local
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/rna/
H A Drna_fingerprint_ua.cc49 return fpid == y.fpid and part_num == y.part_num and total_parts == y.total_parts; in operator ==()
67 uafp.fpid = rfp.fpid; in push()
80 uafp.fpid = rfp.fpid; in push()
161 return (p1->fpid < p2->fpid) or (p1->fpid == p2->fpid and p1->part_num < p2->part_num); in operator ()()
180 if ( cur_fpid != fp->fpid ) in search_ua_fp()
182 cur_fpid = fp->fpid; in search_ua_fp()
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dfpsformat.cpp92 string fpid; in WriteMolecule() local
96 fpid=p; in WriteMolecule()
97 fpid = fpid.substr(0,fpid.find('"')); in WriteMolecule()
100 _pFP = OBFingerprint::FindFingerprint(fpid.c_str()); in WriteMolecule()
104 errorMsg << "Fingerprint type '" << fpid << "' not available" << endl; in WriteMolecule()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid))) in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid)) && (-1 == fcntl(fdpid, F_SETLK, &fl) || -1 == fcntl(fdpid, in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid)) && (-1 == fcntl(fdpid, F_SETLK, &fl) || -1 == fcntl(fdpid, in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid)) && (-1 == fcntl(fdpid, F_SETLK, &fl) || -1 == fcntl(fdpid, in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid)) && (-1 == fcntl(fdpid, F_SETLK, &fl) || -1 == fcntl(fdpid, in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxnix/
H A Dpid.c24 static FILE *fpid = NULL; variable
54 if (NULL == (fpid = fopen(pidfile, "w"))) in create_pid_file()
61 if (-1 != (fdpid = fileno(fpid)) && (-1 == fcntl(fdpid, F_SETLK, &fl) || -1 == fcntl(fdpid, in create_pid_file()
68 fprintf(fpid, "%d", (int)getpid()); in create_pid_file()
69 fflush(fpid); in create_pid_file()
110 zbx_fclose(fpid); in drop_pid_file()

123456789