Searched refs:line (Results 1 – 9 of 9) sorted by relevance
| /lib/libc/ |
| D | assert.c | 6 __assert(const char *func, const char *file, int line, const char *expr) in __assert() argument 8 fprintf(stderr, "Assert (%s): %s %s:%d\n", expr, func, file, line); in __assert()
|
| /include/ |
| D | assert.h | 18 void __assert(const char *func, const char *file, int line, const char *expr);
|
| /lib/liblwip/src/core/ |
| D | memp.c | 70 int line; member 392 memp_malloc_fn(memp_t type, const char* file, const int line) in memp_malloc() 412 memp->line = line; in memp_malloc()
|
| /lib/liblwip/src/include/lwip/ |
| D | memp.h | 103 void *memp_malloc_fn(memp_t type, const char* file, const int line);
|
| /lib/liblwip/doc/ |
| D | contrib.txt | 22 7. closing curly brace on a single line. 49 …es (compiler warning, indentation and spelling fixes or anything obvious which takes a line or two)
|
| /lib/liblwip/ |
| D | UPGRADING | 9 * [Enter new changes just after this line - do not remove this line]
|
| D | CHANGELOG | 5 * [Enter new changes just after this line - do not remove this line] 1313 end of line) 1341 * inet.c: patch #6765: Supporting new line characters in inet_aton() 2672 * udp.c: remove obsolete line "static struct udp_pcb *pcb_cache = NULL;"
|
| /sys/amd64/ |
| D | kernel.lds | 200 .line 0 : { *(.line) }
|
| /docs/ |
| D | Doxyfile | 53 # Using the PROJECT_BRIEF tag one can provide an optional one line description 206 # first line (until the first dot) of a Javadoc-style comment as the brief 214 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line 225 # line (until the first dot) of a Qt-style comment as the brief description. If 233 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as 235 # to treat a multi-line C++ comment block as a detailed description. Set this 881 # can produce. The string should contain the $file, $line, and $text tags, which 882 # will be replaced by the file and line number from which the warning originated 887 # The default value is: $file:$line: $text. 889 WARN_FORMAT = "$file:$line: $text" [all …]
|