| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldump.c | 22 int strip; member 114 n= (D->strip) ? 0 : f->sizelineinfo; in DumpDebug() 116 n= (D->strip) ? 0 : f->sizelocvars; in DumpDebug() 124 n= (D->strip) ? 0 : f->sizeupvalues; in DumpDebug() 131 DumpString((f->source==p || D->strip) ? NULL : f->source,D); in DumpFunction() 153 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) in luaU_dump() argument 159 D.strip=strip; in luaU_dump()
|
| H A D | lundump.h | 20 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip);
|
| /f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/recipes/ |
| H A D | build | 8 strip --strip-all /usr/local/lib/libsodium.so
|
| /f-stack/dpdk/config/x86/ |
| H A D | cross-mingw | 6 strip = 'x86_64-w64-mingw32-strip'
|
| /f-stack/dpdk/config/arm/ |
| H A D | arm64_emag_linux_gcc | 5 strip = 'aarch64-linux-gnu-strip'
|
| H A D | arm64_thunderx_linux_gcc | 5 strip = 'aarch64-linux-gnu-strip'
|
| H A D | arm64_bluefield_linux_gcc | 5 strip = 'aarch64-linux-gnu-strip'
|
| H A D | arm64_stingray_linux_gcc | 5 strip = 'aarch64-linux-gnu-strip'
|
| H A D | arm64_thunderx2_linux_gcc | 5 strip = 'aarch64-linux-gnu-strip'
|
| H A D | arm64_graviton2_linux_gcc | 5 strip = 'aarch64-linux-gnu-strip'
|
| H A D | arm64_n1sdp_linux_gcc | 5 strip = 'aarch64-linux-gnu-strip'
|
| H A D | arm64_octeontx2_linux_gcc | 5 strip = 'aarch64-linux-gnu-strip'
|
| H A D | arm64_dpaa_linux_gcc | 6 strip = 'aarch64-linux-gnu-strip'
|
| H A D | arm64_armada_linux_gcc | 6 strip = 'aarch64-linux-gnu-strip'
|
| H A D | arm64_armv8_linux_gcc | 5 strip = 'aarch64-linux-gnu-strip'
|
| /f-stack/app/redis-5.0.5/deps/lua/etc/ |
| H A D | noparser.c | 37 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) { in luaU_dump() argument 41 UNUSED(strip); in luaU_dump()
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 77 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \ 128 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(stri… 202 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 205 arg-check = $(if $(strip $(cmd_$@)),,1) 220 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 226 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \ 236 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ 263 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \ 277 echo-why = $(call escsq, $(strip $(why)))
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-telemetry.py | 54 text = input('--> ').strip() 59 text = input('--> ').strip()
|
| H A D | dpdk-pmdinfo.py | 51 s = deviceStr.strip() 79 s = deviceStr.strip() 94 s = subDeviceStr.strip() 196 elif not l.strip(): 203 deviceID = l.strip().split()[0]
|
| /f-stack/dpdk/devtools/ |
| H A D | update_version_map_abi.py | 61 line = line.strip('\n').strip()
|
| /f-stack/mk/ |
| H A D | kern.pre.mk | 99 SYSTEM_LD_TAIL= @${OBJCOPY} --strip-symbol gcc2_compiled. ${.TARGET} ; \ 114 IMACROS_FILTER_EXPR:= $(subst ${SPACE},|,$(strip ${IMACROS_FILTER}))
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | zimport.sh | 328 tar -xz -C "$IMAGES_DIR" --strip-components=1 || \ 415 --strip-components=1 || \ 462 --strip-components=1 || \
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_tag.c | 105 uint8_t strip; member 553 if (hip->strip) in ng_tag_rcvdata() 685 hip->strip = hip->in->strip; in ng_tag_setdata_in()
|
| /f-stack/freebsd/contrib/openzfs/cmd/arc_summary/ |
| H A D | arc_summary3 | 148 result[name] = value.strip() 173 version = info.stdout.strip() 176 version = info.strip() 223 line = line[len(target_prefix):].strip() 230 descs[name.strip()] = desc.strip()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | Makefile | 227 ifneq ($(strip $(PREV_FINAL_CFLAGS)), $(strip $(FINAL_CFLAGS))) 231 ifneq ($(strip $(PREV_FINAL_LDFLAGS)), $(strip $(FINAL_LDFLAGS)))
|