HelenOS sources

from              253 uspace/app/bdsh/input.c 	FILE *from = NULL;
from              257 uspace/app/bdsh/input.c 		from = fopen(redir_from, "r");
from              258 uspace/app/bdsh/input.c 		if (from == NULL) {
from              263 uspace/app/bdsh/input.c 		new_iostate.stdin = from;
from              283 uspace/app/bdsh/input.c 	if (from != NULL) {
from              284 uspace/app/bdsh/input.c 		fclose(from);
from               71 uspace/lib/cpp/include/__bits/functional/function.hpp         void copy_callable(Callable* to, Callable* from)
from               73 uspace/lib/cpp/include/__bits/functional/function.hpp             new(to) Callable{*from};
from               61 uspace/lib/cpp/include/__bits/locale/codecvt.hpp             result out(state_type& state, const intern_type* from, const intern_type* from_end,
from               65 uspace/lib/cpp/include/__bits/locale/codecvt.hpp                 return do_out(state, from, from_end, from_next, to, to_end, to_next);
from               74 uspace/lib/cpp/include/__bits/locale/codecvt.hpp             result in(state_type& state, const extern_type* from, const extern_type* from_end,
from               78 uspace/lib/cpp/include/__bits/locale/codecvt.hpp                 return do_in(state, from, from_end, from_next, to, to_end, to_next);
from               91 uspace/lib/cpp/include/__bits/locale/codecvt.hpp             int length(state_type& state, const extern_type* from, const extern_type* end,
from               94 uspace/lib/cpp/include/__bits/locale/codecvt.hpp                 return do_length(state, from, end, max);
from              107 uspace/lib/cpp/include/__bits/locale/codecvt.hpp             virtual result do_out(state_type& state, const intern_type* from, const intern_type* from_end,
from              122 uspace/lib/cpp/include/__bits/locale/codecvt.hpp             virtual result do_in(state_type& state, const extern_type* from, const extern_type* from_end,
from              142 uspace/lib/cpp/include/__bits/locale/codecvt.hpp             virtual int do_length(state_type& state, const extern_type* from, const extern_type* end,
from              291 uspace/lib/pcm/src/format.c 	float sample = from(src[sample_pos], type, endian); \
HelenOS homepage, sources at GitHub