Searched refs:atom (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c46 char *a_string; /* String atom */
58 static mutex_t _atom_lock; /* atom table lock */
272 * Initialize pool_value_t atom dictionary
1924 atom_t *atom; local
1931 if ((atom = dict_get(_pv_atoms, s)) == NULL) {
1932 if ((atom = calloc(1, sizeof (atom_t))) == NULL) {
1937 if ((atom->a_string = strdup(s)) == NULL) {
1939 free(atom);
1943 (void) dict_put(_pv_atoms, atom->a_string, atom);
1958 atom_t *atom; local
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dau_to.c1210 au_to_xatom(char *atom) argument
1217 len = strlen(atom) + 1;
1225 adr_char(&adr, atom, len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL856 repetitions of a preceding atom.
867 becomes an atom and establishes the target for a I<backreference>,
882 atom; B<\{>I<count>B<\}>, specifying that many repetitions;
922 (Note that neither is identical to Perl's `\b' atom.)

Completed in 32 milliseconds