Symbol: strip
crypto/openssh/sftp.c
379
path_strip(const char *path, const char *strip)
crypto/openssh/sftp.c
383
if (strip == NULL)
crypto/openssh/sftp.c
386
len = strlen(strip);
crypto/openssh/sftp.c
387
if (strncmp(path, strip, len) == 0) {
crypto/openssh/sftp.c
388
if (strip[len - 1] != '/' && path[len] == '/')
games/hack/hack.pager.c
142
page_more(FILE *fp, int strip)
games/hack/hack.pager.c
150
while (fgets(bufr, CO - 1, fp) && (!strip || *bufr == '\t') && !got_intrup) {
games/hack/hack.pager.c
154
if (page_line(bufr + strip)) {
sys/dev/raid/mfi/mfireg.h
992
uint64_t strip;
sys/dev/raid/mrsas/mrsas.h
2233
u_int64_t strip;
sys/dev/raid/mrsas/mrsas_fp.c
106
u_int64_t strip, MR_FW_RAID_MAP_ALL *map);
sys/dev/raid/mrsas/mrsas_fp.c
431
u_int32_t ld, u_int64_t strip, MR_FW_RAID_MAP_ALL *map)
sys/dev/raid/mrsas/mrsas_fp.c
443
if (strip > span_set->data_strip_end) continue;
sys/dev/raid/mrsas/mrsas_fp.c
445
span_set_Strip = strip - span_set->data_strip_start;
sys/dev/raid/mrsas/mrsas_fp.c
460
"data width 0x%llx span offset 0x%llx\n", (unsigned long long)strip,
sys/dev/raid/mrsas/mrsas_fp.c
464
mrsas_dprint(sc, MRSAS_PRL11, "LSI Debug : For strip 0x%llx row is 0x%llx\n", (unsigned long long)strip,
sys/dev/raid/mrsas/mrsas_fp.c
497
u_int64_t strip;
sys/dev/raid/mrsas/mrsas_fp.c
514
strip = mega_div64_32
sys/dev/raid/mrsas/mrsas_fp.c
518
strip *= span_set->span_row_data_width;
sys/dev/raid/mrsas/mrsas_fp.c
519
strip += span_set->data_strip_start;
sys/dev/raid/mrsas/mrsas_fp.c
520
strip += span_set->strip_offset[span];
sys/dev/raid/mrsas/mrsas_fp.c
521
return strip;
sys/dev/raid/mrsas/mrsas_fp.c
547
u_int32_t ld, u_int64_t strip, MR_FW_RAID_MAP_ALL *map)
sys/dev/raid/mrsas/mrsas_fp.c
558
if (strip > span_set->data_strip_end) continue;
sys/dev/raid/mrsas/mrsas_fp.c
561
((strip - span_set->data_strip_start),
sys/dev/raid/mrsas/mrsas_fp.c
576
(unsigned long)strip, (strip_offset - span_offset));
sys/dev/raid/mrsas/mrsas_fp.c
581
" for ld=%x strip=%lx\n", ld, (unsigned long)strip);
sys/netgraph7/ng_tag.c
103
uint8_t strip;
sys/netgraph7/ng_tag.c
552
if (hip->strip)
sys/netgraph7/ng_tag.c
684
hip->strip = hip->in->strip;
sys/netgraph7/ng_tag.h
49
uint8_t strip; /* strip tag if found */
usr.bin/telnet/telnet.c
1887
c = *tbp++ & 0xff, sc = strip(c), tcc--; count++;
usr.bin/telnet/telnet.c
1928
if (tcc && strip(*tbp) == escape) {
usr.bin/telnet/telnet.c
1945
if (tcc > 0 && strip(*tbp) == echoc) {
usr.bin/xinstall/xinstall.c
689
strip(tempcopy ? tempfile : to_name);
usr.bin/xinstall/xinstall.c
98
static void strip(const char *);
usr.sbin/mfiutil/mfi_evt.c
443
(long long)detail->args.ld_strip.strip);
usr.sbin/ppp/systems.c
371
cp = strip(line);
usr.sbin/ppp/systems.c
407
cp = strip(line);