Home
last modified time | relevance | path

Searched refs:zlist (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/net-im/jabberd/jabberd-2.7.0/sm/
H A Dmod_privacy.c102 zebra_list_t zlist; in _privacy_free_z() local
128 zebra_list_t zlist; in _privacy_user_load() local
175 xhash_put(z->lists, zlist->name, (void *) zlist); in _privacy_user_load()
270 zlist->items = zlist->last = zitem; in _privacy_user_load()
439 if(zlist == NULL) in _privacy_in_router()
443 if(zlist == NULL) in _privacy_in_router()
494 if(zlist == NULL) in _privacy_out_router()
720 xhash_put(z->lists, zlist->name, (void *) zlist); in _privacy_in_sess()
802 zlist->items = zlist->last = zitem; in _privacy_in_sess()
1091 zlist->items = zlist->last = zitem; in _privacy_in_sess()
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archimesh/
H A Dachm_window_panel.py567 zlist[-1] = zlist[-2] + k1
587 myvertex.extend([[xlist[0], -k1 / 2, zlist[0]], [xlist[0], k1 / 2, zlist[0]]])
589 myvertex.extend([[xlist[x], -k1 / 2, zlist[1]], [xlist[x], k1 / 2, zlist[1]]])
590 myvertex.extend([[xlist[-1], -k1 / 2, zlist[0]], [xlist[-1], k1 / 2, zlist[0]]])
596 z = len(zlist) - 2
601 myvertex.extend([[xlist[x], -k1 / 2, zlist[z]], [xlist[x], k1 / 2, zlist[z]]])
696 z = zlist[-1] - c
1064 myvertex.extend([[0, -k1 / 2, zlist[-1]], [0, k1 / 2, zlist[-1]]])
1274 … [[xx, -k3, zlist[-3]], [xx + k4, -k3, zlist[-3] + k4], [xx + k4, k3, zlist[-3] + k4],
1280 … [[0, -k3, zlist[-1] - z], [0, -k3, zlist[-1] - z - f], [0, k3, zlist[-1] - z - f],
[all …]
/dports/graphics/radius-engine/radius-engine-1.1/
H A Dr_zlist.c36 r_zlist_t *zlist = (r_zlist_t*)object_list; in r_zlist_sort_insert() local
37 r_object_list_item_t *insert_item = &zlist->object_list.items[insert_index]; in r_zlist_sort_insert()
62 return r_object_list_remove_index(rs, parent, &zlist->object_list, item); in r_zlist_remove_index()
67 return r_object_list_remove(rs, parent, (r_object_list_t*)zlist, object); in r_zlist_remove()
70 r_status_t r_zlist_clear(r_state_t *rs, r_object_t *parent, r_zlist_t *zlist) in r_zlist_clear() argument
72 return r_object_list_clear(rs, parent, (r_object_list_t*)zlist); in r_zlist_clear()
118 r_zlist_t *zlist = (r_zlist_t*)object; in r_zlist_init() local
120 zlist->item_compare = item_compare; in r_zlist_init()
135 r_status_t r_zlist_lock(r_state_t *rs, r_object_t *parent, r_zlist_t *zlist) in r_zlist_lock() argument
137 return r_object_list_lock(rs, parent, (r_object_list_t*)zlist); in r_zlist_lock()
[all …]
H A Dr_zlist.h42 extern r_status_t r_zlist_lock(r_state_t *rs, r_object_t *parent, r_zlist_t *zlist);
43 extern r_status_t r_zlist_unlock(r_state_t *rs, r_object_t *parent, r_zlist_t *zlist);
46 extern r_status_t r_zlist_add(r_state_t *rs, r_object_t *parent, r_zlist_t *zlist, int item_index);
47 extern r_status_t r_zlist_remove_index(r_state_t *rs, r_object_t *parent, r_zlist_t *zlist, unsigne…
48 extern r_status_t r_zlist_remove(r_state_t *rs, r_object_t *parent, r_zlist_t *zlist, r_object_t *o…
49 extern r_status_t r_zlist_clear(r_state_t *rs, r_object_t *parent, r_zlist_t *zlist);
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/signer/
H A Dzonelist.c76 zonelist_type* zlist = NULL; in zonelist_create() local
78 if (!zlist) { in zonelist_create()
83 zlist->zones = ldns_rbtree_create(zone_compare); in zonelist_create()
84 if (!zlist->zones) { in zonelist_create()
87 free(zlist); in zonelist_create()
90 zlist->last_modified = 0; in zonelist_create()
91 pthread_mutex_init(&zlist->zl_lock, NULL); in zonelist_create()
92 return zlist; in zonelist_create()
207 if (!zlist || !zlist->zones) { in zonelist_add_zone()
228 zlist->just_added++; in zonelist_add_zone()
[all …]
/dports/math/gretl/gretl-2021d/plugin/zipunzip/
H A Dzunz_private.h84 typedef struct zlist_ zlist; typedef
147 zlist **zsort; /* list of files sorted by name */
232 int zipup (zfile *zf, zlist *z);
234 int decompress_to_file (zfile *zf, zlist *z, long offset);
237 int get_ef_ut_ztime (zlist *, iztimes *);
238 int get_ef_mode (zlist *z);
241 int put_local_header (zlist *z, FILE *fp);
242 int put_extended_header (zlist *z, FILE *fp);
243 int put_central_header (zlist *z, FILE *fp);
246 int zipcopy (zfile *zf, zlist *z, FILE *fp, FILE *fq);
[all …]
H A Dzipfile.c77 return fnamecmp((*(zlist **) a)->iname, in zqcmp()
78 (*(zlist **) b)->iname); in zqcmp()
85 return fnamecmp((*(zlist **) b)->iname, in rqcmp()
86 (*(zlist **) a)->iname); in rqcmp()
96 static int read_extra_attributes (zlist *z)
548 zlist **s; in read_zipfile()
578 int put_local_header (zlist *z, FILE *fp) in put_local_header()
883 int get_ef_mode (zlist *z) in get_ef_mode()
901 zlist **make_dirlist (int *pnd, int *err) in make_dirlist()
903 zlist **dirs = NULL; in make_dirlist()
[all …]
H A Dzfileio.c18 return fnamecmp((char *) n, ((zlist *) z)->zname); in zbcmp()
34 if ((r = (*cmp)(b, (const char *) *(zlist **) i)) < 0) { in search()
49 static zlist *zsearch (zfile *zf, const char *name) in zsearch()
51 zlist *ret = NULL; in zsearch()
54 zlist **pz = (zlist **) search(name, (const void **) zf->zsort, in zsearch()
128 zlist *z = NULL; /* where in zlist (if found) */ in newname()
H A Dzipmain.c15 zlist *zfiles = NULL; /* pointer to list of files in zip file */
84 zlist *z = zfiles; in record_zfiles()
118 zlist *z; /* pointer to next entry in zfiles list */ in free_zfiles()
303 static zlist *zlist_entry_new (flist *f) in zlist_entry_new()
305 zlist *z = malloc(sizeof *z); in zlist_entry_new()
329 static void free_zlist_entry (zlist *z) in free_zlist_entry()
403 zlist **w = &zfiles; in process_zfiles()
404 zlist *z; in process_zfiles()
451 zlist *z; in write_central_and_end()
476 static int dont_keep_file (zlist *z, zfile *zf) in dont_keep_file()
[all …]
/dports/math/gap/gap-4.11.0/pkg/Thelma-1.02/lib/
H A Dste_realizability.gi315 zlist:=[];
447 w:=THELMA_INTERNAL_SolveZW(zlist[i],zlist[i+1],w);
457 temp:=List(zlist[Size(zlist)],Order)*tempw-1;
534 w:=THELMA_INTERNAL_SolveZW(zlist[i],zlist[i+1],w);
544 temp:=List(zlist[Size(zlist)],Order)*tempw-1;
632 w:=THELMA_INTERNAL_SolveZW(zlist[i],zlist[i+1],w);
642 temp:=List(zlist[Size(zlist)],Order)*tempw-1;
668 temp:=List(zlist[Size(zlist)],Order)*tempw + sum -1;
784 w:=THELMA_INTERNAL_SolveZW(zlist[i],zlist[i+1],w);
794 temp:=List(zlist[Size(zlist)],Order)*tempw-1;
[all …]
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dlast_fancy.c163 llist_t *zlist; in last_main() local
195 zlist = NULL; in last_main()
236 llist_add_to(&zlist, xmemdup(&ut, sizeof(ut))); in last_main()
248 for (el = zlist; el; el = next) { in last_main()
256 llist_unlink(&zlist, el); in last_main()
278 llist_add_to(&zlist, xmemdup(&ut, sizeof(ut))); in last_main()
285 llist_free(zlist, free); in last_main()
286 zlist = NULL; in last_main()
292 llist_free(zlist, free); in last_main()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/progmodes/
H A Debnf-otz.el272 (zlist (cdr hlist))
290 (zlist
323 zlist empty-p)
327 (setq zlist (cons
333 zlist))
337 zlist)))
338 (cons nlist (nreverse zlist))))
405 (while (and ok zlist)
407 zlist (cdr zlist))
414 (while (and ok zlist)
[all …]
/dports/editors/emacs/emacs-27.2/lisp/progmodes/
H A Debnf-otz.el272 (zlist (cdr hlist))
290 (zlist
323 zlist empty-p)
327 (setq zlist (cons
333 zlist))
337 zlist)))
338 (cons nlist (nreverse zlist))))
405 (while (and ok zlist)
407 zlist (cdr zlist))
414 (while (and ok zlist)
[all …]
/dports/science/berkeleygw/BGW-2.0.0/Visual/
H A Daverage.py164 zlist = []
166 zlist.append(aposition[ia][2])
168 fdummy = (zlist[ia] - zout) / zlen
172 zlist[ia] -= zlen * float(idummy)
173 zlist.sort()
174 zcenter = (zlist[0] + zlist[na - 1]) / 2.0
204 zstart = (zlist[nsa - 1] + zlist[nsa]) / 2.0
216 zend = (zlist[na - 1 - nsa] + zlist[na - nsa]) / 2.0
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/python/
H A Dpes_scan.py82 zlist = []
90 zlist.append(elt)
100 for i in range(0,len(zlist)):
101 new = zlist[i]
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/python/
H A Dpes_scan.py82 zlist = []
90 zlist.append(elt)
100 for i in range(0,len(zlist)):
101 new = zlist[i]
/dports/archivers/zip/zip30/
H A Dzip.h147 struct zlist { struct
186 struct zlist far *nxt; /* Pointer to next header in list */ argument
628 int zipup OF((struct zlist far *));
646 struct zlist far *zsearch OF((ZCONST char *));
648 int get_ef_ut_ztime OF((struct zlist far *, iztimes *));
654 int putlocal OF((struct zlist far *, int));
655 int putextended OF((struct zlist far *));
656 int putcentral OF((struct zlist far *));
661 int zipcopy OF((struct zlist far *));
662 int readlocal OF((struct zlist far **, struct zlist far *));
[all …]
H A Dzipfile.c1767 struct zlist far *z; in zipoddities()
1956 if ((z = (struct zlist far *)farmalloc(sizeof(struct zlist))) == NULL ||
2161 struct zlist far *z;
2164 struct zlist far *locz;
2242 if ((locz = (struct zlist far *)farmalloc(sizeof(struct zlist))) == NULL) {
2616 if ((z = (struct zlist far *)farmalloc(sizeof(struct zlist))) == NULL)
3222 struct zlist far *cz; in scanzipf_fixnew()
3585 if ((z = (struct zlist far *)farmalloc(sizeof(struct zlist))) == NULL) { in scanzipf_fixnew()
4789 if ((z = (struct zlist far *)farmalloc(sizeof(struct zlist))) == NULL) { in scanzipf_regnew()
6662 struct zlist far *z; in get_ef_ut_ztime()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/
H A Dboinczip.h147 struct zlist { struct
186 struct zlist far *nxt; /* Pointer to next header in list */ argument
628 int zipup OF((struct zlist far *));
646 struct zlist far *zsearch OF((ZCONST char *));
648 int get_ef_ut_ztime OF((struct zlist far *, iztimes *));
654 int putlocal OF((struct zlist far *, int));
655 int putextended OF((struct zlist far *));
656 int putcentral OF((struct zlist far *));
661 int zipcopy OF((struct zlist far *));
662 int readlocal OF((struct zlist far **, struct zlist far *));
[all …]
H A Dzipfile.c1767 struct zlist far *z; in zipoddities()
1956 if ((z = (struct zlist far *)farmalloc(sizeof(struct zlist))) == NULL ||
2161 struct zlist far *z;
2164 struct zlist far *locz;
2242 if ((locz = (struct zlist far *)farmalloc(sizeof(struct zlist))) == NULL) {
2616 if ((z = (struct zlist far *)farmalloc(sizeof(struct zlist))) == NULL)
3222 struct zlist far *cz; in scanzipf_fixnew()
3585 if ((z = (struct zlist far *)farmalloc(sizeof(struct zlist))) == NULL) { in scanzipf_fixnew()
4789 if ((z = (struct zlist far *)farmalloc(sizeof(struct zlist))) == NULL) { in scanzipf_regnew()
6662 struct zlist far *z; in get_ef_ut_ztime()
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/zfs/
H A Dzpool_iostat62 zlist=$(echo "$iostats" \
103 echo "$zlist" | while read -r device_id; do
110 echo "$zlist" | while read -r device_id; do
123 echo "$zlist" | while read -r device_id; do
H A Dzlist10 zlist=`/sbin/zpool list -H|awk '{print $1}'`
11 first=`echo $zlist | tr ' ' '\n' | head -1`
12 echo $zlist | tr ' ' '\n' | while read i; do
/dports/math/reduce/Reduce-svn5758-src/packages/int/
H A Dtrcase.red59 zlist);
61 % !*reverse: flag to re-order zlist.
97 print zlist>>;
98 % if !*ratintspecial and null cdr zlist then
103 foreach z in zlist do
113 divlist := findtrialdivs zlist;
115 sqrtlist := findsqrts zlist;
119 prim := sqfree(cdr divlist,zlist);
133 if !*reverse then zlist := reverse zlist; % Alter order function.
134 indexlist := createindices zlist;
[all …]
/dports/emulators/uae/uae-0.8.29/src/
H A Dzfile.c29 static struct zfile *zlist = 0; variable
38 while ((l = zlist)) { in zfile_exit()
39 zlist = l->next; in zfile_exit()
250 l->pprev = &zlist; in zfile_open()
251 l->next = zlist; in zfile_open()
254 zlist = l; in zfile_open()
/dports/dns/nsd/nsd-4.3.9/contrib/bind2nsd/bind2nsd/
H A DNsdConf.py359 zlist = named.getZones()
360 for ii in zlist:
398 zlist = self.zones.keys()
399 zlist.sort()
400 for ii in zlist:
420 zlist = self.zones.keys()
421 zlist.sort()
422 for ii in zlist:
503 zlist = self.zones.keys()
504 zlist.sort()
[all …]

1234567891011