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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20001124-1.c8 long long f_pos; member in struct:file
34 if (filp->f_pos >= inode->i_size)
37 offset = filp->f_pos & (bufsize - 1);
38 block = filp->f_pos >> bufbits;
41 while (filp->f_pos < inode->i_size) {
48 filp->f_pos++;
54 filp->f_pos++;
56 filp->f_pos++;
72 f.f_pos = 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20001124-1.c8 long long f_pos; member in struct:file
34 if (filp->f_pos >= inode->i_size)
37 offset = filp->f_pos & (bufsize - 1);
38 block = filp->f_pos >> bufbits;
41 while (filp->f_pos < inode->i_size) {
48 filp->f_pos++;
54 filp->f_pos++;
56 filp->f_pos++;
72 f.f_pos = 0;
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dlint2.h150 pos_t f_pos; /* position of call */ member in struct:fcall
H A Dchk.c144 msg(0, hte->h_name, mkpos(&fcall->f_pos));
275 pos1, mkpos(&call->f_pos));
283 msg(4, hte->h_name, pos1, mkpos(&call->f_pos));
372 pos1p = &call1->f_pos;
408 msg(7, hte->h_name, pos1, mkpos(&call->f_pos));
592 mkpos(&call->f_pos),
1022 msg(13, hte->h_name, mkpos(&call->f_pos));
1030 msg(14, hte->h_name, n, mkpos(&call->f_pos));
1038 msg(15, hte->h_name, mkpos(&call->f_pos));
1046 msg(16, hte->h_name, mkpos(&call->f_pos));
[all...]
H A Dread.c286 STRUCT_ASSIGN(fcall->f_pos, *posp);
1206 if (call->f_pos.p_src != sym1->s_pos.p_src)
1262 if (call->f_pos.p_src == sym1->s_pos.p_src) {
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/osd/
H A Dosdfs.c803 int offset = filp->f_pos;
826 filp->f_pos = offset -= (((int)filp->private_data)-num_entries);
838 if (filldir(dirent, ".", 1, filp->f_pos++, ino, DT_DIR) < 0) {
847 if (filldir(dirent, "..", 2, filp->f_pos++, dentry->d_parent->d_inode->i_ino, DT_DIR) < 0) {
867 if (filldir(dirent, ptr, strlen(ptr), filp->f_pos++, ino, DT_UNKNOWN) < 0) {

Completed in 81 milliseconds