Searched refs:sm (Results 51 - 75 of 184) sorted by relevance

12345678

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dutil.c13 #include <sm/gen.h>
16 #include <sm/setjmp.h>
17 #include <sm/conf.h>
18 #include <sm/assert.h>
19 #include <sm/heap.h>
20 #include <sm/string.h>
21 #include <sm/sendmail.h>
H A Dassert.c13 #include <sm/gen.h>
25 #include <sm/assert.h>
26 #include <sm/exc.h>
27 #include <sm/io.h>
28 #include <sm/varargs.h>
H A Dungetc.c17 #include <sm/gen.h>
23 #include <sm/time.h>
25 #include <sm/io.h>
26 #include <sm/heap.h>
27 #include <sm/assert.h>
28 #include <sm/conf.h>
H A Ddebug.c10 #include <sm/gen.h>
25 #include <sm/io.h>
26 #include <sm/assert.h>
27 #include <sm/conf.h>
28 #include <sm/debug.h>
29 #include <sm/string.h>
30 #include <sm/varargs.h>
31 #include <sm/heap.h>
281 ** F:sm.heap -- out of memory.
342 ** F:sm
[all...]
H A Dmatch.c13 #include <sm/gen.h>
16 #include <sm/string.h>
H A Dwbuf.c17 #include <sm/gen.h>
20 #include <sm/io.h>
23 /* Note: This function is called from a macro located in <sm/io.h> */
H A Dwsetup.c17 #include <sm/gen.h>
21 #include <sm/io.h>
H A Dconfig.c13 #include <sm/gen.h>
17 #include <sm/heap.h>
18 #include <sm/string.h>
19 #include <sm/conf.h>
H A Derrstring.c15 #include <sm/gen.h>
21 #include <sm/io.h> /* sm_snprintf */
22 #include <sm/string.h>
23 #include <sm/errstring.h>
H A Dt-exc.c12 #include <sm/gen.h>
16 #include <sm/heap.h>
17 #include <sm/io.h>
18 #include <sm/test.h>
H A Dfget.c17 #include <sm/gen.h>
21 #include <sm/io.h>
22 #include <sm/assert.h>
H A Dfread.c17 #include <sm/gen.h>
21 #include <sm/io.h>
22 #include <sm/assert.h>
H A Dsscanf.c17 #include <sm/gen.h>
20 #include <sm/varargs.h>
21 #include <sm/io.h>
H A Dstrdup.c13 #include <sm/gen.h>
16 #include <sm/heap.h>
17 #include <sm/string.h>
H A Dtest.c12 #include <sm/gen.h>
22 #include <sm/debug.h>
23 #include <sm/test.h>
H A Dvasprintf.c28 #include <sm/gen.h>
32 #include <sm/io.h>
33 #include <sm/heap.h>
H A Dsetvbuf.c17 #include <sm/gen.h>
22 #include <sm/io.h>
23 #include <sm/heap.h>
24 #include <sm/assert.h>
25 #include <sm/conf.h>
H A Dfopen.c17 #include <sm/gen.h>
21 #include <sm/time.h>
22 #include <sm/heap.h>
23 #include <sm/signal.h>
24 #include <sm/assert.h>
25 #include <sm/io.h>
26 #include <sm/clock.h>
/osnet-11/usr/src/lib/libldap4/common/
H A Dsrchpref.c216 struct ldap_searchmatch *sm, *nextsm; local
217 for ( sm = so->so_smlist; sm != NULL; sm = nextsm ) {
218 nextsm = sm->sm_next;
219 if ( sm->sm_matchprompt != NULL ) {
220 free( sm->sm_matchprompt );
222 if ( sm->sm_filter != NULL ) {
223 free( sm->sm_filter );
225 free( sm );
257 struct ldap_searchmatch **sm; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsrchpref.c209 struct ldap_searchmatch *sm, *nextsm; local
210 for ( sm = so->so_smlist; sm != NULL; sm = nextsm ) {
211 nextsm = sm->sm_next;
212 if ( sm->sm_matchprompt != NULL ) {
213 NSLDAPI_FREE( sm->sm_matchprompt );
215 if ( sm->sm_filter != NULL ) {
216 NSLDAPI_FREE( sm->sm_filter );
218 NSLDAPI_FREE( sm );
252 struct ldap_searchmatch **sm; local
[all...]
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dsignal.h29 #include <sm/cdefs.h>
30 #include <sm/conf.h>
H A Dtest.h21 # include <sm/gen.h>
H A Dheap.h22 # include <sm/io.h>
24 # include <sm/debug.h>
25 # include <sm/exc.h>
H A Drpool.h22 # include <sm/gen.h>
23 # include <sm/heap.h>
24 # include <sm/string.h>
/osnet-11/usr/src/cmd/sendmail/include/sendmail/
H A Dsendmail.h23 #include <sm/bitops.h>
24 #include <sm/io.h>
25 #include <sm/string.h>

Completed in 73 milliseconds

12345678