Home
last modified time | relevance | path

Searched refs:in (Results 1 – 18 of 18) sorted by relevance

/scripts/kconfig/
A Dpreprocess.c15 static char *expand_string_with_args(const char *in, int argc, char *argv[]);
495 const char *in, *p; in __expand_string() local
503 p = in = *str; in __expand_string()
507 in_len = p - in; in __expand_string()
512 strncat(out, in, in_len); in __expand_string()
515 in = p; in __expand_string()
525 in_len = p - in; in __expand_string()
528 strncat(out, in, in_len); in __expand_string()
548 return __expand_string(&in, is_end_of_str, argc, argv); in expand_string_with_args()
551 char *expand_string(const char *in) in expand_string() argument
[all …]
A Dlkc_proto.h34 const char * sym_escape_string_value(const char *in);
61 char *expand_string(const char *in);
A Dconfdata.c285 FILE *in = NULL; in conf_read_simple() local
293 in = zconf_fopen(name); in conf_read_simple()
298 in = zconf_fopen(name); in conf_read_simple()
299 if (in) in conf_read_simple()
311 in = zconf_fopen(name); in conf_read_simple()
312 if (in) { in conf_read_simple()
319 if (!in) in conf_read_simple()
346 while (compat_getline(&line, &line_asize, in) != -1) { in conf_read_simple()
437 fclose(in); in conf_read_simple()
A Dzconf.l38 static char *expand_token(const char *in, size_t n);
39 static void append_expanded_string(const char *in);
A Dconf.c74 static void xfgets(char *str, int size, FILE *in) in xfgets() argument
76 if (!fgets(str, size, in)) in xfgets()
A Dsymbol.c873 const char *sym_escape_string_value(const char *in) in sym_escape_string_value() argument
880 reslen = strlen(in) + strlen("\"\"") + 1; in sym_escape_string_value()
882 p = in; in sym_escape_string_value()
899 p = in; in sym_escape_string_value()
/scripts/coccinelle/misc/
A Dbadty.cocci4 //# in memory allocation functions by checking the type of the allocated memory
6 //# to the the memory being allocated. There are false positives in cases the
7 //# sizeof argument is not used in constructing the return value. The result
/scripts/
A DKbuild.include35 # Escape single quote for use in echo statements
61 # - stdin is piped in from the first prerequisite ($<) so one has
77 # See documentation in Documentation/kbuild/makefiles.txt
81 # Return first prefix where a prefix$(CC) is found in PATH.
82 # If no $(CC) found in PATH with listed prefixes return nothing
259 # PHONY targets skipped in both cases.
285 # Output (listed in the order they are checked):
291 # (6) - due to target not in $(targets)
295 # (4) The command line stored in the file named dir/.target.cmd
299 # (6) No dir/.target.cmd file and target not listed in $(targets)
[all …]
A Dspelling.txt3 # in the kernel source.
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped3 * pylibfdt - Flat Device Tree manipulation in Python
100 if -val not in quiet:
119 is not in @quiet.
124 if -val not in quiet:
217 Total tree size in bytes
368 """Get the next property in a node
537 This adjusts the tree in place.
567 if chr(0) in name:
727 if 0 in self[:-1]:
1021 %typemap(in) (void *)(const void *fdt) {
[all …]
/scripts/coccinelle/null/
A Dkmerr.cocci2 /// NULL check. It only gives a report in the case where there is some
3 /// error handling code later in the function, which may be helpful
4 /// in determining what the error handling code for the call to malloc etc
A Dbadzero.cocci99 try let _ = Hashtbl.find negtable f in ()
119 try let _ = Hashtbl.find negtable f in ()
122 // This rule may lead to inconsistent path problems, if E is defined in two
/scripts/dtc/
A DREADME35 You will find tests in tests/pylibfdt_tests.py showing how to use each
48 # Open 'htmlcov/index.html' in your browser
85 it cannot be supported, put the declaration in libfdt.h behind #ifndef SWIG so
92 Test files are kept in the tests/ directory. Use 'make check' to build and run
96 and checked against a binary tree from assembler macros in trees.S. So
A Ddtc-lexer.l95 /* Don't allow nuls in filenames */
/scripts/coccinelle/net/
A Dmdio_register.cocci3 //# Stop using the oldest mii interface in drivers
/scripts/coccinelle/iterators/
A Ditnull.cocci4 //# or in cases when the loop cursor is reassigned. The latter should only
A Duse_after_iter.cocci5 //#False positives arise when there is a goto in the iterator and the
/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci7 //# the casting as it is not required. The result in the patch case may

Completed in 35 milliseconds