Home
last modified time | relevance | path

Searched refs:f_seek (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/sendmail/libsm/
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 Dfpos.c78 if (fp->f_seek == NULL)
121 pos = (*fp->f_seek)(fp, (off_t) 0, SM_IO_SEEK_CUR);
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 Dvsnprintf.c72 fake.f_seek = NULL;
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 Dmakebuf.c150 fp->f_seek == sm_stdseek)
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/bin/dd/
H A Dargs.c66 static void f_seek(char *);
91 { "oseek", f_seek, C_SEEK, C_SEEK },
92 { "seek", f_seek, C_SEEK, C_SEEK },
312 f_seek(char *arg) in f_seek() function
/freebsd/contrib/tcsh/
H A Dsh.func.c435 if (wp->w_end.type == TCSH_F_SEEK && wp->w_end.f_seek == 0) { in gotolab()
585 nwp->w_end.f_seek = 0; in dowhile()
762 a.f_seek = 0; in search()
1109 if (whyles->w_end.type == TCSH_F_SEEK && whyles->w_end.f_seek == 0) { in toend()
1112 whyles->w_end.f_seek--; in toend()
1146 foo[o.type + 1], o.a_seek, o.f_seek); in wfree()
1156 wp->w_start.a_seek, wp->w_start.f_seek); in wfree()
1158 foo[wp->w_end.type + 1], wp->w_end.a_seek, wp->w_end.f_seek); in wfree()
1167 if (o.f_seek >= wp->w_start.f_seek && in wfree()
1168 (wp->w_end.f_seek == 0 || o.f_seek < wp->w_end.f_seek)) in wfree()
H A Dsh.h813 #define f_seek fc._f_seek macro
820 (a)->f_seek == (b)->f_seek && \
H A Dsh.lex.c1762 fseekp = l->f_seek; in bseek()
1816 l->f_seek = fbobp; in btell()
1818 l->f_seek += fclens[i]; in btell()
1822 l->f_seek = fseekp; in btell()
H A DFixes1391 41. Changed f_seek to a union to avoid gcc warnings on 4.4BSD
/freebsd/contrib/sendmail/include/sm/
H A Dio.h123 off_t (*f_seek) __P((SM_FILE_T *, off_t, int));
203 (f).f_seek = (seek); \
/freebsd/contrib/lua/src/
H A Dliolib.c697 static int f_seek (lua_State *L) { in f_seek() function
765 {"seek", f_seek},