Searched refs:fm (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-9.3-release/contrib/nvi/common/
H A Ddelete.c35 del(sp, fm, tm, lmode)
37 MARK *fm, *tm;
49 for (lno = tm->lno; lno >= fm->lno; --lno) {
73 for (lno = tm->lno; lno > fm->lno; --lno) {
81 if (db_get(sp, fm->lno, DBG_FATAL, &p, &len))
83 GET_SPACE_RET(sp, bp, blen, fm->cno);
84 memcpy(bp, p, fm->cno);
85 if (db_set(sp, fm->lno, bp, fm->cno))
92 if (tm->lno == fm
[all...]
H A Dsearch.c147 f_search(sp, fm, rm, ptrn, plen, eptrn, flags)
149 MARK *fm, *rm;
168 if (db_get(sp, fm->lno, DBG_FATAL, &l, &len))
170 lno = fm->lno;
185 if ((coff = fm->cno) != 0)
187 } else if (fm->cno + 1 >= len) {
189 lno = fm->lno + 1;
199 coff = fm->cno + 1;
213 if (wrapped && lno > fm->lno || db_get(sp, lno, 0, &l, &len)) {
291 b_search(sp, fm, r
[all...]
H A Dcut.c67 cut(sp, namep, fm, tm, flags)
70 MARK *fm, *tm;
104 (LF_ISSET(CUT_LINEMODE) || fm->lno != tm->lno)) {
115 (LF_ISSET(CUT_LINEMODE) || fm->lno != tm->lno)) {
143 for (lno = fm->lno; lno <= tm->lno; ++lno)
151 if (cut_line(sp, fm->lno, fm->cno, fm->lno != tm->lno ?
152 ENTIRE_LINE : (tm->cno - fm->cno) + 1, cbp))
156 for (lno = fm
[all...]
/freebsd-9.3-release/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh43 su -fm $uidinrange -c "$command1 && echo good"
45 su -fm $uidoutrange -c "$command1 && echo good"
52 su -fm $uidinrange -c "$command1 || echo good"
54 su -fm $uidoutrange -c "$command1 && echo good"
61 su -fm $uidinrange -c "$command1 || echo good"
63 su -fm $uidoutrange -c "$command1 && echo good"
86 su -fm $uidinrange -c "$command1 || echo good"
88 su -fm $uidinrange -c "$command2 && echo good"
91 su -fm $uidoutrange -c "$command1 || echo good"
93 su -fm
[all...]
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_event35 10:AUE_CHMOD:chmod(2):fm
36 11:AUE_CHOWN:chown(2):fm
55 30:AUE_FCNTL:fcntl(2):fm
63 38:AUE_FCHOWN:fchown(2):fm
64 39:AUE_FCHMOD:fchmod(2):fm
70 45:AUE_FLOCK:flock(2):fm
74 49:AUE_UTIMES:utimes(2):fm
98 73:AUE_OPEN_RC:open(2) - read,creat:fc,fr,fa,fm
99 74:AUE_OPEN_RT:open(2) - read,trunc:fd,fr,fa,fm
100 75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr,fa,fm
[all...]
H A Daudit_class9 0x00000008:fm:file attribute modify
/freebsd-9.3-release/etc/periodic/weekly/
H A D330.catman38 su -fm man || rc=3
46 "$MANPATH" | LC_ALL=$i su -fm man || rc=3
H A D310.locate26 echo /usr/libexec/locate.updatedb | nice -n 5 su -fm nobody || rc=3
/freebsd-9.3-release/tools/tools/vt/mkkfont/
H A Dmkkfont.c90 struct file_mapping fm; local
109 if (fread(&fm, sizeof fm, 1, stdin) != 1) {
116 be32toh(fm.source), be16toh(fm.destination),
117 be16toh(fm.length));
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_filter.c42 ex_filter(sp, cmdp, fm, tm, rp, cmd, ftype)
45 MARK *fm, *tm, *rp;
58 *rp = *fm;
179 if (ex_readfp(sp, "filter", ofp, fm, &nread, 1))
183 if (fm->lno == 0)
236 _exit(ex_writefp(sp, "filter", ifp, fm, tm, NULL, NULL, 1));
266 (cut(sp, NULL, fm, tm, CUT_LINEMODE) ||
267 del(sp, fm, tm, 1))) {
H A Dex_read.c294 ex_readfp(sp, name, fp, fm, nlinesp, silent)
298 MARK *fm;
320 for (lno = fm->lno; !ex_getline(sp, fp, &len); ++lno, ++lcnt) {
H A Dex_write.c279 ex_writefp(sp, name, fp, fm, tm, nlno, nch, silent)
283 MARK *fm, *tm;
296 fline = fm->lno;
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Dfont.c285 DviFontMap *fm; local
287 for (fm = dw->dvi.font_map; fm; fm=fm->next)
288 if (!strcmp (fm->dvi_name, dvi_name))
289 return fm->x_name;
297 DviFontMap *fm;
299 for (fm = dw->dvi.font_map; fm; f
312 DviFontMap *fm, *new_map; local
[all...]
/freebsd-9.3-release/tools/tools/vt/fontcvt/
H A Dfontcvt.c280 struct file_mapping fm; local
292 fm.source = htobe32(mp->m_char);
293 fm.destination = htobe16(mp->m_glyph->g_index);
294 fm.length = htobe16(mp->m_length - 1);
295 fwrite(&fm, sizeof fm, 1, fp);
/freebsd-9.3-release/contrib/ntp/libparse/
H A Dparsestreams.c221 struct fmodsw *fm = fmodsw; local
234 while (fm <= fmend)
236 if (!Strncmp(fm->f_name, mname, FMNAMESZ))
243 (fm->f_name[0] == '\0') &&
244 (fm->f_str == (struct streamtab *)0))
249 ifm = fm;
252 fm++;
321 while (fm <= fmend)
323 if (!Strncmp(fm->f_name, mname, FMNAMESZ))
328 fm
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.cpp131 font *fm; member in class:font_info
168 font *fm; member in class:tfont_spec
228 internal_name(nm), external_name(enm), fm(f),
236 return fm != 0 && fm->contains(ci->get_index());
241 return fm != 0 && fm->is_special();
246 return fm == 0;
268 tfont_spec spec(f->external_name, f->number, f->fm, fs, height, slant);
421 return scale(hunits(fm
5859 font *fm = 0; local
[all...]
/freebsd-9.3-release/contrib/less/
H A Dline.c1223 char *fm; local
1237 for (fm = linebuf + old_size_linebuf - 1,
1239 fm >= linebuf; fm--, to--)
1240 *to = *fm;
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s92 fm .reg %fr23 label
175 XMPYU flt_0,fw_h,fm ; m[0] = flt_0*fw_h
177 FSTD fm,-8(%sp) ; -8(sp) = m[0]
249 XMPYU flt_0,fw_h,fm ; m = lt*fw_h
250 FSTD fm,-8(%sp) ; -8(sp) = m
341 XMPYU flt_0,fw_h,fm ; m = lt*fw_h
344 FSTD fm,-8(%sp) ; -8(sp) = m
410 XMPYU flt_0,fw_h,fm ; m = lt*fw_h
411 FSTD fm,-8(%sp) ; -8(sp) = m
487 XMPYU fht_0,flt_0,fm ;
[all...]
H A Dpa-risc2W.s84 fm .reg %fr23 label
167 XMPYU flt_0,fw_h,fm ; m[0] = flt_0*fw_h
169 FSTD fm,-8(%sp) ; -8(sp) = m[0]
241 XMPYU flt_0,fw_h,fm ; m = lt*fw_h
242 FSTD fm,-8(%sp) ; -8(sp) = m
331 XMPYU flt_0,fw_h,fm ; m = lt*fw_h
334 FSTD fm,-8(%sp) ; -8(sp) = m
400 XMPYU flt_0,fw_h,fm ; m = lt*fw_h
401 FSTD fm,-8(%sp) ; -8(sp) = m
476 XMPYU fht_0,flt_0,fm ;
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dcollect.c1044 ** fm -- the from line.
1070 eatfrom(fm, e)
1071 char *volatile fm;
1078 sm_dprintf("eatfrom(%s)\n", fm);
1081 p = fm;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h93 #include <sys/fm/util.h>
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_file.c32 #include <sys/fm/fs/zfs.h>
/freebsd-9.3-release/usr.sbin/pw/
H A Dpwupd.h52 int fileupdate(char const * fname, mode_t fm, char const * nline, char const * pfx, int pfxlen, int updmode);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_fru.c37 #include <fm/libtopo.h>
38 #include <sys/fm/protocol.h>
205 "/usr/lib/fm/%s/libtopo.so", isa);
/freebsd-9.3-release/sys/dev/aac/
H A Daac.c1458 struct aac_fibmap *fm; local
1467 fm = malloc(sizeof(struct aac_fibmap), M_AACBUF, M_NOWAIT|M_ZERO);
1468 if (fm == NULL)
1472 if (bus_dmamem_alloc(sc->aac_fib_dmat, (void **)&fm->aac_fibs,
1473 BUS_DMA_NOWAIT, &fm->aac_fibmap)) {
1476 free(fm, M_AACBUF);
1481 (void)bus_dmamap_load(sc->aac_fib_dmat, fm->aac_fibmap, fm->aac_fibs,
1486 bzero(fm->aac_fibs, sc->aac_max_fibs_alloc * sc->aac_max_fib_size);
1489 fm
1525 struct aac_fibmap *fm; local
[all...]

Completed in 183 milliseconds

12