Home
last modified time | relevance | path

Searched refs:rdp1 (Results 1 – 4 of 4) sorted by relevance

/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dconfparse.c638 const struct rpc_data *rdp1 = SC_RPCDATA( scp ) ; in check_entry() local
640 if ( rdp1->rd_program_number != rdp2->rd_program_number ) in check_entry()
642 if ( rdp1->rd_min_version > rdp2->rd_max_version || in check_entry()
643 rdp1->rd_max_version < rdp2->rd_min_version ) in check_entry()
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dcleanasn.c11198 RecipDataPtr rdp1; in SortRecipIDs() local
11207 rdp1 = (RecipDataPtr) vnp1->data.ptrvalue; in SortRecipIDs()
11209 if (rdp1 == NULL || rdp2 == NULL) return 0; in SortRecipIDs()
11211 cmp = StringICmp (rdp1->orig_trans_id, rdp2->orig_trans_id); in SortRecipIDs()
/dports/news/cnews/cnews-cr.g_18/contrib/snntpd/
H A Dtestihave2605 rdc(DEMAND), rdidrdm(DEMAND), rdp1(DEMAND), rdsoftwr(DEMAND),
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dvalid.c6841 ReuseDataPtr rdp1, rdp2; in SortVnpByDeltaLoc() local
6848 rdp1 = (ReuseDataPtr) vnp1->data.ptrvalue; in SortVnpByDeltaLoc()
6850 if (rdp1 == NULL || rdp2 == NULL) return 0; in SortVnpByDeltaLoc()
6852 compare = StringICmp (rdp1->seqidstr, rdp2->seqidstr); in SortVnpByDeltaLoc()
6859 if (rdp1->from > rdp2->from) { in SortVnpByDeltaLoc()
6861 } else if (rdp1->from < rdp2->from) { in SortVnpByDeltaLoc()
6865 if (rdp1->to > rdp2->to) { in SortVnpByDeltaLoc()
6867 } else if (rdp1->to < rdp2->to) { in SortVnpByDeltaLoc()