Home
last modified time | relevance | path

Searched refs:dealloc (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Dldap_attr.c121 appendBase(char *item, char *base, int *err, int dealloc) { in appendBase() argument
149 if (dealloc) in appendBase()
161 if (dealloc) in appendBase()
185 if (dealloc) in appendBase()
H A Dldap_attr.h43 int dealloc);
/titanic_41/usr/src/cmd/tnf/prex/
H A Dprexlex.l78 dealloc { yylval.intval = DEALLOC; return (DEALLOC); }
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c320 int dealloc; in _sd_dealloc_dm() local
451 dealloc = TRUE; in _sd_dealloc_dm()
464 dealloc = FALSE; in _sd_dealloc_dm()
466 dealloc = FALSE; in _sd_dealloc_dm()
474 if (dealloc == FALSE) { in _sd_dealloc_dm()
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog1175 - update proctitle on pty alloc/dealloc, e.g. w/ windows client