Home
last modified time | relevance | path

Searched refs:sm (Results 1 – 25 of 48) sorted by relevance

12

/mirbsd/src/usr.bin/less/
Dmark.c74 static struct mark sm; local
82 m = &sm;
96 m = &sm;
105 m = &sm;
/mirbsd/src/sbin/isakmpd/
Dmath_2n.c304 int sn, sm; in b2n_cmp() local
308 sm = b2n_sigbit(m); in b2n_cmp()
310 if (sn > sm) in b2n_cmp()
312 if (sn < sm) in b2n_cmp()
543 u_int32_t sm, sn; in b2n_div() local
547 if ((sm = b2n_sigbit(m)) > (sn = b2n_sigbit(n))) { in b2n_div()
552 if (sm == 0) in b2n_div()
555 else if (sm == 1) { in b2n_div()
575 if (b2n_resize(q, (sn - sm + CHUNK_MASK) >> CHUNK_SHIFTS)) in b2n_div()
579 if (b2n_lshift(shift, shift, sn - sm)) in b2n_div()
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
DREADME16 which reside in ../include/sm.
47 The following macros are given default values in <sm/config.h>.
56 which forces "sm/os/sm_os_foo.h" to be included by "sm/config.h" via a
57 link that is made from "sm_os.h" to "sm/os/sm_os_foo.h". Platform
58 specific configuration macro settings are added to <sm/os/sm_os_foo.h>.
77 to values different from the default BSD values in <sm/sysexits.h>.
DMakefile4 LIB= sm
/mirbsd/src/usr.bin/mail/
Dnames.c469 unpack(struct name *sm, struct name *np) in unpack() argument
476 t += count(sm); in unpack()
499 for (; sm != NULL; sm = sm->n_flink) in unpack()
500 if ((sm->n_type & GDEL) == 0) in unpack()
501 *ap++ = sm->n_name; in unpack()
/mirbsd/src/gnu/usr.sbin/sendmail/smrsh/
DREADME52 -DSMRSH_CMDDIR=\"dir\" \"/usr/adm/sm.bin\" The default smrsh
89 next need to create the directory /usr/adm/sm.bin and populate
98 After creating the /usr/adm/sm.bin directory, either copy the programs
100 /usr/adm/sm.bin. Change the file permissions, so that these programs
105 /usr/adm/sm.bin directory, you should:
107 host.domain# cd /usr/adm/sm.bin
113 After populating the /usr/adm/sm.bin directory, you can now configure
/mirbsd/src/gnu/usr.sbin/sendmail/cf/feature/
Dmsp.m440 `define(`confPID_FILE', QUEUE_DIR`/sm-client.pid')')
44 …_FILE, `sendmail.st'))ifelse(_b_, `-1', `STATUS_FILE', `substr(STATUS_FILE, 0, _b_)sm-client.st')')
47 `define(`STATUS_FILE', QUEUE_DIR`/sm-client.st')')
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
DSECURITY86 /PATH/TO/sendmail -L sm-mta -bd -q1h
105 /PATH/TO/sendmail -L sm-msp-queue -Ac -q30m
123 /PATH/TO/sendmail -L sm-mta -bd -q1h
134 /PATH/TO/sendmail -L sm-msp-queue -Ac -q30m
184 sh ./Build install-sm-mta
187 sm-mta.
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_engine_init.c901 void ssl_init_CheckServers(server_rec *sm, pool *p) in ssl_init_CheckServers() argument
915 for (s = sm; s != NULL; s = s->next) { in ssl_init_CheckServers()
918 ssl_log(sm, SSL_LOG_WARN, in ssl_init_CheckServers()
922 ssl_log(sm, SSL_LOG_WARN, in ssl_init_CheckServers()
936 for (s = sm; s != NULL; s = s->next) { in ssl_init_CheckServers()
945 ssl_log(sm, SSL_LOG_WARN, in ssl_init_CheckServers()
962 ssl_log(sm, SSL_LOG_WARN, in ssl_init_CheckServers()
/mirbsd/src/sys/altq/
Daltq_hfsc.c1335 seg_x2y(u_int64_t x, u_int64_t sm) in seg_x2y() argument
1344 y = (x >> SM_SHIFT) * sm + (((x & SM_MASK) * sm) >> SM_SHIFT); in seg_x2y()
1367 u_int64_t sm; in m2sm() local
1369 sm = ((u_int64_t)m << SM_SHIFT) / 8 / machclk_freq; in m2sm()
1370 return (sm); in m2sm()
1395 sm2m(u_int64_t sm) in sm2m() argument
1399 m = (sm * 8 * machclk_freq) >> SM_SHIFT; in sm2m()
/mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/
Dsubmit.mc13 # This is the prototype file for a set-group-ID sm-msp sendmail that
Dopenbsd-submit.mc18 # This is the prototype file for a set-group-ID sm-msp sendmail
/mirbsd/src/usr.bin/vi/docs/USD.doc/vi.man/
Dspell.ok131 sm
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dm32r-stub.c1255 int sm:1; member
1318 psw->sm = psw->bsm; /* fix up pre-trap values of psw fields */ in cleanup_stash()
1334 if (psw->sm) /* copy R15 into (psw->sm ? SPU : SPI) */ in cleanup_stash()
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dlang.h49 sa, sd, sg, sh, si, sk, sl, sm, sn, so, sq, sr, ss, st, su, sv, sw, enumerator
Dlang.c513 { sm, "sm", "Samoan" },
/mirbsd/src/etc/
Dcrontab17 35 */3 * * * /usr/bin/nice /usr/sbin/sendmail -L sm-msp-queue -Ac -q
Dprotocols131 sm 122 SM
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlpacktut.pod702 my $msg = pack( 'Z*Z*CA*', $src, $dst, length( $sm ), $sm );
706 ( $src, $dst, $len, $sm ) = unpack( 'Z*Z*CA*', $msg );
709 the Short Message (in variable C<$sm>) is all right when packing, but this
713 my $msg = pack( 'Z*Z*CA*C', $src, $dst, length( $sm ), $sm, $prio );
716 ( $src, $dst, $len, $sm, $prio ) = unpack( 'Z*Z*CA*C', $msg );
724 my $msg = pack( 'Z* Z* C/A* C', $src, $dst, $sm, $prio );
727 ( $src, $dst, $sm, $prio ) = unpack( 'Z* Z* C/A* C', $msg );
753 my $msg = pack( 'Z* Z* C A* C', $src, $dst, length $sm, $sm, $prio );
757 ($src, $dst, $sm, $prio) = unpack ( "Z* Z* x A$len C", $msg );
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/
DLanguage.pm273 sm:Samoan
/mirbsd/src/sys/dev/pcmcia/
Dfiles.pcmcia41 attach sm at pcmcia with sm_pcmcia
/mirbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/
Dspell.ok304 sm
/mirbsd/src/lib/libncurses/src/man/
Dterminfo.cat51669 exit this mode can be given as ssmmccuupp and rrmmccuupp. This
1675 is also used for the TEKTRONIX 4025, where ssmmccuupp sets the
1677 ssmmccuupp sequence will not restore the screen after an rrmmccuupp
1816 blank position on the current line. Give as ssmmiirr the
1833 either rrmmiirr/ssmmiirr or iicchh/iicchh11 as appropriate (but not both).
1836 rrmmiirr/ssmmiirr sequences in iicchh11.
1857 precede each inserted character, then both ssmmiirr/rrmmiirr and
1877 delete mode by giving ssmmddcc and rrmmddcc to enter and exit delete
1894 enter and exit standout mode are given as ssmmssoo and rrmmssoo,
1901 as ssmmuull and rrmmuull respectively. If the terminal has a code
[all …]
/mirbsd/src/sys/arch/sparc/sparc/
Dpmap.c602 struct segmap *sm; local
615 sm = &rm->rg_segmap[vs];
617 if (sm->sg_pte == NULL)
620 return &sm->sg_pte[VA_SUN4M_VPG(va)];
5680 struct segmap *sm; local
5700 if ((sm = rm->rg_segmap) == NULL) {
5708 sm += VA_VSEG(va);
5709 if (sm->sg_pte == NULL) {
5717 pte = sm->sg_pte[VA_SUN4M_VPG(va)];
/mirbsd/src/etc/mtree/
D4.4BSD.dist378 # ./usr/libexec/sm.bin
379 sm.bin
380 # ./usr/libexec/sm.bin

12