Searched refs:sm (Results 101 - 125 of 184) sorted by relevance

12345678

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfseek.c17 #include <sm/gen.h>
25 #include <sm/time.h>
26 #include <sm/signal.h>
27 #include <sm/io.h>
28 #include <sm/assert.h>
29 #include <sm/clock.h>
H A Dt-qic.c12 #include <sm/gen.h>
16 #include <sm/sendmail.h>
17 #include <sm/assert.h>
18 #include <sm/heap.h>
19 #include <sm/string.h>
20 #include <sm/test.h>
H A Dt-sem.c10 #include <sm/gen.h>
19 # include <sm/heap.h>
20 # include <sm/string.h>
21 # include <sm/signal.h>
22 # include <sm/test.h>
23 # include <sm/sem.h>
H A Dexc.c13 #include <sm/gen.h>
24 #include <sm/errstring.h>
25 #include <sm/exc.h>
26 #include <sm/heap.h>
27 #include <sm/string.h>
28 #include <sm/varargs.h>
29 #include <sm/io.h>
184 "E:sm.os",
199 "E:sm.err",
H A Dstrio.c17 #include <sm/gen.h>
24 #include <sm/rpool.h>
25 #include <sm/io.h>
26 #include <sm/heap.h>
27 #include <sm/conf.h>
H A Dstrl.c13 #include <sm/gen.h>
15 #include <sm/config.h>
16 #include <sm/string.h>
H A Dfindfp.c17 #include <sm/gen.h>
25 #include <sm/io.h>
26 #include <sm/assert.h>
27 #include <sm/heap.h>
28 #include <sm/string.h>
29 #include <sm/conf.h>
H A Drpool.c12 #include <sm/gen.h>
20 #include <sm/exc.h>
21 #include <sm/heap.h>
22 #include <sm/rpool.h>
23 #include <sm/varargs.h>
24 #include <sm/conf.h>
H A Dheap.c12 #include <sm/gen.h>
22 #include <sm/assert.h>
23 #include <sm/debug.h>
24 #include <sm/exc.h>
25 #include <sm/heap.h>
26 #include <sm/io.h>
27 #include <sm/signal.h>
28 #include <sm/xtrap.h>
54 "F:sm.heap",
H A Dmemstat.c12 #include <sm/gen.h>
16 #include <sm/misc.h>
H A Dvfscanf.c17 #include <sm/gen.h>
24 #include <sm/time.h>
25 #include <sm/varargs.h>
26 #include <sm/config.h>
27 #include <sm/io.h>
28 #include <sm/signal.h>
29 #include <sm/clock.h>
30 #include <sm/string.h>
H A Dfvwrite.c17 #include <sm/gen.h>
25 #include <sm/io.h>
26 #include <sm/setjmp.h>
27 #include <sm/conf.h>
H A Dt-strl.c13 #include <sm/gen.h>
18 #include <sm/heap.h>
19 #include <sm/string.h>
20 #include <sm/test.h>
H A Dclock.c16 #include <sm/gen.h>
22 # include <sm/time.h>
24 #include <sm/heap.h>
25 #include <sm/debug.h>
26 #include <sm/bitops.h>
27 #include <sm/clock.h>
H A Dvfprintf.c17 #include <sm/gen.h>
30 #include <sm/config.h>
31 #include <sm/varargs.h>
32 #include <sm/io.h>
33 #include <sm/heap.h>
34 #include <sm/conf.h>
/osnet-11/usr/src/cmd/sendmail/src/
H A Dtrace.c17 #include <sm/debug.h>
18 #include <sm/string.h>
H A Dconf.h239 #include <sm/conf.h>
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h22 # include <sm/config.h>
/osnet-11/usr/src/cmd/sendmail/include/libsmdb/
H A Dsmdb.h20 # include <sm/gen.h>
21 # include <sm/errstring.h>
28 # include "sm/bdb.h"
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A DMakefile.com53 CPPFLAGS= $(INCPATH) $(ENVDEF) $(CPPFLAGS.sm)
H A Dsignal.c13 #include <sm/gen.h>
H A Dsm_gethost.c11 #include <sm/gen.h>
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.c476 } sm[] = { local
510 for (i = 0; i < sizeof (sm) / sizeof (sm[0]); ++i) {
511 if (nbtd.nbs_state == sm[i].state) {
514 sm[i].text, last_event, nbtd.nbs_errors);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem_mdesc.c484 mem_seg_map_t *sm, *snext; local
505 for (sm = mem->mem_seg; sm != NULL; sm = snext) {
506 snext = sm->sm_next;
507 topo_mod_free(mod, sm, sizeof (mem_seg_map_t));
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmailstats.c17 #include <sm/gen.h>
38 #include <sm/errstring.h>
39 #include <sm/limits.h>

Completed in 84 milliseconds

12345678