Searched refs:realpos (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/regress/lib/libsndio/play/
H A Dplay.c20 long long realpos = 0, playpos = 0; variable
27 realpos += bytes;
31 "realpos = %+7lld, bufused = %+7lld\n",
32 bytes, playpos - realpos,
33 realpos, (realpos < 0) ? playpos : playpos - realpos);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dar.c1124 enum pos realpos;
1129 realpos = default_pos;
1134 realpos = postype;
1138 if (realpos == pos_end)
1148 if (realpos == pos_after)
1121 enum pos realpos; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c997 enum pos realpos;
1002 realpos = default_pos;
1007 realpos = postype;
1011 if (realpos == pos_end)
1021 if (realpos == pos_after)
994 enum pos realpos; local

Completed in 199 milliseconds