Home
last modified time | relevance | path

Searched refs:entid (Results 1 – 25 of 70) sorted by relevance

123

/dports/french/med/med-4.0.0/src/2.3.6/ci/
H A DMEDglobalNumEcr.c31 med_idt root=0, maaid=0, entid=0, geoid=0, dataset=0; in MEDglobalNumEcr() local
65 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDglobalNumEcr()
66 if ((entid = _MEDdatagroupCreer(maaid,nom_ent)) < 0) in MEDglobalNumEcr()
78 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDglobalNumEcr()
79 if ((geoid = _MEDdatagroupCreer(entid,nom_geo)) < 0) in MEDglobalNumEcr()
89 root = entid; in MEDglobalNumEcr()
129 if (entid>0) if (_MEDdatagroupFermer(entid) < 0) { in MEDglobalNumEcr()
131 ISCRUTE_int(entid); ret = -1; in MEDglobalNumEcr()
H A DMEDnomEcr.c30 med_idt root, maaid, entid, geoid, dataset; in MEDnomEcr() local
65 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDnomEcr()
66 if ((entid = _MEDdatagroupCreer(maaid,nom_ent)) < 0) in MEDnomEcr()
78 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDnomEcr()
79 if ((geoid = _MEDdatagroupCreer(entid,nom_geo)) < 0) in MEDnomEcr()
89 root = entid; in MEDnomEcr()
112 if ((ret = _MEDdatagroupFermer(entid)) < 0) in MEDnomEcr()
H A DMEDglobalNumLire.c30 med_idt root=0,maaid=0, entid=0, geoid=0; in MEDglobalNumLire() local
64 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDglobalNumLire()
74 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDglobalNumLire()
83 root = entid; in MEDglobalNumLire()
112 if (entid>0) if (_MEDdatagroupFermer(entid) < 0) { in MEDglobalNumLire()
114 ISCRUTE_int(entid); ret = -1; in MEDglobalNumLire()
H A DMEDfamEcr.c30 med_idt root, maaid, entid, geoid, dataset; in MEDfamEcr() local
65 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDfamEcr()
66 if ((entid = _MEDdatagroupCreer(maaid,nom_ent)) < 0) in MEDfamEcr()
78 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDfamEcr()
79 if ((geoid = _MEDdatagroupCreer(entid,nom_geo)) < 0) in MEDfamEcr()
89 root = entid; in MEDfamEcr()
119 if ((ret = _MEDdatagroupFermer(entid)) < 0) in MEDfamEcr()
H A DMEDnEntMaa.c30 med_idt root=0, maaid=0, entid=0,geoid=0, dataset=0; in MEDnEntMaa() local
66 entid = _MEDdatagroupOuvrir(maaid,nom_ent); in MEDnEntMaa()
76 geoid = _MEDdatagroupOuvrir(entid,nom_geo); in MEDnEntMaa()
87 root = entid; in MEDnEntMaa()
108 if (entid > 0) in MEDnEntMaa()
109 if ( _MEDdatagroupFermer(entid) < 0) in MEDnEntMaa()
H A DMEDnomLire.c32 med_idt entid = 0; in MEDnomLire() local
75 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) { in MEDnomLire()
95 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) { in MEDnomLire()
111 root = entid; in MEDnomLire()
129 if (entid > 0) in MEDnomLire()
130 if (_MEDdatagroupFermer(entid) < 0) in MEDnomLire()
H A DMEDnumLire.c33 med_idt entid = 0; in MEDnumLire() local
74 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) { in MEDnumLire()
93 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) { in MEDnumLire()
109 root = entid; in MEDnumLire()
138 if (entid > 0) in MEDnumLire()
139 if (_MEDdatagroupFermer(entid) < 0) in MEDnumLire()
H A DMEDnumEcr.c30 med_idt root, maaid, entid, geoid, dataset; in MEDnumEcr() local
65 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDnumEcr()
78 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDnumEcr()
79 if ((geoid = _MEDdatagroupCreer(entid,nom_geo)) < 0) in MEDnumEcr()
89 root = entid; in MEDnumEcr()
119 if ((ret = _MEDdatagroupFermer(entid)) < 0) in MEDnumEcr()
H A DMEDfamLire.c32 med_idt entid = 0; in MEDfamLire() local
75 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) { in MEDfamLire()
95 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) { in MEDfamLire()
113 root = entid; in MEDfamLire()
144 if (entid > 0) in MEDfamLire()
145 if (_MEDdatagroupFermer(entid) < 0) in MEDfamLire()
H A DMEDconnEcr.c31 med_idt maaid, entid, geoid, dataset; in MEDconnEcr() local
68 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDconnEcr()
69 if ((entid = _MEDdatagroupCreer(maaid,nom_ent)) < 0) in MEDconnEcr()
77 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDconnEcr()
78 if ((geoid = _MEDdatagroupCreer(entid,nom_geo)) < 0) in MEDconnEcr()
132 if ((ret = _MEDdatagroupFermer(entid)) < 0) in MEDconnEcr()
H A DMEDmaaCr.c29 med_idt maaid=0, root=0, entid=0, geoid=0 ; in MEDmaaCr() local
107 if ((entid = _MEDdatagroupCreer(maaid,nom_ent)) < 0) { in MEDmaaCr()
129 if ((geoid = _MEDdatagroupCreer(entid,nom_geo)) < 0) { in MEDmaaCr()
148 if (entid>0) if (_MEDdatagroupFermer(entid) < 0) { in MEDmaaCr()
150 ISCRUTE_id(entid);ret = -1; in MEDmaaCr()
H A DMEDpolygoneInfo.c30 med_idt root=0, maaid=0, entid=0,geoid=0, dataset=0; in MEDpolygoneInfo() local
59 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDpolygoneInfo()
67 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDpolygoneInfo()
104 if (entid > 0) in MEDpolygoneInfo()
105 if ( _MEDdatagroupFermer(entid) < 0) in MEDpolygoneInfo()
H A DMEDpolyedreInfo.c30 med_idt maaid=0, entid=0, geoid=0, dataset=0; in MEDpolyedreInfo() local
61 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDpolyedreInfo()
70 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDpolyedreInfo()
116 if (entid > 0) if (_MEDdatagroupFermer(entid) < 0) _ret= -1; in MEDpolyedreInfo()
H A DMEDpolygoneConnEcr.c32 med_idt maaid, entid, geoid, dataset; in MEDpolygoneConnEcr() local
69 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDpolygoneConnEcr()
70 if ((entid = _MEDdatagroupCreer(maaid,nom_ent)) < 0) in MEDpolygoneConnEcr()
78 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDpolygoneConnEcr()
79 if ((geoid = _MEDdatagroupCreer(entid,nom_geo)) < 0) in MEDpolygoneConnEcr()
146 if ((ret = _MEDdatagroupFermer(entid)) < 0) in MEDpolygoneConnEcr()
H A DMEDpolyedreConnEcr.c31 med_idt maaid, entid, geoid, dataset; in MEDpolyedreConnEcr() local
70 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDpolyedreConnEcr()
71 if ((entid = _MEDdatagroupCreer(maaid,nom_ent)) < 0) in MEDpolyedreConnEcr()
80 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDpolyedreConnEcr()
81 if ((geoid = _MEDdatagroupCreer(entid,nom_geo)) < 0) in MEDpolyedreConnEcr()
173 if ((ret = _MEDdatagroupFermer(entid)) < 0) in MEDpolyedreConnEcr()
H A DMEDpolygoneConnLire.c32 med_idt maaid, entid, geoid; in MEDpolygoneConnLire() local
67 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDpolygoneConnLire()
75 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDpolygoneConnLire()
119 if ((ret = _MEDdatagroupFermer(entid)) < 0) in MEDpolygoneConnLire()
H A DMEDpolyedreConnLire.c31 med_idt maaid, entid, geoid, dataset; in MEDpolyedreConnLire() local
67 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDpolyedreConnLire()
76 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDpolyedreConnLire()
128 if ((ret = _MEDdatagroupFermer(entid)) < 0) in MEDpolyedreConnLire()
H A DMEDconnLire.c34 med_idt maaid,entid,geoid; in MEDconnLire() local
73 if ((entid = _MEDdatagroupOuvrir(maaid,nom_ent)) < 0) in MEDconnLire()
81 if ((geoid = _MEDdatagroupOuvrir(entid,nom_geo)) < 0) in MEDconnLire()
138 if ((ret = _MEDdatagroupFermer(entid)) < 0) in MEDconnLire()
/dports/net/netatalk3/netatalk-3.1.12/contrib/shell_utils/
H A Dapple_dump.in331 $entid = unpack("N", $buf );
333 printf("Entry ID : %08X", $entid);
334 if ( $entid == 1 ) { printf(" : Data Fork"); }
336 elsif ( $entid == 3 ) { printf(" : Real Name"); }
337 elsif ( $entid == 4 ) { printf(" : Comment"); }
338 elsif ( $entid == 5 ) { printf(" : Icon, B&W"); }
339 elsif ( $entid == 6 ) { printf(" : Icon Color"); }
340 elsif ( $entid == 7 ) { printf(" : File Info"); }
346 elsif ( $entid == 13 ) { printf(" : Short Name"); }
382 if ( $entid == 8 ) { filedatesdump($ofst,$len); }
[all …]
/dports/science/silo/silo-4.10.2-bsd/src/netcdf/
H A Dobj.c278 SO_GetComponent(int sid, int entid, int enttype, int entpar) in SO_GetComponent() argument
304 if (OOPS == (silonetcdf_ncdiminq(sid, entid, NULL, (int *)var))) { in SO_GetComponent()
312 if (OOPS == (silonetcdf_ncvarinq(sid, entid, NULL, in SO_GetComponent()
332 if (OOPS == (silonetcdf_ncvarget1(sid, entid, index, var))) { in SO_GetComponent()
338 if (OOPS == (silonetcdf_ncvarget(sid, entid, start, count, var))) { in SO_GetComponent()
361 memcpy(var, &entid, sizeof(int)); in SO_GetComponent()
395 SO_ReadComponent(int sid, int entid, int enttype, int entpar, int vartype, in SO_ReadComponent() argument
420 if (OOPS == (silonetcdf_ncdiminq(sid, entid, NULL, (int *)var))) { in SO_ReadComponent()
427 if (OOPS == (silonetcdf_ncvarinq(sid, entid, NULL, in SO_ReadComponent()
459 if (OOPS == (silonetcdf_ncvarget1(sid, entid, index, local_var))) { in SO_ReadComponent()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Ddbilist.pl75 ($entid,$entref, $entseq, $entfile) = unpack ("A$entidlen"."V2v", $entrecord);
76 print "Entry $i pos $entpos file $entfile offsets $entref,$entseq '$entid'\n";
97 ($entid,$entref, $entseq, $entfile) = unpack ("A$entidlen"."V2v", $entrecord);
100 print "Hit record $recnum: Entry $entrec file $entfile offsets $entref,$entseq '$entid'\n";
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxlog.c255 struct zx_str* entid, /* 5 null allowed, - if not given */ in zxlog_fmt() argument
288 if (entid && entid->len && entid->s) { in zxlog_fmt()
289 sha1_safe_base64(sha1_name, entid->len, entid->s); in zxlog_fmt()
401 struct zx_str* entid, /* 5 null allowed, - if not given */ in zxlog() argument
424 ourts, srcts, ipport, entid, msgid, a7nid, nid, sigval, res, in zxlog()
472 struct zx_str* entid, /* 5 null allowed, - if not given */ in zxlogusr() argument
494 ourts, srcts, ipport, entid, msgid, a7nid, nid, sigval, res, in zxlogusr()
542 struct zx_str* entid, /* issuer or target entity ID */ in zxlog_path() argument
555 if (!entid) { in zxlog_path()
574 sha1_safe_base64(p, entid->len, entid->s); in zxlog_path()
H A Dzxcot.c92 char* entid = 0; variable
224 entid = (*argv)[0]; in opt()
679 if (entid) { in zxcot_main()
681 sha1_safe_base64(sha1_name, strlen(entid), entid); in zxcot_main()
H A Dzxbusprod.c292 struct zx_str* entid, /* 5 null allowed, - if not given */
325 if (entid && entid->len && entid->s) {
326 sha1_safe_base64(sha1_name, entid->len, entid->s);
1340 struct zx_str* entid, /* 5 null allowed, - if not given */
1363 ourts, srcts, ipport, entid, msgid, a7nid, nid, sigval, res,
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Doctarender.cpp240 ushort tex, envmap, entid; member
245 : tex(tex), envmap(envmap), entid(entid), orient(orient), layer(layer), alpha(alpha) in sortkey()
248 …nvmap && orient==o.orient && layer==o.layer && alpha==o.alpha && compareentcolor(entid, o.entid); } in operator ==()
271 return sortentcolor(x.entid, y.entid) < 0; in sort()
287 ushort tex, envmap, reuse, entid; member
290 decalkey(ushort tex, ushort envmap = EMID_NONE, ushort reuse = 0, ushort entid = USHRT_MAX) in decalkey()
291 : tex(tex), envmap(envmap), reuse(reuse), entid(entid) in decalkey()
294 …nst { return tex==o.tex && envmap==o.envmap && reuse==o.reuse && compareentcolor(entid, o.entid); } in operator ==()
312 return sortentcolor(x.entid, y.entid); in sort()
594 e.entid = k.entid; in setupdata()
[all …]

123