Searched refs:in (Results 1 - 25 of 112) sorted by path

12345

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex24 % math subscripts will never be used in this document
53 in your daily occupation. Strange dreams of prospecting, stealing,
54 crusading, and combat have haunted you in your sleep for many months,
55 but you aren't sure of the reason. You wonder whether you have in
60 dungeon in your dream. Could these details haunting your dreams be real?
65 the yearning to seek out the fantastic place in your dreams no longer.
67 in the caverns, they usually seemed better off than when they passed
128 are wise in medicine and apothecary. They know the
152 occasionally extricates them from peril, but can also put them in it.
156 are most at home in th
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h140 int in,out; member in class:NetHackQtKeyBuffer
163 int in,out; member in class:NetHackQtClickBuffer
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c61 /* retrieve the specified terminal entry and return it in `entbuf' */
84 /* otherwise, look `term' up in the file */
136 /* search for an entry in the termcap file */
144 int in, len, first, skip; local
149 ip = tcbuf, in = min(bufsiz,TCBUFSIZ);
153 if (!fgets(ip, min(in,BUFSIZ), fp)) break;
159 ip += len, in -= len;
160 } while (*(ip - 1) != '\n' && in > 0);
H A Duudecode.c5 * Redistribution and use in source and binary forms are permitted
7 * duplicated in all such forms and that any documentation,
30 * produced by this program are in VMS "stream-LF" format; this makes no
91 FILE *in, *out;
98 if ((in = fopen(argv[1], "r")) == NULL) {
104 in = stdin;
113 if (fgets(buf, sizeof buf, in) == NULL) {
162 decode(in, out);
164 if (fgets(buf, sizeof buf, in) == NULL || strcmp(buf, "end\n")) {
174 * copy from in t
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Ddepend.awk7 # This awk program scans each file in sequence, looking for lines beginning
10 # corresponding .o file; dependencies in nested header files are propagated
21 # assumed to be the last #include in the file where it occurs.
23 # it's assumed to be the last #include in the file where it occurs
38 #[3.4.0: gnomehack headers currently aren't in include]
89 # write a target and its dependency list in pretty-printed format;
94 split("", done) #``for (x in done) delete done[x]''
123 # (unless `skip', in which case we're only marking files as already done)
128 if (name in alt_deps) { #some names have non-conventional dependencies
134 if (name in dep
[all...]
H A Dnethack.sh9 # Since Nethack.ad is installed in HACKDIR, add it to XUSERFILESEARCHPATH
10 case "x$XUSERFILESEARCHPATH" in
20 # it will already be in a form acceptable to NetHack
31 for i in $HACKPAGER
40 for i in $PATH
61 case $1 in
/seL4-refos-master/
H A Dcidl_compile67 for fileline in filestr.splitlines():
77 dir_idl = 'in';
85 if type_idl in ['int', 'int32_t', 'uint32_t', 'char', 'uintptr_t',
88 elif type_idl in ['cptr', CPTR_TYPE]:
128 for arg_idl in func_idl:
133 if dr == 'in':
182 for x in xml_idl:
/seL4-refos-master/libs/libmuslc/
H A DMakefile.muslc82 @echo "Please set ARCH in config.mak before running make."
96 obj/include/bits/alltypes.h: $(srcdir)/arch/$(ARCH)/bits/alltypes.h.in $(srcdir)/include/alltypes.h.in $(srcdir)/tools/mkalltypes.sed
97 sed -f $(srcdir)/tools/mkalltypes.sed $(srcdir)/arch/$(ARCH)/bits/alltypes.h.in $(srcdir)/include/alltypes.h.in > $@
99 obj/include/bits/syscall.h: $(srcdir)/arch/$(ARCH)/bits/syscall.h.in
192 obj/%-clang: $(srcdir)/tools/%-clang.in config.mak
/seL4-refos-master/libs/libmuslc/dist/
H A Dconfig.mak2 # musl config.mak template (original in dist/config.mak)
/seL4-refos-master/libs/libmuslc/include/arpa/
H A Dinet.h9 #include <netinet/in.h>
/seL4-refos-master/libs/libmuslc/include/
H A Difaddrs.h9 #include <netinet/in.h>
H A Dnetdb.h9 #include <netinet/in.h>
62 /* Legacy functions follow (marked OBsolete in SUS) */
H A Dresolv.h6 #include <netinet/in.h>
/seL4-refos-master/libs/libmuslc/include/net/
H A Droute.h11 #include <netinet/in.h>
/seL4-refos-master/libs/libmuslc/include/netinet/
H A Dicmp6.h11 #include <netinet/in.h>
H A Digmp.h5 #include <netinet/in.h>
H A Dip.h9 #include <netinet/in.h>
H A Dip6.h9 #include <netinet/in.h>
H A Dip_icmp.h5 #include <netinet/in.h>
/seL4-refos-master/libs/libmuslc/src/crypt/
H A Dcrypt_des.c5 * tables in the binary, in the interest of minimizing non-shareable
25 * Redistribution and use in source and binary forms, with or without
30 * 2. Redistributions in binary form must reproduce the above copyright
31 * notice, this list of conditions and the following disclaimer in the
754 * l_in, r_in, l_out, and r_out are in pseudo-"big-endian" format.
849 static void des_cipher(const unsigned char *in, unsigned char *out, argument
855 (uint32_t)in[3] |
856 ((uint32_t)in[2] << 8) |
857 ((uint32_t)in[
[all...]
/seL4-refos-master/libs/libmuslc/src/fenv/i386/
H A Dfenv.s15 # maintain exceptions in the sse mxcsr, clear x87 exceptions
/seL4-refos-master/libs/libmuslc/src/fenv/i386_sel4/
H A Dfenv.s15 # maintain exceptions in the sse mxcsr, clear x87 exceptions
/seL4-refos-master/libs/libmuslc/src/fenv/x32/
H A Dfenv.s4 # maintain exceptions in the sse mxcsr, clear x87 exceptions
/seL4-refos-master/libs/libmuslc/src/fenv/x86_64/
H A Dfenv.s4 # maintain exceptions in the sse mxcsr, clear x87 exceptions
/seL4-refos-master/libs/libmuslc/src/fenv/x86_64_sel4/
H A Dfenv.s4 # maintain exceptions in the sse mxcsr, clear x87 exceptions

Completed in 238 milliseconds

12345