/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | res.ok | 8 Last: CH3O: atom("CH\s-3\d3\u\s+3O", 0.42, 0.16, 0.06, 0.16, 0.12, 0.015) with .L.w at Last.e 48 N:atom("N", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) at V1 58 Last: H: atom("H", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .n at R2.V1.s 75 N:atom("N", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) at V3 95 N:atom("N", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) at V1 106 Last: H: atom("H", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .R.ne at Last.end 110 Last: H: atom("H", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .L.sw at Last.end 134 Last: C: atom("C", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .R.ne at Last.end 138 Last: O: atom("O", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .C.n at Last.end 141 Last: CH3O: atom("CH\s-3\d3\u\s+3O", 0.42, 0.16, 0.06, 0.16, 0.12, 0.015) with .e at C.w+(0.02,0) [all …]
|
H A D | lsd1.ok | 47 N:atom("N", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) at V5 52 Last: H: atom("H", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .n at F.N.s 76 Last: H: atom("H", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .L.w at Last.end 91 N:atom("N", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) at V1 103 Last: CH3: atom("CH\s-3\d3\u\s+3", 0.3, 0.16, 0.06, 0.16, 0.12, 0.015) with .L.w at Last.end 107 Last: H: atom("H", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .R.se at Last.end 111 Last: C: atom("C", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .C.s at Last.end 115 Last: O: atom("O", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .C.s at Last.end 119 Last: N: atom("N", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .L.w at Last.end 123 Last: C2H5: atom("C\s-3\d2\u\s+3H\s-3\d5\u\s+3", 0.36, 0.16, 0.06, 0.16, 0.12, 0.015) with .L.sw at… [all …]
|
H A D | chem.awk | 168 $1 = atom(n) 334 put[$cf] = m ":" atom(mol) 423 function atom(s, c, i, n, nsub, cloc, nsubc) { # convert CH3 to atom(...) function
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | compile-i386.c | 75 struct atom; 77 DECLARE_PTR_LIST(str_list, struct atom); 78 DECLARE_PTR_LIST(atom_list, struct atom); 163 struct atom { struct 469 static struct atom *new_atom(enum atom_type type) in new_atom() 471 struct atom *atom; in new_atom() local 473 atom = calloc(1, sizeof(*atom)); /* TODO: chunked alloc */ in new_atom() 474 if (!atom) in new_atom() 477 atom->type = type; in new_atom() 479 return atom; in new_atom() [all …]
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_internal.c | 1964 atom_t *atom; in atom_string() local 1971 if ((atom = dict_get(_pv_atoms, s)) == NULL) { in atom_string() 1972 if ((atom = calloc(1, sizeof (atom_t))) == NULL) { in atom_string() 1977 if ((atom->a_string = strdup(s)) == NULL) { in atom_string() 1979 free(atom); in atom_string() 1983 (void) dict_put(_pv_atoms, atom->a_string, atom); in atom_string() 1985 atom->a_count++; in atom_string() 1987 return (atom->a_string); in atom_string() 1998 atom_t *atom; in atom_free() local 2001 if ((atom = dict_get(_pv_atoms, s)) != NULL) { in atom_free() [all …]
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_locationop_read.c | 140 Dwarf_Small atom = 0; in _dwarf_read_loc_expr_op() local 163 atom = *(Dwarf_Small *) loc_ptr; in _dwarf_read_loc_expr_op() 166 curr_loc->lr_atom = atom; in _dwarf_read_loc_expr_op() 167 switch (atom) { in _dwarf_read_loc_expr_op() 241 operand1 = atom - DW_OP_lit0; in _dwarf_read_loc_expr_op() 773 curr_loc->lr_atom = atom; in _dwarf_read_loc_expr_op()
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | au_to.c | 1247 au_to_xatom(char *atom) in au_to_xatom() argument 1254 len = strlen(atom) + 1; in au_to_xatom() 1262 adr_char(&adr, atom, len); in au_to_xatom()
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 1572 atom
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 1573 atom
|