Searched refs:line (Results 1 – 6 of 6) sorted by relevance
78 cat ${diffconfig_list} | while read line; do79 if [ -f ${line} ]; then80 apply_patch ${line}81 elif [ -d ${line} ]; then82 find ${line} -maxdepth 1 -name '*.patch' | while read f; do86 echo "${line}: No such file or directory"
10 grep -v "^#" ${config} | while read line; do11 IFS='=' read -ra arr <<<"$line"
33 void asm_assert(int32_t line, const char *file, const char *txt);
72 …$$(warning The command line sets $(1) to be '$$($(1))', but an existing build is configured with '…82 …$$(error There is no $(1) parameter specified on the command-line and none from a previous build. …99 …$$(warning The command line sets RELEASE to be '$(RELEASE)', but an existing build is configured w…
191 void asm_assert(int32_t line, const char *file, const char *txt) in asm_assert() argument198 file, line, txt); in asm_assert()
102 * Change the shebang line in Perl scripts to look up perl in the PATH.419 line arguments.688 that was triggered uppon reading an empty line. Found by Guido Vranken.1127 compiler's command line.1192 * The SSL debug callback gained two new arguments (file name, line number).1531 * Accept spaces at end of line or end of buffer in base64_decode().2001 * Accept spaces at end of line or end of buffer in base64_decode().
Completed in 11 milliseconds