Searched refs:fpos (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dpostypes.h38 // ISO C++ 14882: 27.4.3 - Template class fpos
55 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
62 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
81 class fpos;
88 * CopyConstructible and Assignable. The standard only requires that fpos
95 class fpos class
102 // The standard doesn't require that fpos objects can be default
106 fpos() function in class:fpos
109 // The standard requires that fpos objects can be constructed
116 fpos(streamof function in class:fpos
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch569 local($cnt,$in,$out,$lo,$lf,@fpos) = @_;
606 $fpos[$[] = '' if !defined($fpos[$[]);
821 if ($fpos[$[] eq 'start')
823 if (grep($_ eq $fpos[$[+1],@f))
825 shift(@f) while @f && $f[$[] ne $fpos[$[+1];
829 @fpos = ('start', $f[$[], undef);
834 @fpos = ('start' , $f[$[], undef);
837 if (!defined($fpos[$[+2]))
841 $fpos[
[all...]
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dtextbox.c46 int i, x, y, cur_x, cur_y, fpos, key = 0, dir, temp, temp1; local
166 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
171 if (fpos > bytes_read) { /* Yes, we have to read it in */
197 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
202 if (fpos < file_size) { /* Yes, we have to read it in */
358 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
363 fpos -= bytes_read;
382 if (lseek(fd, fpos, SEEK_SET) == -1) {
436 int i, fpos; local
446 if ((fpos
594 int i = 0, fpos; local
687 int fpos, percent; local
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dtailbox.c117 long fpos = 0; local
120 || (fpos = ftell(fp)) < 0)
123 if (fpos != 0) {
126 if (fpos >= BUFSIZ) {
129 size_to_read = (size_t) fpos;
131 fpos = fpos - (long) size_to_read;
132 if (fseek(fp, fpos, SEEK_SET) == -1)
139 fpos = 0;
155 } else if (fpos
[all...]
H A Dtextbox.c55 long fpos; local
56 if ((fpos = (long) lseek(obj->fd, (off_t) offset, mode)) == -1) {
69 return fpos;
191 long fpos; local
198 fpos = ftell_obj(obj);
200 lseek_obj(obj, fpos - obj->fd_bytes_read, SEEK_SET);
227 lseek_obj(obj, fpos, SEEK_SET);
240 long fpos; local
245 fpos = ftell_obj(obj);
247 if (fpos < ob
289 long fpos; local
425 long fpos; local
543 long fpos; local
668 long fpos; local
[all...]
/freebsd-9.3-release/lib/libsm/
H A DMakefile26 fflush.c fget.c fpos.c findfp.c flags.c fopen.c fprintf.c \
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c1112 int fpos = 0; local
1291 fpos = convert(fracpart, fconvert, sizeof(fconvert), 10, 0);
1293 leadfraczeros = precision - fpos;
1296 if (fpos > 0) /* Omit trailing fractional part zeros. */
1297 while (omitcount < fpos && fconvert[omitcount] == '0')
1366 while (fpos > omitcount) { /* The remaining fractional part. */
1367 fpos--;
1368 OUTCHAR(str, *len, size, fconvert[fpos]);
/freebsd-9.3-release/contrib/less/
H A Dch.c63 POSITION fpos; member in struct:filestate
75 #define ch_fpos thisfile->fpos
842 thisfile->fpos = 0;
928 printf(" file %d, flags %x, fpos %x, fsize %x, blk/off %x/%x\n",
929 fs->file, fs->flags, fs->fpos,
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h98 typedef fpos<state_type> pos_type;
H A Dcodecvt_specializations.h218 // associated fpos<encoding_state> for the position type, all other
224 typedef typename std::fpos<state_type> pos_type;
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dnode.c949 int fpos = fseek (output_stream, -epilogue_len,
952 if (fpos < 0
945 int fpos = fseek (output_stream, -epilogue_len, local

Completed in 216 milliseconds