Home
last modified time | relevance | path

Searched refs:load_list (Results 1 – 25 of 141) sorted by relevance

123456

/dports/sysutils/modules/modules-4.6.0/compat/
H A DModuleCmd_Update.c100 **load_list, /** List of loaded modules **/ in ModuleCmd_Update() local
234 if( NULL == (load_list = (char**) module_malloc( maxlist*sizeof(char**)))) in ModuleCmd_Update()
247 for( load_list[ list_count++] = xstrtok( loaded, ":"); in ModuleCmd_Update()
248 load_list[ list_count-1]; in ModuleCmd_Update()
249 load_list[ list_count++] = xstrtok( NULL, ":") ) { in ModuleCmd_Update()
259 if(!(load_list = (char**) module_realloc((char *) load_list, in ModuleCmd_Update()
270 ModuleCmd_Load( interp, 1, list_count, load_list); in ModuleCmd_Update()
277 null_free((void *) &load_list); in ModuleCmd_Update()
287 null_free((void *) &load_list); in ModuleCmd_Update()
/dports/sysutils/ttyload/ttyload-0.5.3/
H A Dttyload.c94 load_list *loadavgs;
97 void showloads(load_list *);
100 void cycle_load_list(load_list*, load_list, int);
101 void initialize_load_list(load_list *list, int size);
154 load_list newload;
248 loadavgs = (load_list *)calloc(width, sizeof(load_list));
327 load_list *loadavgs; in showloads()
329 load_list min = {LONG_MAX-1, LONG_MAX-1, LONG_MAX-1, 0, 0, 0},
514 load_list *loadavgs, in cycle_load_list()
535 void initialize_load_list(load_list *list, int size) in initialize_load_list()
H A Dttyload.h22 typedef struct load_list { struct
30 } load_list; argument
40 extern void getload(load_list *);
/dports/graphics/p5-CAD-Drawing/CAD-Drawing-0.26/t/
H A Dmethods.t19 @subs = load_list("$sublist-main");
26 @subs = load_list("$sublist-defined");
36 @subs = load_list("$sublist-graphics");
44 sub load_list {
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dload.c38 struct load_list struct
40 struct load_list *next; argument
45 static struct load_list *loaded_syms = NULL; argument
67 struct load_list *new; in load_object()
111 new = xmalloc (sizeof (struct load_list)); in load_object()
237 struct load_list *d; in unload_file()
/dports/devel/gmake/make-4.3/src/
H A Dload.c38 struct load_list struct
40 struct load_list *next; argument
45 static struct load_list *loaded_syms = NULL; argument
67 struct load_list *new; in load_object()
111 new = xmalloc (sizeof (struct load_list)); in load_object()
237 struct load_list *d; in unload_file()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/test/python/testtools/
H A Drun.py145 self.load_list = None
156 if self.load_list:
161 source = file(self.load_list, 'rb')
224 self.load_list = value
293 self.load_list = options.load_list
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/test/python/testtools/
H A Drun.py145 self.load_list = None
156 if self.load_list:
161 source = file(self.load_list, 'rb')
224 self.load_list = value
293 self.load_list = options.load_list
/dports/deskutils/go-for-it/Go-For-It-1.9.6/src/
H A DMain.vala47 private static string[] load_list = null;
94 if (load_list != null) {
95 info = list_manager.get_list_info (load_list[0], load_list[1]);
99 load_list[0],
100 load_list[1]
103 load_list = null;
106 load_list = null;
221 load_list = {args[i + 1], args[i + 2]};
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/testtools-0.9.34/testtools/
H A Drun.py196 self.load_list = None
207 if self.load_list:
212 source = open(self.load_list, 'rb')
275 self.load_list = value
344 self.load_list = options.load_list
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_expression_class_is_in_list.c95 static grib_trie* load_list(grib_context* c, grib_expression* e, int* err) in load_list() function
164 grib_trie* list = load_list(h->context, g, &err); in evaluate_long()
184 grib_trie* list = load_list(h->context, g, &err); in evaluate_double()
204 grib_trie* list = load_list(h->context, g, err); in evaluate_string()
/dports/benchmarks/super-smack/super-smack-1.3/src/
H A Dtest-dictionary.cc35 rd1.load_list("sasha,sarah,matt,monty,david"); in main()
44 sd1.load_list("sasha,sarah,benjamin,dallin,runner,word"); in main()
/dports/math/py-sympy/sympy-1.9/sympy/physics/mechanics/
H A Djointsmethod.py152 load_list = []
154 load_list.extend(body.loads)
155 return load_list
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/rigify/
H A D__init__.py95 load_list = [ __name__ + '.' + name for name in initial_load_order ]
97 for i, name in enumerate(load_list):
101 expected_list = load_list[0 : max(11, i+1)]
106 return load_list
119 load_list = load_initial_modules() variable
125 if not compare_module_list(reload_list, load_list):
126 …print('!!! RIGIFY: initial load order mismatch - expected: \n', load_list, '\nGot:\n', reload_list)
/dports/security/gnutls/gnutls-3.6.16/tests/
H A Dgnutls_ocsp_resp_list_import2.c41 static void load_list(const char *name, const gnutls_datum_t *txt, in load_list() function
256 load_list(tests[i].name, tests[i].ocsps, tests[i].nocsps, in doit()
H A Dgnutls_x509_crt_list_import.c45 static void load_list(const char *name, const gnutls_datum_t *txt, in load_list() function
362 load_list(tests[i].name, tests[i].certs, tests[i].ncerts, in doit()
/dports/net/samba412/samba-4.12.15/python/samba/subunit/
H A Drun.py532 self.load_list = None
543 if self.load_list:
548 source = open(self.load_list, 'rb')
593 self.load_list = value
656 self.load_list = options.load_list
/dports/devel/py-testtools/testtools-2.5.0/testtools/
H A Drun.py154 self.load_list = None
166 if self.load_list:
171 source = open(self.load_list, 'rb')
/dports/net/samba412/samba-4.12.15/source4/torture/
H A Dsmbtorture.c388 const char *load_list = NULL;
423 {"load-list", 0, POPT_ARG_STRING, &load_list, 0,
500 if (load_list != NULL) {
502 r = file_lines_load(load_list, &num_restricted, 0, mem_ctx);
505 printf("Unable to read load list file '%s'\n", load_list);
/dports/x11/libsx/libsx/freq/
H A Dfreq.c82 static void load_list(Widget w, char *string, int index, FReqData *fdata);
124 w[2] = MakeScrollList(fdata.dirlist, 350, 300, (void *)load_list, &fdata); in GetFile()
199 static void load_list(Widget w, char *string, int index, FReqData *fdata) in load_list() function
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/pinyin/3rdparty/pinyin/patches/
H A D0004-Bundle-pinyin-dictionary-in-the-plugin.patch34 - bool load_list(FILE *fp);
35 + bool load_list(QFile *fp);
110 -bool DictList::load_list(FILE *fp) {
111 +bool DictList::load_list(QFile *fp) {
134 @@ -430,14 +430,14 @@ bool DictList::load_list(FILE *fp) {
263 if (!spl_trie.load_spl_trie(fp) || !dict_list_->load_list(fp) ||
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/amiga/
H A Damirip.c46 static char *load_list[] = { "tomb.iff", 0 }; variable
145 tomb_bmhd = ReadImageFiles(load_list, tbmp, &errstr);
285 FreeImageFiles(load_list, tbmp);
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/amiga/
H A Damirip.c46 static char *load_list[] = { "tomb.iff", 0 }; variable
145 tomb_bmhd = ReadImageFiles(load_list, tbmp, &errstr);
285 FreeImageFiles(load_list, tbmp);
/dports/games/nethack33/nethack-3.3.1/sys/amiga/
H A Damirip.c45 static char *load_list[]={"tomb.iff",0}; variable
135 tomb_bmhd = ReadImageFiles(load_list, tbmp, &errstr );
314 if(tbmp[0])FreeImageFiles(load_list, tbmp);
/dports/games/nethack33-nox11/nethack-3.3.1/sys/amiga/
H A Damirip.c45 static char *load_list[]={"tomb.iff",0}; variable
135 tomb_bmhd = ReadImageFiles(load_list, tbmp, &errstr );
314 if(tbmp[0])FreeImageFiles(load_list, tbmp);

123456