Searched refs:f_seek (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/sendmail/libsm/
H A Dfpos.c78 if (fp->f_seek == NULL)
121 pos = (*fp->f_seek)(fp, (off_t) 0, SM_IO_SEEK_CUR);
H A Dfindfp.c191 fp->f_seek = t->f_seek; /* assign seek function */
303 fp->f_seek = v->f_seek;
376 v->f_seek = fp->f_seek;
H A Dsnprintf.c79 fake.f_seek = NULL;
H A Dsscanf.c91 fake.f_seek = NULL;
H A Dvasprintf.c77 fake.f_seek = NULL;
H A Dvsnprintf.c72 fake.f_seek = NULL;
H A Dmakebuf.c150 fp->f_seek == sm_stdseek)
H A Dstdio.c103 (void) (*fp->f_seek)((void *)fp, (off_t)0, SEEK_END);
449 (void) (*fp->f_seek)(fp, (off_t)0, SEEK_END);
H A Dfseek.c98 if ((seekfn = fp->f_seek) == NULL)
H A Dstrio.c487 fp->f_seek = NULL;
H A Dvfprintf.c119 fake.f_seek = NULL;
/freebsd-13-stable/bin/dd/
H A Dargs.c74 static void f_seek(char *);
99 { "oseek", f_seek, C_SEEK, C_SEEK },
100 { "seek", f_seek, C_SEEK, C_SEEK },
320 f_seek(char *arg) function
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dio.h123 off_t (*f_seek) __P((SM_FILE_T *, off_t, int)); member in struct:sm_file
203 (f).f_seek = (seek); \
/freebsd-13-stable/contrib/lua/src/
H A Dliolib.c690 static int f_seek (lua_State *L) { function
758 {"seek", f_seek},
/freebsd-13-stable/contrib/tcsh/
H A Dsh.lex.c1762 fseekp = l->f_seek;
1816 l->f_seek = fbobp;
1818 l->f_seek += fclens[i];
1822 l->f_seek = fseekp;
H A Dsh.func.c435 if (wp->w_end.type == TCSH_F_SEEK && wp->w_end.f_seek == 0) {
585 nwp->w_end.f_seek = 0;
762 a.f_seek = 0;
1109 if (whyles->w_end.type == TCSH_F_SEEK && whyles->w_end.f_seek == 0) {
1112 whyles->w_end.f_seek--;
1145 xprintf("o->type %c o->a_seek %d o->f_seek %d\n",
1146 foo[o.type + 1], o.a_seek, o.f_seek);
1154 xprintf("start->type %c start->a_seek %d start->f_seek %d\n",
1156 wp->w_start.a_seek, wp->w_start.f_seek);
1157 xprintf("end->type %c end->a_seek %d end->f_seek
[all...]
H A Dsh.h813 #define f_seek fc._f_seek macro
820 (a)->f_seek == (b)->f_seek && \

Completed in 114 milliseconds