Searched refs:input (Results 1 - 14 of 14) sorted by relevance

/seL4-test-master/projects/musllibc/tools/
H A Dmusl-clang.in8 # prevent clang from running the linker (and erroring) on no input.
13 -l*) input=1 ;;
14 *) input= ;;
16 if test "$input" ; then
/seL4-test-master/projects/util_libs/libplatsupport/src/plat/pc99/acpi/
H A Dbrowser.c40 char input; local
183 // collect input and act
186 input = getchar();
188 if (input >= 'a' && input <= 'z') {
189 // input steps into another table
190 if (vector[input - 'a'] != NULL) {
192 next_tbl = vector[input - 'a'] + offset;
196 input = 'p';
201 switch (input) {
260 char input = getchar(); local
[all...]
/seL4-test-master/kernel/manual/
H A Dmanual.tex83 \newcommand{\version}{\input{VERSION}}
86 \input{env}
137 \input{parts/intro}
140 \input{parts/objects}
141 \input{parts/cspace}
142 \input{parts/ipc}
143 \input{parts/notifications}
144 \input{parts/threads}
145 \input{parts/vspace}
146 \input{part
[all...]
H A DMakefile125 ${Q}${PYTHON} ${GenerationTool} --level 3 --input $< --output $@
129 ${Q}${PYTHON} ${GenerationTool} --level 2 --input $< --output $@
149 ${Q}${PYTHON} ${GenerationTool} --format markdown --level 2 --input $< --output $@
/seL4-test-master/tools/nanopb/examples/network_server/
H A Dclient.c87 pb_istream_t input = pb_istream_from_socket(fd); local
89 if (!pb_decode_delimited(&input, ListFilesResponse_fields, &response))
91 fprintf(stderr, "Decode failed: %s\n", PB_GET_ERROR(&input));
H A Dserver.c75 pb_istream_t input = pb_istream_from_socket(connfd); local
77 if (!pb_decode_delimited(&input, ListFilesRequest_fields, &request))
79 printf("Decode failed: %s\n", PB_GET_ERROR(&input));
/seL4-test-master/projects/seL4_libs/libsel4test/tools/
H A Dextract_results.py68 parser.add_argument('input',
79 data = args.input.read()
90 # Dump input data *before* parsing in case we choke during parsing. This
96 # Parse the input as HTML even though BS supports XML. It seems the XML
97 # parser is a bit more precious about the input.
101 print('Failed to parse input: %s' % inst, file=sys.stderr)
/seL4-test-master/kernel/tools/
H A Dlex.py127 # input() - Store a new string in the lexer
132 # lexpos - Current position in the input string
152 self.lexdata = None # Actual input data (as a string)
153 self.lexpos = 0 # Current position in input text
154 self.lexlen = 0 # Length of the input text
274 # input() - Push a new string into the lexer
276 def input(self, s): member in class:Lexer
426 raise RuntimeError("No input string given with input()")
579 # user's input fil
[all...]
H A Dbitfield_gen.py2724 _, block_map, union_map = yacc.parse(input=in_file.read(), lexer=lexer)
2757 # Generate the module name from the input filename
/seL4-test-master/projects/util_libs/libethdrivers/src/
H A Dlwip.c174 if (lwip_iface->netif->input(p, lwip_iface->netif) != ERR_OK) {
175 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_input: IP input error\n"));
329 if (lwip_iface->netif->input(p, lwip_iface->netif) != ERR_OK) {
330 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_input: IP input error\n"));
331 LOG_INFO("failed to input\n");
/seL4-test-master/kernel/manual/tools/
H A Dparse_doxygen_xml.py545 parser.add_argument("-i", "--input", dest="input", type=str,
568 dir_name = os.path.dirname(args.input)
580 output_str = generate_general_syscall_doc(generator, args.input, args.level, ref_dict)
/seL4-test-master/kernel/manual/parts/
H A Dapi.tex10 \newcommand{\inputapidoc}[1] {\input{parts/api/#1.tex}}
11 \newcommand{\inputgeneratedapidoc}[1] {\input{generated/#1.tex}}
/seL4-test-master/kernel/manual/tools/libsel4_tools/
H A Dbitfield_gen.py2724 _, block_map, union_map = yacc.parse(input=in_file.read(), lexer=lexer)
2757 # Generate the module name from the input filename
/seL4-test-master/kernel/libsel4/tools/
H A Dbitfield_gen.py2724 _, block_map, union_map = yacc.parse(input=in_file.read(), lexer=lexer)
2757 # Generate the module name from the input filename

Completed in 172 milliseconds