Home
last modified time | relevance | path

Searched refs:atname (Results 1 – 25 of 138) sorted by relevance

123456

/dports/biology/babel/babel-1.6/
H A Dsmilesto.c30 char atname[2], *bord = NULL; in smilestocontab() local
97 atname[0] = smiles[i]; in smilestocontab()
98 atname[1] = smiles[i+1]; in smilestocontab()
103 atname[0] = smiles[i]; in smilestocontab()
104 atname[1] = '\0'; in smilestocontab()
115 atname[0] = smiles[i]; in smilestocontab()
116 atname[1] = '\0'; in smilestocontab()
121 atname[0] = smiles[i]; in smilestocontab()
122 atname[1] = smiles[i+1]; in smilestocontab()
262 upper[0] = toupper(atname[0]); in addatomtocontab()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-wt/
H A Dindex.c35 struct berval *atname ) in wt_index_mask() argument
41 *atname = desc->ad_cname; in wt_index_mask()
53 *atname = desc->ad_type->sat_cname; in wt_index_mask()
66 *atname = at->sat_cname; in wt_index_mask()
145 struct berval *atname, in indexer() argument
156 cursor = wt_index_open(wc, atname, 1); in indexer()
160 atname->bv_val ); in indexer()
177 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
198 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
220 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-wt/
H A Dindex.c35 struct berval *atname ) in wt_index_mask() argument
41 *atname = desc->ad_cname; in wt_index_mask()
53 *atname = desc->ad_type->sat_cname; in wt_index_mask()
66 *atname = at->sat_cname; in wt_index_mask()
145 struct berval *atname, in indexer() argument
156 cursor = wt_index_open(wc, atname, 1); in indexer()
160 atname->bv_val ); in indexer()
177 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
198 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
220 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-wt/
H A Dindex.c35 struct berval *atname ) in wt_index_mask() argument
41 *atname = desc->ad_cname; in wt_index_mask()
53 *atname = desc->ad_type->sat_cname; in wt_index_mask()
66 *atname = at->sat_cname; in wt_index_mask()
145 struct berval *atname, in indexer() argument
156 cursor = wt_index_open(wc, atname, 1); in indexer()
160 atname->bv_val ); in indexer()
177 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
198 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
220 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-wt/
H A Dindex.c35 struct berval *atname ) in wt_index_mask() argument
41 *atname = desc->ad_cname; in wt_index_mask()
53 *atname = desc->ad_type->sat_cname; in wt_index_mask()
66 *atname = at->sat_cname; in wt_index_mask()
145 struct berval *atname, in indexer() argument
156 cursor = wt_index_open(wc, atname, 1); in indexer()
160 atname->bv_val ); in indexer()
177 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
198 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
220 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/libcsg/modules/io/
H A Dxmltopologyreader.cc143 string atname = it.getAttribute<string>("name"); in ParseMolecule() local
180 XMLBead *xmlBead = new XMLBead(atname, attype, atmass, atq); in ParseMolecule()
301 XMLBead &xmlBead1 = *xmlMolecule.name2beads[b1.atname]; in ParseBond()
302 XMLBead &xmlBead2 = *xmlMolecule.name2beads[b2.atname]; in ParseBond()
339 XMLBead &xmlBead1 = *xmlMolecule.name2beads[b1.atname]; in ParseAngle()
340 XMLBead &xmlBead2 = *xmlMolecule.name2beads[b2.atname]; in ParseAngle()
341 XMLBead &xmlBead3 = *xmlMolecule.name2beads[b3.atname]; in ParseAngle()
379 XMLBead &xmlBead1 = *xmlMolecule.name2beads[b1.atname]; in ParseDihedral()
380 XMLBead &xmlBead2 = *xmlMolecule.name2beads[b2.atname]; in ParseDihedral()
381 XMLBead &xmlBead3 = *xmlMolecule.name2beads[b3.atname]; in ParseDihedral()
[all …]
H A Dxmltopologyreader.h45 atname = tmp_vec[1]; in param()
47 atname.erase(atname.find_last_not_of(" \n\r\t") + 1); in param()
51 std::string atname; in param()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/libcsg/modules/io/
H A Dxmltopologyreader.cc143 string atname = it.getAttribute<string>("name");
180 XMLBead *xmlBead = new XMLBead(atname, attype, atmass, atq);
301 XMLBead &xmlBead1 = *xmlMolecule.name2beads[b1.atname];
302 XMLBead &xmlBead2 = *xmlMolecule.name2beads[b2.atname];
339 XMLBead &xmlBead1 = *xmlMolecule.name2beads[b1.atname];
340 XMLBead &xmlBead2 = *xmlMolecule.name2beads[b2.atname];
341 XMLBead &xmlBead3 = *xmlMolecule.name2beads[b3.atname];
379 XMLBead &xmlBead1 = *xmlMolecule.name2beads[b1.atname];
380 XMLBead &xmlBead2 = *xmlMolecule.name2beads[b2.atname];
381 XMLBead &xmlBead3 = *xmlMolecule.name2beads[b3.atname];
[all …]
H A Dxmltopologyreader.h45 atname = tmp_vec[1];
47 atname.erase(atname.find_last_not_of(" \n\r\t") + 1);
51 std::string atname;
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-bdb/
H A Dindex.c34 struct berval *atname ) in bdb_index_mask() argument
40 *atname = desc->ad_cname; in bdb_index_mask()
52 *atname = desc->ad_type->sat_cname; in bdb_index_mask()
65 *atname = at->sat_cname; in bdb_index_mask()
176 struct berval *atname, in indexer() argument
188 rc = bdb_db_cache( op->o_bd, atname, &db ); in indexer()
193 atname->bv_val, 0, 0 ); in indexer()
210 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
231 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
253 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-bdb/
H A Dindex.c34 struct berval *atname ) in bdb_index_mask() argument
40 *atname = desc->ad_cname; in bdb_index_mask()
52 *atname = desc->ad_type->sat_cname; in bdb_index_mask()
65 *atname = at->sat_cname; in bdb_index_mask()
176 struct berval *atname, in indexer() argument
188 rc = bdb_db_cache( op->o_bd, atname, &db ); in indexer()
193 atname->bv_val, 0, 0 ); in indexer()
210 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
231 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
253 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dc-attribs.c538 atname, postype); in positional_argument()
554 atname, pos); in positional_argument()
559 atname, argno, pos); in positional_argument()
575 atname, pos); in positional_argument()
580 atname, argno, pos); in positional_argument()
603 atname, pos, nargs); in positional_argument()
626 atname, pos); in positional_argument()
685 atname, pos); in positional_argument()
3428 atname); in type_valid_for_vector_size()
3454 atname, size); in type_valid_for_vector_size()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dc-attribs.c538 atname, postype); in positional_argument()
554 atname, pos); in positional_argument()
559 atname, argno, pos); in positional_argument()
575 atname, pos); in positional_argument()
580 atname, argno, pos); in positional_argument()
603 atname, pos, nargs); in positional_argument()
626 atname, pos); in positional_argument()
685 atname, pos); in positional_argument()
3487 atname); in type_valid_for_vector_size()
3513 atname, size); in type_valid_for_vector_size()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/
H A Dc-attribs.c538 atname, postype); in positional_argument()
554 atname, pos); in positional_argument()
559 atname, argno, pos); in positional_argument()
575 atname, pos); in positional_argument()
580 atname, argno, pos); in positional_argument()
603 atname, pos, nargs); in positional_argument()
626 atname, pos); in positional_argument()
685 atname, pos); in positional_argument()
3428 atname); in type_valid_for_vector_size()
3454 atname, size); in type_valid_for_vector_size()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-attribs.c564 atname, postype); in positional_argument()
580 atname, pos); in positional_argument()
585 atname, argno, pos); in positional_argument()
601 atname, pos); in positional_argument()
606 atname, argno, pos); in positional_argument()
629 atname, pos, nargs); in positional_argument()
652 atname, pos); in positional_argument()
711 atname, pos); in positional_argument()
3589 atname); in type_valid_for_vector_size()
3615 atname, size); in type_valid_for_vector_size()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-attribs.c564 atname, postype); in positional_argument()
580 atname, pos); in positional_argument()
585 atname, argno, pos); in positional_argument()
601 atname, pos); in positional_argument()
606 atname, argno, pos); in positional_argument()
629 atname, pos, nargs); in positional_argument()
652 atname, pos); in positional_argument()
711 atname, pos); in positional_argument()
3596 atname); in type_valid_for_vector_size()
3622 atname, size); in type_valid_for_vector_size()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-attribs.c564 atname, postype); in positional_argument()
580 atname, pos); in positional_argument()
585 atname, argno, pos); in positional_argument()
601 atname, pos); in positional_argument()
606 atname, argno, pos); in positional_argument()
629 atname, pos, nargs); in positional_argument()
652 atname, pos); in positional_argument()
711 atname, pos); in positional_argument()
3596 atname); in type_valid_for_vector_size()
3622 atname, size); in type_valid_for_vector_size()
[all …]
/dports/science/luscus/luscus_0.8.6/plugins/gamess/
H A Dgamess2lus.c208 char **atname; in rd_statpt() local
219 atname = (char**) malloc(sizeof(char*) * natom); in rd_statpt()
232 atname[i] = get_one_word(get_ptr_ith_word(line, 1)); in rd_statpt()
246 fprintf(out, " name=%s\n", atname[i]); in rd_statpt()
250 free(atname); in rd_statpt()
261 char **atname; in rd_irc() local
265 atname = (char**) malloc(sizeof(char*) * natom); in rd_irc()
286 atname[i] = get_one_word(get_ptr_ith_word(line, 1)); in rd_irc()
311 fprintf(out, "name = %s\n", atname[i]); in rd_irc()
317 free(atname); in rd_irc()
/dports/devel/p5-XS-Parse-Sublike/XS-Parse-Sublike-0.14/t/
H A D15stages-filter_attr.t17 stages withattr :atname(atvalue) { }
19 is_deeply( $t::stages::captured, [ atname => "atvalue" ],
/dports/devel/bsdelf/elftoolchain-0.7.1/test/libdwarf/ts/dwarf_loclist/
H A Ddwarf_loclist.c63 const char *atname; in _dwarf_loclist() local
99 atname = NULL; in _dwarf_loclist()
100 if (dwarf_get_AT_name(attr, &atname) != DW_DLV_OK) { in _dwarf_loclist()
104 tet_printf("process attribute %s\n", atname); in _dwarf_loclist()
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/libdwarf/ts/dwarf_loclist/
H A Ddwarf_loclist.c63 const char *atname; in _dwarf_loclist() local
99 atname = NULL; in _dwarf_loclist()
100 if (dwarf_get_AT_name(attr, &atname) != DW_DLV_OK) { in _dwarf_loclist()
104 tet_printf("process attribute %s\n", atname); in _dwarf_loclist()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/common/src/
H A Dfixpath.c207 char *atname; in fix_at_file() local
263 atname = malloc(strlen(name)+2); in fix_at_file()
264 atname[0] = '@'; in fix_at_file()
265 strcpy(atname+1, name); in fix_at_file()
266 return atname; in fix_at_file()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/common/src/
H A Dfixpath.c207 char *atname; in fix_at_file() local
263 atname = malloc(strlen(name)+2); in fix_at_file()
264 atname[0] = '@'; in fix_at_file()
265 strcpy(atname+1, name); in fix_at_file()
266 return atname; in fix_at_file()
/dports/textproc/rnv/rnv-1.7.11/tools/
H A Drvp.pl128 for my $atname (keys %attrs) {
129 $current=attribute($current,qname($p,$atname),$attrs{$atname});
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_ttatlas_query.h121 char **atname; /*!< Integer code of atlas */ member
427 ATLAS *Atlas_With_Trimming(char *atname, int LoadLRMask,
446 ATLAS *get_Atlas_Named(char *atname, ATLAS_LIST *atlas_list);
447 char *suggest_Atlas_Named(char *atname, ATLAS_LIST *atlas_list);
479 char **atlas_reference_string_list(char *atname, int *N_refs);
480 char *atlas_version_string(char *atname);
481 ATLAS_POINT_LIST *atlas_point_list(char *atname);
482 ATLAS_POINT_LIST *atlas_point_list_old_way(char *atname);
484 int purge_atlas(char *atname);

123456