Home
last modified time | relevance | path

Searched refs:exclist (Results 1 – 25 of 65) sorted by relevance

123

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/old_datasources/healpix/
H A Dhealpix_tools_fits.cpp207 char **exclist; in healpix_keys_read() local
221 strcpy(exclist[1], "BITPIX"); in healpix_keys_read()
222 strcpy(exclist[2], "NAXIS*"); in healpix_keys_read()
223 strcpy(exclist[3], "PCOUNT"); in healpix_keys_read()
224 strcpy(exclist[4], "GCOUNT"); in healpix_keys_read()
225 strcpy(exclist[5], "TFIELDS"); in healpix_keys_read()
226 strcpy(exclist[6], "TTYPE*"); in healpix_keys_read()
227 strcpy(exclist[7], "TFORM*"); in healpix_keys_read()
228 strcpy(exclist[8], "TUNIT*"); in healpix_keys_read()
232 strcpy(exclist[12], "NSIDE"); in healpix_keys_read()
[all …]
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dexclist.c24 struct exclist { struct
25 struct exclist *next; argument
30 static struct exclist *head, *tail; argument
38 struct exclist *exdef; in define_exception()
77 struct exclist *p; in enumerate_exceptions()
87 struct exclist *next = head->next; in free_exceptions()
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Ddbodbc.c105 exclist = list; in sql_exclist()
112 exclist = list; in sql_exception()
373 exclist = 0; in sql_disconnect()
439 exclist = 0; in sql_connect()
482 exclist = 0; in sql_connect()
511 exclist = 0; in sql_connect()
552 exclist = 0; in sql_begTrans()
629 exclist = 0; in endTrans()
654 exclist = 0; in sql_deferConstraints()
799 exclist = 0; in sql_blobInsert()
[all …]
H A Ddbinfx.ec488 if(exclist)
611 exclist = 0;
623 exclist = 0;
660 exclist = 0;
784 exclist = 0;
1195 exclist = 0;
1360 exclist = 0;
1392 exclist = 0;
1411 exclist = 0;
1444 exclist = 0;
[all …]
/dports/archivers/gtar/tar-1.34/src/
H A Dexclist.c62 struct exclist struct
64 struct exclist *next, *prev; argument
73 struct exclist *head = NULL, *tail = NULL, *ent; in info_attach_exclist() argument
136 struct exclist *ep = dir->exclude_list; in info_free_exclist()
140 struct exclist *next = ep->next; in info_free_exclist()
154 struct exclist *ep; in excluded_name()
H A DMakefile.am30 exclist.c\
H A Dtar.h370 struct exclist *exclude_list;
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/test/
H A D__init__.py80 exclist = self._resultForDoCleanups._excinfo
81 if exclist is not None:
82 for exc in exclist:
/dports/print/lyx/lyx-2.3.4.2/src/
H A DTrans.cpp138 void Trans::insertException(KmodException & exclist, char_type c, in insertException() argument
146 exclist.insert(exclist.begin(), p); in insertException()
152 void Trans::freeException(KmodException & exclist) in freeException() argument
154 exclist.clear(); in freeException()
H A DTrans.h156 void insertException(KmodException & exclist, char_type c,
160 void freeException(KmodException & exclist);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubWrapper.java141 NamedValue result, ExceptionList exclist, ContextList ctxlist) in _create_request() argument
144 exclist, ctxlist ) ; in _create_request()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubWrapper.java141 NamedValue result, ExceptionList exclist, ContextList ctxlist) in _create_request() argument
144 exclist, ctxlist ) ; in _create_request()
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/dynamic/
H A DexceptionList.cc230 CORBA::ORB::create_exception_list(ExceptionList_out exclist) in create_exception_list() argument
232 exclist = new ExceptionListImpl(); in create_exception_list()
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-irix5/
H A Dpanel.py116 def assign_members(target, attrlist, exclist, prefix): argument
118 if is_list(item) and len(item) == 2 and item[0] not in exclist:
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-irix6/
H A Dpanel.py116 def assign_members(target, attrlist, exclist, prefix): argument
118 if is_list(item) and len(item) == 2 and item[0] not in exclist:
/dports/lang/python27/Python-2.7.18/Lib/plat-irix6/
H A Dpanel.py116 def assign_members(target, attrlist, exclist, prefix): argument
118 if is_list(item) and len(item) == 2 and item[0] not in exclist:
/dports/lang/python27/Python-2.7.18/Lib/plat-irix5/
H A Dpanel.py116 def assign_members(target, attrlist, exclist, prefix): argument
118 if is_list(item) and len(item) == 2 and item[0] not in exclist:
/dports/math/gap/gap-4.11.0/src/
H A Dstreams.c1651 Obj exclist, in FuncUNIXSelect() argument
1663 RequirePlainList("UNIXSelect", exclist); in FuncUNIXSelect()
1688 for (i = 1;i <= LEN_PLIST(exclist);i++) { in FuncUNIXSelect()
1689 o = ELM_PLIST(exclist,i); in FuncUNIXSelect()
1731 for (i = 1;i <= LEN_PLIST(exclist);i++) { in FuncUNIXSelect()
1732 o = ELM_PLIST(exclist,i); in FuncUNIXSelect()
1736 SET_ELM_PLIST(exclist,i,Fail); in FuncUNIXSelect()
1737 CHANGED_BAG(exclist); in FuncUNIXSelect()
/dports/sysutils/clsync/clsync-85e5475/
H A Dclsync.h53 typedef int(*api_funct_rsync) (const char *inclist, const char *exclist);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/CORBA/
H A DObject.java227 ExceptionList exclist, in _create_request() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/CORBA/
H A DObject.java227 ExceptionList exclist, in _create_request() argument
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/pelib/tools/
H A Dpotential_converter.py226 for i, exclist in enumerate(exclists):
227 for ex in exclist:
/dports/x11/xpra/xpra-4.3/xpra/codecs/
H A Dvideo_helper.py142 exclist = list(x[1:] for x in inlist if x and x.startswith("-"))
147 notfound = tuple(x for x in (exclist+inclist) if x and x not in all_list)
150 return tuple(x for x in inclist if x not in exclist)
/dports/math/gap/gap-4.11.0/pkg/io-4.7.0/src/
H A Dio.c1388 static Obj FuncIO_select(Obj self, Obj inlist, Obj outlist, Obj exclist, in FuncIO_select() argument
1408 while (exclist == (Obj) 0 || !(IS_PLIST(exclist))) in FuncIO_select()
1409 exclist = ErrorReturnObj( in FuncIO_select()
1411 (Int)TNAM_OBJ(exclist),0L, in FuncIO_select()
1437 for (i = 1;i <= LEN_PLIST(exclist);i++) { in FuncIO_select()
1438 o = ELM_PLIST(exclist,i); in FuncIO_select()
1492 for (i = 1;i <= LEN_PLIST(exclist);i++) { in FuncIO_select()
1493 o = ELM_PLIST(exclist,i); in FuncIO_select()
1497 SET_ELM_PLIST(exclist,i,Fail); in FuncIO_select()
1498 CHANGED_BAG(exclist); in FuncIO_select()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java368 ExceptionList exclist, in create_request() argument
372 exclist, ctxlist); in create_request()

123