/freebsd/contrib/lua/src/ |
H A D | ldump.c | 27 int strip; member 218 int strip) { in luaU_dump()
|
/freebsd/crypto/openssh/ |
H A D | logintest.c | 225 char full[17], strip[9], abbrev[5]; in testLineName() local
|
H A D | configure.ac | 4967 AC_ARG_ENABLE([strip], optenable
|
/freebsd/cddl/usr.sbin/dwatch/ |
H A D | dwatch | 1175 function strip(s) { gsub(/\033\[[0-9;]*m/, "", s); return s } function
|
/freebsd/sys/netgraph/ |
H A D | ng_tag.h | 48 uint8_t strip; /* strip tag if found */ member
|
H A D | ng_tag.c | 103 uint8_t strip; member
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas_fp.c | 722 u_int32_t ld, u_int64_t strip, MR_DRV_RAID_MAP_ALL * map) in get_row_from_strip() 786 u_int64_t strip; in get_strip_from_row() local 837 u_int32_t ld, u_int64_t strip, MR_DRV_RAID_MAP_ALL * map) in get_arm_from_strip()
|
/freebsd/usr.sbin/ppp/ |
H A D | systems.c | 246 strip(char *line) in strip() function
|
/freebsd/contrib/nvi/regex/ |
H A D | regex2.h | 137 sop *strip; /* malloced area for strip */ member
|
H A D | regcomp.c | 64 sop *strip; /* malloced strip */ member
|
/freebsd/contrib/unbound/validator/ |
H A D | val_nsec.c | 526 uint8_t* strip; in val_nsec_proves_no_wc() local
|
H A D | val_nsec3.c | 983 int strip = dname_count_labels(qname) - dname_count_labels(ce) -1; in next_closer() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex2.h | 135 sop *strip; /* malloced area for strip */ member
|
H A D | regcomp.c | 196 sop *strip; /* malloced strip */ member
|
/freebsd/lib/libc/regex/ |
H A D | regex2.h | 175 sop *strip; /* malloced area for strip */ member
|
H A D | regcomp.c | 88 sop *strip; /* malloced strip */ member
|
/freebsd/contrib/tcsh/ |
H A D | sh.misc.c | 457 strip(Char *cp) in strip() function
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 1411 strip(const char *to_name, int to_fd, const char *from_name, char **dresp) strip() function [all...] |
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.c | 38 #define strip(x) (eight ? (x) : ((x) & 0x7f)) macro
|
/freebsd/sys/geom/raid/ |
H A D | md_jmicron.c | 1033 off_t size, sectorsize, strip; in g_raid_md_ctl_jmicron() local
|
H A D | md_nvidia.c | 1037 off_t size, sectorsize, strip, volsize; in g_raid_md_ctl_nvidia() local
|
H A D | md_sii.c | 1121 off_t size, sectorsize, strip; in g_raid_md_ctl_sii() local
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.h | 203 } strip; member
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.c | 67 #define strip(x) ((my_want_state_is_wont(TELOPT_BINARY)) ? ((x)&0x7f) : (x)) macro
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 1294 auto stripMetadata = [&](std::function<bool(Module &)> strip) { in DebugACrash()
|