Searched refs:startpos (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/mandoc/
H A Dtbl_data.c50 int startpos, endpos; local
57 startpos = *pos;
58 ccp = p + startpos;
88 ln, startpos, "%s", p + startpos);
113 (*pos - startpos == 2 &&
114 p[startpos] == '\\' && p[startpos + 1] == '^')) {
154 while (p[startpos] == ' ')
155 startpos
[all...]
/freebsd-current/sys/dev/sym/
H A Dsym_fw2.h206 u32 startpos [ 1]; member in struct:SYM_FWB_SCR
241 PADDR_B (startpos),
250 * We will restore startpos with SCRATCHA if we fails the
259 PADDR_B (startpos),
264 PADDR_B (startpos),
688 PADDR_B (startpos),
832 PADDR_B (startpos),
1596 PADDR_B (startpos),
H A Dsym_fw1.h215 u32 startpos [ 1]; member in struct:SYM_FWB_SCR
250 PADDR_B (startpos),
260 * We will restore startpos with SCRATCHA if we fails the
724 PADDR_B (startpos),
888 PADDR_B (startpos),
1741 PADDR_B (startpos),
H A Dsym_hipd.c1798 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba);
1839 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba);
/freebsd-current/usr.bin/indent/
H A Dindent.c1282 char *startpos = e_code; local
1305 if (e_code == startpos && ps.want_blank) {
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c3074 int64_t startpos, int length)
3079 windowoffs = lzss_offset_for_position(&rar->lzss, startpos);
3097 int64_t startpos, int length)
3112 windowoffs = lzss_offset_for_position(&rar->lzss, startpos);
3317 create_filter(struct rar_program_code *prog, const uint8_t *globaldata, uint32_t globaldatalen, uint32_t registers[8], size_t startpos, uint32_t length) argument
3333 filter->blockstartpos = startpos;
3073 copy_from_lzss_window(struct archive_read *a, void *buffer, int64_t startpos, int length) argument
3096 copy_from_lzss_window_to_unp(struct archive_read *a, const void **buffer, int64_t startpos, int length) argument

Completed in 408 milliseconds