/freebsd/contrib/nvi/common/ |
H A D | delete.c | 32 del(SCR *sp, MARK *fm, MARK *tm, int lmode) in del() argument 43 for (lno = tm->lno; lno >= fm->lno; --lno) { in del() 67 for (lno = tm->lno; lno > fm->lno; --lno) { in del() 75 if (db_get(sp, fm->lno, DBG_FATAL, &p, &len)) in del() 77 GET_SPACE_RETW(sp, bp, blen, fm->cno); in del() 78 MEMCPY(bp, p, fm->cno); in del() 79 if (db_set(sp, fm->lno, bp, fm->cno)) in del() 86 if (tm->lno == fm->lno) { in del() 87 if (db_get(sp, fm->lno, DBG_FATAL, &p, &len)) in del() 91 if (fm->cno != 0) in del() [all …]
|
H A D | search.c | 145 f_search(SCR *sp, MARK *fm, MARK *rm, CHAR_T *ptrn, size_t plen, in f_search() argument 162 if (db_get(sp, fm->lno, DBG_FATAL, &l, &len)) in f_search() 164 lno = fm->lno; in f_search() 179 if ((coff = fm->cno) != 0) in f_search() 181 } else if (fm->cno + 1 >= len) { in f_search() 183 lno = fm->lno + 1; in f_search() 194 coff = fm->cno + 1; in f_search() 208 if ((wrapped && lno > fm->lno) || db_get(sp, lno, 0, &l, &len)) { in f_search() 286 b_search(SCR *sp, MARK *fm, MARK *rm, CHAR_T *ptrn, size_t plen, in b_search() argument 310 lno = fm->lno; in b_search() [all …]
|
H A D | cut.c | 64 cut(SCR *sp, CHAR_T *namep, MARK *fm, MARK *tm, int flags) in cut() argument 97 (LF_ISSET(CUT_LINEMODE) || fm->lno != tm->lno))) { in cut() 108 (LF_ISSET(CUT_LINEMODE) || fm->lno != tm->lno))) { in cut() 135 for (lno = fm->lno; lno <= tm->lno; ++lno) in cut() 143 if (cut_line(sp, fm->lno, fm->cno, fm->lno != tm->lno ? in cut() 144 ENTIRE_LINE : (tm->cno - fm->cno) + 1, cbp)) in cut() 148 for (lno = fm->lno; ++lno < tm->lno;) in cut() 153 if (tm->lno != fm->lno && in cut()
|
/freebsd/tests/sys/mac/bsdextended/ |
H A D | matches_test.sh | 93 atf_check -s exit:0 su -fm $uidinrange -c "$command1" 96 atf_check -s exit:0 su -fm $uidoutrange -c "$command1" 115 su -fm $uidinrange -c "$command1" 118 atf_check -s exit:0 su -fm $uidoutrange -c "$command1" 139 su -fm $uidinrange -c "$command1" 142 atf_check -s exit:0 su -fm $uidoutrange -c "$command1" 195 su -fm $uidinrange -c "$command1" 198 atf_check -s exit:0 su -fm $uidinrange -c "$command2" 203 su -fm $uidoutrange -c "$command1" 206 atf_check -s exit:0 su -fm $uidoutrange -c "$command2" [all …]
|
/freebsd/contrib/openbsm/etc/ |
H A D | audit_event | 31 10:AUE_CHMOD:chmod(2):fm 32 11:AUE_CHOWN:chown(2):fm 51 30:AUE_FCNTL:fcntl(2):fm 59 38:AUE_FCHOWN:fchown(2):fm 60 39:AUE_FCHMOD:fchmod(2):fm 66 45:AUE_FLOCK:flock(2):fm 70 49:AUE_UTIMES:utimes(2):fm 94 73:AUE_OPEN_RC:open(2) - read,creat:fc,fr,fa,fm 95 74:AUE_OPEN_RT:open(2) - read,trunc:fd,fr,fa,fm 96 75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr,fa,fm [all...] |
H A D | audit_class | 5 0x00000008:fm:file attribute modify
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | frame | 13 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/fm.trid.xml 15 …0-signature-id-840.fm fmt-533-signature-id-837.fm fmt-534-signature-id-838.fm fmt-535-signature-id… 16 # fmt-537-signature-id-842.fm fmt-538-signature-id-843.fm fmt-539-signature-id-844.fm x-fmt-302-sig… 29 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/h/hlp-fm.trid.xml 33 …ernal FrameMaker help are just FrameMaker document with hlp suffix; XREF.HLP is same as Xref-hlp.fm 50 !:ext /fm/doc/toc/ix 77 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/fm-hyph-dict-30.trid.xml 80 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/fm-hyph-dict-20.trid.xml 97 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/m/mml-fm.trid.xml 110 # defs/b/book-fm.trid.xml [all …]
|
/freebsd/tools/tools/vt/mkkfont/ |
H A D | mkkfont.c | 76 vfnt_map_t fm; in print_mappings() 89 if (fread(&fm, sizeof fm, 1, stdin) != 1) { in print_mappings() 96 be32toh(fm.vfm_src), be16toh(fm.vfm_dst), in print_mappings() 97 be16toh(fm.vfm_len)); in print_mappings() 77 vfnt_map_t fm; print_mappings() local
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_filter.c | 39 ex_filter(SCR *sp, EXCMD *cmdp, MARK *fm, MARK *tm, MARK *rp, CHAR_T *cmd, enum filtertype ftype) in ex_filter() argument 52 *rp = *fm; in ex_filter() 174 if (ex_readfp(sp, "filter", ofp, fm, &nread, 1)) in ex_filter() 178 if (fm->lno == 0) in ex_filter() 232 _exit(ex_writefp(sp, "filter", ifp, fm, tm, NULL, NULL, 1)); in ex_filter() 262 (cut(sp, NULL, fm, tm, CUT_LINEMODE) || in ex_filter() 263 del(sp, fm, tm, 1))) { in ex_filter()
|
/freebsd/contrib/less/ |
H A D | decode.c | 271 unsigned char *fm; in expand_special_keys() 277 for (fm = table; fm < table + len; ) in expand_special_keys() 283 for (to = fm; *fm != '\0'; ) in expand_special_keys() 285 if (*fm != SK_SPECIAL_KEY) in expand_special_keys() 287 *to++ = *fm++; in expand_special_keys() 299 repl = special_key_str(fm[1]); in expand_special_keys() 300 klen = fm[2] & 0377; 301 fm 248 char *fm; expand_special_keys() local [all...] |
/freebsd/contrib/ntp/libparse/ |
H A D | parsestreams.c | 221 struct fmodsw *fm = fmodsw; in xxxinit() local 234 while (fm <= fmend) in xxxinit() 236 if (!Strncmp(fm->f_name, mname, FMNAMESZ)) in xxxinit() 243 (fm->f_name[0] == '\0') && in xxxinit() 244 (fm->f_str == (struct streamtab *)0)) in xxxinit() 249 ifm = fm; in xxxinit() 252 fm++; in xxxinit() 321 while (fm <= fmend) in xxxinit() 323 if (!Strncmp(fm->f_name, mname, FMNAMESZ)) in xxxinit() 328 fm->f_name[0] = '\0'; in xxxinit() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_entry_from_file.c | 856 struct fiemap *fm; in setup_sparse_fiemap() local 888 count = (sizeof(buff) - sizeof(*fm))/sizeof(*fe); in setup_sparse_fiemap() 889 fm = (struct fiemap *)buff; in setup_sparse_fiemap() 890 fm->fm_start = 0; in setup_sparse_fiemap() 891 fm->fm_length = ~0ULL;; in setup_sparse_fiemap() 892 fm->fm_flags = FIEMAP_FLAG_SYNC; in setup_sparse_fiemap() 893 fm->fm_extent_count = count; in setup_sparse_fiemap() 899 r = ioctl(*fd, FS_IOC_FIEMAP, fm); in setup_sparse_fiemap() 906 if (fm->fm_mapped_extents == 0) { in setup_sparse_fiemap() 913 fe = fm->fm_extents; in setup_sparse_fiemap() [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_sparse_basic.c | 189 struct fiemap *fm; in is_sparse_supported_fiemap() local 199 fm = (struct fiemap *)buff; in is_sparse_supported_fiemap() 200 fm->fm_start = 0; in is_sparse_supported_fiemap() 201 fm->fm_length = ~0ULL;; in is_sparse_supported_fiemap() 202 fm->fm_flags = FIEMAP_FLAG_SYNC; in is_sparse_supported_fiemap() 203 fm->fm_extent_count = (sizeof(buff) - sizeof(*fm))/ in is_sparse_supported_fiemap() 205 r = ioctl(fd, FS_IOC_FIEMAP, fm); in is_sparse_supported_fiemap()
|
/freebsd/tests/sys/netinet6/frag6/ |
H A D | frag6_17.py | 75 fm=random.randint(0,1) 79 sp.IPv6ExtHdrFragment(offset=foffset, m=fm, id=fid) / \
|
H A D | frag6_18.py | 75 fm=random.randint(0,1) 79 sp.IPv6ExtHdrFragment(offset=foffset, m=fm, id=fid) / \
|
/freebsd/sys/modules/iwlwififw/ |
H A D | Makefile | 18 iwlwifi-gl-c0-fm-c0-fw \ 19 iwlwifi-gl-c0-fm-c0-pnvm \
|
/freebsd/sys/dev/aac/ |
H A D | aac.c | 1456 struct aac_fibmap *fm; in aac_alloc_commands() local 1465 fm = malloc(sizeof(struct aac_fibmap), M_AACBUF, M_NOWAIT|M_ZERO); in aac_alloc_commands() 1466 if (fm == NULL) in aac_alloc_commands() 1470 if (bus_dmamem_alloc(sc->aac_fib_dmat, (void **)&fm->aac_fibs, in aac_alloc_commands() 1471 BUS_DMA_NOWAIT, &fm->aac_fibmap)) { in aac_alloc_commands() 1474 free(fm, M_AACBUF); in aac_alloc_commands() 1479 (void)bus_dmamap_load(sc->aac_fib_dmat, fm->aac_fibmap, fm->aac_fibs, in aac_alloc_commands() 1484 bzero(fm->aac_fibs, sc->aac_max_fibs_alloc * sc->aac_max_fib_size); in aac_alloc_commands() 1487 fm->aac_commands = cm; in aac_alloc_commands() 1490 ((u_int8_t *)fm->aac_fibs + i*sc->aac_max_fib_size); in aac_alloc_commands() [all …]
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | Makefile.am | 160 sys/fm/protocol.h \ 161 sys/fm/util.h \ 162 sys/fm/fs/zfs.h \
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid.c | 1175 struct aac_fibmap *fm; in aac_alloc_commands() local 1186 fm = malloc(sizeof(struct aac_fibmap), M_AACRAIDBUF, M_NOWAIT|M_ZERO); in aac_alloc_commands() 1187 if (fm == NULL) in aac_alloc_commands() 1192 if (bus_dmamem_alloc(sc->aac_fib_dmat, (void **)&fm->aac_fibs, in aac_alloc_commands() 1193 BUS_DMA_NOWAIT, &fm->aac_fibmap)) { in aac_alloc_commands() 1196 free(fm, M_AACRAIDBUF); in aac_alloc_commands() 1205 (void)bus_dmamap_load(sc->aac_fib_dmat, fm->aac_fibmap, fm->aac_fibs, in aac_alloc_commands() 1211 bzero(fm->aac_fibs, sc->aac_max_fibs_alloc * maxsize); in aac_alloc_commands() 1214 fm->aac_commands = cm; in aac_alloc_commands() 1217 ((u_int8_t *)fm->aac_fibs + i * maxsize); in aac_alloc_commands() [all …]
|
/freebsd/sys/modules/iwlwififw/iwlwifi-gl-c0-fm-c0-fw/ |
H A D | Makefile | 2 NAME= gl-c0-fm-c0
|
/freebsd/sys/modules/iwlwififw/iwlwifi-gl-c0-fm-c0-pnvm/ |
H A D | Makefile | 2 NAME= gl-c0-fm-c0
|
/freebsd/usr.sbin/periodic/etc/weekly/ |
H A D | 310.locate | 26 echo /usr/libexec/locate.updatedb | nice -n 5 su -fm nobody || rc=3
|
/freebsd/usr.bin/vtfontcvt/ |
H A D | vtfontcvt.c | 719 vfnt_map_t fm; in write_mappings() local 726 fm.vfm_src = htobe32(mp->m_char); in write_mappings() 727 fm.vfm_dst = htobe16(mp->m_glyph->g_index); in write_mappings() 728 fm.vfm_len = htobe16(mp->m_length - 1); in write_mappings() 729 if (fwrite(&fm, sizeof fm, 1, fp) != 1) in write_mappings()
|
/freebsd/usr.bin/fortune/tools/ |
H A D | Troff.mac | 3 .nr fm 2v
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos4412-i9300.dts | 26 fm-sel-gpios = <&gpl0 3 GPIO_ACTIVE_HIGH>;
|