Searched refs:strip (Results 1 - 9 of 9) sorted by relevance

/haiku/3rdparty/kallisti5/
H A Dconfigure.py173 set_build_config("HOST_CC_LD", cmdrun([cc, "-print-prog-name=ld"]).strip())
174 set_build_config("HOST_CC_OBJCOPY", cmdrun([cc, "-print-prog-name=objcopy"]).strip())
175 set_build_config("HOST_GCC_MACHINE", cmdrun([cc, "-dumpmachine"]).strip())
176 set_build_config("HOST_GCC_RAW_VERSION", cmdrun([cc, "-dumpversion"]).strip())
181 set_build_config("HAIKU_GCC_RAW_VERSION_" + arch, cmdrun([cc, "-dumpversion"]).strip())
/haiku/src/tools/
H A Dhardlink_packages.py18 line_strip = readline.strip()
20 return text.split(":")[1].strip()
63 pkg = line.strip()
/haiku/build/scripts/
H A Dbuild_cross_tools_gcc4264 $installDir/bin/$haikuMachine-strip --strip-debug $bootLibgcc
266 $installDir/bin/$haikuMachine-strip --strip-debug $bootLibsupcxx
/haiku/src/tests/kits/net/service/
H A Dtestserver.py135 e.strip()
137 if e.strip()]
446 key, value = kvpair.strip().split('=')
447 d[key.strip()] = value.strip().strip('"')
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py135 e.strip()
137 if e.strip()]
446 key, value = kvpair.strip().split('=')
447 d[key.strip()] = value.strip().strip('"')
/haiku/
H A Dconfigure111 HAIKU_STRIP_<arch> The <arch> strip command. Defaults to "strip".
941 set_default_value HAIKU_STRIP_$targetArch strip
953 set_default_value HAIKU_STRIP_$targetArch strip-$targetArch
1076 get_build_tool_path STRIP_$targetArch ${crossToolsPrefix}strip
/haiku/src/bin/network/telnet/
H A Dtelnet.c73 #define strip(x) ((my_want_state_is_wont(TELOPT_BINARY)) ? ((x)&0x7f) : (x))
1908 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++;
1949 if (tcc && strip(*tbp) == escape) {
1966 if (tcc > 0 && strip(*tbp) == echoc) {
72 #define strip macro
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py684 elif template[scope_label] != template[tag_start:tag_end].strip():
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c337 strip (ccs, ccs);

Completed in 82 milliseconds