Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dgenref.cpp2535 CdssListPtr newclp; in SrchCdss() local
2549 newclp = new CdssList(); in SrchCdss()
2550 newclp->segnum = segnum; in SrchCdss()
2551 newclp->from = slip->from; in SrchCdss()
2552 newclp->to = slip->to; in SrchCdss()
2555 newclp->next = clp; in SrchCdss()
2556 clp = newclp; in SrchCdss()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfs_clstate.c735 struct nfsclclient *newclp = NULL; in nfscl_getcl() local
749 MALLOC(newclp, struct nfsclclient *, in nfscl_getcl()
761 if (newclp != NULL) in nfscl_getcl()
762 free(newclp, M_NFSCLCLIENT); in nfscl_getcl()
767 if (newclp == NULL) { in nfscl_getcl()
771 clp = newclp; in nfscl_getcl()
794 if (newclp != NULL) in nfscl_getcl()
795 free(newclp, M_NFSCLCLIENT); in nfscl_getcl()
/dports/math/R/R-4.1.2/src/main/
H A Dconnections.c2555 static Rconnection newclp(const char *url, const char *inmode) in newclp() function
5525 con = newclp(url, strlen(open) ? open : "r"); in do_url()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dconnections.c2555 static Rconnection newclp(const char *url, const char *inmode) in newclp() function
5525 con = newclp(url, strlen(open) ? open : "r"); in do_url()