Searched defs:strip (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-13-stable/cddl/usr.sbin/dwatch/
H A Ddwatch1176 function strip(s) { gsub(/\033\[[0-9;]*m/, "", s); return s } function
/freebsd-13-stable/contrib/lua/src/
H A Dldump.c26 int strip; member in struct:__anon5006
213 luaU_dump(lua_State *L, const Proto *f, lua_Writer w, void *data, int strip) argument
/freebsd-13-stable/sys/netgraph/
H A Dng_tag.h50 uint8_t strip; /* strip tag if found */ member in struct:ng_tag_hookin
H A Dng_tag.c105 uint8_t strip; member in struct:ng_tag_hookinfo
/freebsd-13-stable/crypto/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; local
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_nsec.c517 uint8_t* strip; local
H A Dval_nsec3.c917 int strip = dname_count_labels(qname) - dname_count_labels(ce) -1; local
/freebsd-13-stable/contrib/nvi/regex/
H A Dregex2.h137 sop *strip; /* malloced area for strip */ member in struct:re_guts
H A Dregcomp.c64 sop *strip; /* malloced strip */ member in struct:parse
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dsystems.c248 strip(char *line) function
/freebsd-13-stable/lib/libc/regex/
H A Dregex2.h178 sop *strip; /* malloced area for strip */ member in struct:re_guts
H A Dregcomp.c96 sop *strip; /* malloced strip */ member in struct:parse
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h135 sop *strip; /* malloced area for strip */ member in struct:re_guts
H A Dregcomp.c196 sop *strip; /* malloced strip */ member in struct:parse
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dsh.misc.c457 strip(Char *cp) function
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h203 } strip; member in struct:elfcopy
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas_fp.c723 get_row_from_strip(struct mrsas_softc *sc, u_int32_t ld, u_int64_t strip, MR_DRV_RAID_MAP_ALL * map) argument
788 u_int64_t strip; local
838 get_arm_from_strip(struct mrsas_softc *sc, u_int32_t ld, u_int64_t strip, MR_DRV_RAID_MAP_ALL * map) argument
[all...]
/freebsd-13-stable/sys/geom/raid/
H A Dmd_jmicron.c1035 off_t size, sectorsize, strip; local
[all...]
H A Dmd_nvidia.c1039 off_t size, sectorsize, strip, volsize; local
[all...]
H A Dmd_sii.c1123 off_t size, sectorsize, strip; local
[all...]
/freebsd-13-stable/usr.bin/xinstall/
H A Dxinstall.c1314 strip(const char *to_name, int to_fd, const char *from_name, char **dresp) function
[all...]
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c38 #define strip(x) (eight ? (x) : ((x) & 0x7f)) macro
/freebsd-13-stable/contrib/telnet/telnet/
H A Dtelnet.c69 #define strip(x) ((my_want_state_is_wont(TELOPT_BINARY)) ? ((x)&0x7f) : (x)) macro
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h243 StripPolicy strip; member in struct:lld::elf::Configuration
/freebsd-13-stable/contrib/file/src/
H A Dapprentice.c3278 mkdbname(struct magic_set *ms, const char *fn, int strip) argument

Completed in 305 milliseconds

12