Searched refs:cut (Results 1 - 18 of 18) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dattr2c8 /bin/catattr "$1" "$2" | tail +2 | cut -c 10-57 | sed 's/,/, 0x/g;s/ / 0x/;s/ *//;s/$/,/'
10 #catattr "$1" "$2" | tail +2 | cut -c 10-57 | sed 's/,/, 0x/g;s/ / 0x/;s/ *//;s/$/,/'
/haiku/src/tests/add-ons/print/pcl6/
H A Denum.sh15 start=$(echo "$line" | cut -d' ' -f 1)
23 name=$(echo "$line" | cut -d' ' -f 2)
27 attr=$(echo "$line" | cut -d' ' -f 2)
28 const=$(echo "$attr" | cut -b 4-)
/haiku/build/scripts/
H A Dgenerate_CountryFlags.sh11 id=`echo "$file" | cut -b -2`
12 name=`echo "${file%%.*}" | cut -b 4-`
H A Ddetermine_haiku_revision44 branchName=`git branch | grep '*' | cut -b 3-`
/haiku/3rdparty/pulkomandy/
H A Dcatmerge.sh15 # Compare (diff) the keys only (cut) ; keep only 'removed' lines (grep -),
17 # prepended stuff (cut)
19 diff -u <(cut -f 1,2 $OLD) <(cut -f 1,2 $NEW) |grep ^-|\
20 tail -n +3|cut -b2- > $TEMPFILE
/haiku/docs/apps/mail/Mass Mailing Tips/
H A DMailToTemplate11 Name=$(catattr META:name "$PeopleFile" | sed s/\ \:\ /%/g | cut -f3 -d\%)
12 EMail=$(catattr META:email "$PeopleFile" | sed s/\ \:\ /%/g | cut -f3 -d\%)
13 Company=$(catattr META:company "$PeopleFile" | sed s/\ \:\ /%/g | cut -f3 -d\%)
/haiku/3rdparty/kallisti5/
H A DvalidateBootstrapRepo28 PACKAGE=$(echo $i | cut -d'-' -f1)
39 REV=$(echo $i | cut -d'-' -f3)
44 FOUND_REV=$(grep "REVISION=" $RECIPE | cut -d'=' -f2)
H A DvalidateRepoFile28 REPO_EXPECT=$(cat $REPO_FILE | grep -v "#" | tr '\n' ' ' | cut -d':' -f6)
37 PACKAGES="$PACKAGES $(basename $(echo "$i" | cut -d'-' -f1,2,3))"
/haiku/3rdparty/mmu_man/scripts/
H A Dbebook11 LASTWIN=$(hey BeHappy count Window | grep result | cut -d ' ' -f 7)
H A Dbman11 LASTWIN=$(hey BeHappy count Window | grep result | cut -d ' ' -f 7)
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_allocator_invalidate_largest.cpp25 bool cut = false; local
27 // cut from start
30 cut = true;
33 // cut from end
35 cut = true;
37 if (cut && (fLargestLength < fLargestStart
135 test_allocate(3, 40, 10, 40, 1, 41, 9, false); // cut start
136 test_allocate(4, 40, 50, 40, 1, 41, 49, true); // cut start
138 test_allocate(6, 40, 50, 89, 1, 40, 49, true); // cut end
139 test_allocate(7, 40, 20, 59, 1, 40, 19, false); // cut en
[all...]
/haiku/src/tests/
H A Dqemu-boot-test43 grep -E -i "FATAL|ERROR|FAIL|GDB" $FILE | grep -vi " No error" | cut -d':' -f1 | sort | uniq -c | sort -nr
59 eval BIOS=$(echo "$PLATFORM" | cut -d":" -f2)
63 eval BIOS=$(echo "$PLATFORM" | cut -d":" -f2)
/haiku/src/bin/
H A Dcatattr.cpp152 bool cut = false; local
155 cut = true;
270 if (!cut && message.Unflatten(buffer) == B_OK) {
H A Dlistattr.cpp65 bool cut = false; local
69 cut = true;
135 if (!cut && message.Unflatten(buffer) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp176 cut_string(char *string, const char *cut) argument
178 if (string == NULL || cut == NULL)
181 char *found = find_string(string, cut);
184 uint32 cutLength = strlen(cut);
/haiku/
H A Dconfigure253 if [ `echo $1 | cut -d'.' -f1` -lt 4 ]; then
548 lastPwd=`grep "#d " "$buildConfigFile" | cut -c 4-`
549 lastConfig=`grep "#c " "$buildConfigFile" | cut -c 4-`
550 lastEnv=`grep "#e " "$buildConfigFile" | cut -c 4-`
551 lastArgs=`grep "#a " "$buildConfigFile" | cut -c 4-`
811 clangVersion=`$HAIKU_clang -v 2>&1 | head -1 | cut -d " " -f3`
812 if [ `echo $clangVersion | cut -d'.' -f1` -lt 7 ]; then
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp391 bool cut = false;
393 // cut from start
396 cut = true;
399 // cut from end
401 cut = true;
403 if (cut && (fLargestLength < fLargestStart
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp1843 // cut remaining node, if any
1846 size_t cut = min_c(node->used, left); local
1848 node->start += cut;
1850 buffer->stored_header_length += cut;
1852 node->AddHeaderSpace(cut);
1853 node->used -= cut;

Completed in 96 milliseconds