Searched refs:curpos (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/stand/i386/libi386/
H A Dbootinfo.c42 char *curpos, *next, *string; local
53 curpos = strsep(&next, " ,");
54 if (*curpos == '\0')
56 if (!strcmp(curpos, "vidconsole"))
58 else if (!strcmp(curpos, "comconsole"))
60 else if (!strcmp(curpos, "nullconsole"))
/freebsd-11-stable/stand/userboot/userboot/
H A Dbootinfo.c42 char *curpos, *next, *string; local
53 curpos = strsep(&next, " ,");
54 if (*curpos == '\0')
56 if (!strcmp(curpos, "vidconsole"))
58 else if (!strcmp(curpos, "comconsole"))
60 else if (!strcmp(curpos, "nullconsole"))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h96 unsigned curpos; member in class:llvm::NVPTXAsmPrinter::AggBuffer
104 curpos = 0;
110 assert((curpos + Num) <= size);
111 assert((curpos + Bytes) <= size);
113 buffer[curpos] = Ptr[i];
114 curpos++;
117 buffer[curpos] = 0;
118 curpos++;
120 return curpos;
124 assert((curpos
[all...]
/freebsd-11-stable/lib/libfigpar/
H A Dfigpar.c115 off_t curpos; local
167 curpos = lseek(fd, 0, SEEK_CUR) - 1;
168 if (curpos == -1) {
193 error = (int)lseek(fd, curpos, SEEK_SET);
194 if (error == (curpos - 1)) {
252 curpos = lseek(fd, 0, SEEK_CUR) - 1;
253 if (curpos == -1) {
366 n = (uint32_t)(charpos - curpos);
371 error = (int)lseek(fd, curpos, SEEK_SET);
372 if (error == (curpos
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dsyscons.s47 movw curpos, %bx
66 movw curpos, %bx
80 incw curpos
81 incw curpos
82 cmpw $4000, curpos
84 movw $0, curpos
127 movw %ax, curpos
139 movw $0, curpos
151 incw curpos
152 incw curpos
253 curpos: .word 0 # Current cursor position label
[all...]
/freebsd-11-stable/stand/common/
H A Dconsole.c190 char *curpos, *dup, *next; local
195 curpos = strsep(&next, " ,");
196 if (*curpos != '\0') {
197 cons = cons_find(curpos);
199 printf("console %s is invalid!\n", curpos);
228 char *curpos, *dup, *next; local
239 curpos = strsep(&next, " ,");
240 if (*curpos == '\0')
242 cons = cons_find(curpos);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_scanner.c145 stream->curpos.nline = 1;
179 stream->curpos.ncol++;
183 stream->curpos.ncol++;
186 stream->curpos.ncol++;
194 stream->curpos.ncol++;
198 stream->curpos.ncol++;
209 if (EOF == ch && stream->curpos.ncol != 0)
214 stream->bakpos = stream->curpos;
215 stream->curpos.nline++;
216 stream->curpos
[all...]
H A Dntp_scanner.h102 struct LCPOS curpos; /* current scan position */ member in struct:FILE_INFO
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp790 graphic_object *object_spec::make_box(position *curpos, direction *dirp) argument
824 if (!position_rectangle(p, curpos, dirp)) {
834 position *curpos, direction *dirp)
867 pos = *curpos;
872 *curpos = pos;
944 graphic_object *object_spec::make_block(position *curpos, direction *dirp) argument
962 if (!position_rectangle(block, curpos, dirp)) {
982 graphic_object *object_spec::make_text(position *curpos, direction *dirp) argument
994 if (!position_rectangle(p, curpos, dirp)) {
1032 graphic_object *object_spec::make_ellipse(position *curpos, directio argument
833 position_rectangle(rectangle_object *p, position *curpos, direction *dirp) argument
1081 make_circle(position *curpos, direction *dirp) argument
1129 make_move(position *curpos, direction *dirp) argument
1416 make_line(position *curpos, direction *dirp) argument
1732 make_arc(position *curpos, direction *dirp) argument
1794 make_linear(position *curpos, direction *dirp) argument
1824 make_object(position *curpos, direction *dirp) argument
[all...]
H A Dobject.h211 int position_rectangle(rectangle_object *p, position *curpos,
/freebsd-11-stable/contrib/apr/include/
H A Dapr_lib.h66 char *curpos; member in struct:apr_vformatter_buff_t
141 * The apr_vformatter_buff has two elements curpos and endpos.
142 * curpos is where apr_vformatter will write the next byte of output.
143 * It proceeds writing output to curpos, and updating curpos, until
144 * either the end of output is reached, or curpos == endpos (i.e. the
154 * appropriate, re apr_pool_t nitialize curpos and endpos, and return 0.
157 * write another byte at curpos when curpos >= endpos. So for
159 * space available that curpos
[all...]
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtext_test.c108 int curpos; member in struct:fail_at
118 if (fa->failpos == fa->curpos)
121 fa->curpos++;
174 fa.curpos = 0;
179 ATF_REQUIRE(fa.curpos == 3);
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_snprintf.c248 vbuff->curpos = sp; \
251 sp = vbuff->curpos; \
727 sp = vbuff->curpos;
1340 vbuff->curpos = sp;
1370 vbuff.curpos = NULL;
1374 vbuff.curpos = buf;
1381 *vbuff.curpos = '\0';
1395 vbuff.curpos = NULL;
1399 vbuff.curpos = buf;
1404 *vbuff.curpos
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c399 off_t curpos; local
402 curpos = ftello(fd);
409 if (fseeko(fd, curpos, SEEK_SET) == -1)
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c1264 strp = ps->vbuff.curpos;
1322 ps->vbuff.curpos = node->first_avail + cur_len;
1332 apr_size_t len = ps->vbuff.curpos - ps->node->first_avail + REDZONE;
1334 while (ps->vbuff.curpos - ps->node->first_avail < len) {
1336 ps->vbuff.curpos = ps->node->first_avail + len;
1338 ps->vbuff.curpos = ps->vbuff.endpos;
1345 if (ps->vbuff.curpos != ps->node->first_avail)
1347 ps->vbuff.curpos - ps->node->first_avail);
1348 if (ps->vbuff.curpos == ps->vbuff.endpos) {
1368 ps.vbuff.curpos
[all...]
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dreadwrite.c494 data->vbuff.curpos - data->buf, NULL)) {
498 data->vbuff.curpos = data->buf;
514 data.vbuff.curpos = data.buf;
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_brigade.c657 * buff.curpos > buff.endpos
671 vd->vbuff.curpos = vd->cbuff;
687 vd.vbuff.curpos = buf;
701 return apr_brigade_write(b, flush, ctx, buf, vd.vbuff.curpos - buf);
/freebsd-11-stable/sys/kern/
H A Dkern_environment.c338 init_dynamic_kenv_from(char *init_env, int *curpos) argument
346 i = *curpos;
387 *curpos = i;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkeytab_file.c455 off_t pos, curpos; local
483 curpos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
484 if(len + 4 + pos - curpos >= 4) {
490 if(len + 4 + pos - curpos >= 8) {
/freebsd-11-stable/usr.bin/diff/
H A Ddiffreg.c1058 long curpos; local
1164 curpos = ftell(f1);
1166 nc = ixold[a > b ? b : a - 1] - curpos;
1230 long curpos = ftell(lb); local
1232 nc = f[a > b ? b : a - 1] - curpos;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.h90 tab_type distance_to_next_tab(hunits curpos, hunits *distance, hunits *leftpos);
H A Denv.cpp2592 tab_type tab_stops::distance_to_next_tab(hunits curpos, hunits *distance) argument
2596 return distance_to_next_tab(curpos, distance, &nextpos);
2599 tab_type tab_stops::distance_to_next_tab(hunits curpos, hunits *distance, argument
2604 for (tem = initial_list; tem && tem->pos <= curpos; tem = tem->next)
2607 *distance = tem->pos - curpos;
2615 for (tem = repeated_list; tem && tem->pos + base <= curpos; tem = tem->next)
2618 *distance = tem->pos + base - curpos;

Completed in 196 milliseconds