HomeSort by: relevance | last modified time | path
    Searched refs:CUT (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
pdtrace.in 69 CUT=cut
206 for offset in $($READELF -W -r $objfile | $EGREP $symbol | $CUT -d' ' -f1)
231 | $CUT -d' ' -f1,3 | $SORT -n -r | $TR ' ' :)
233 func_off=$(printf %s $fun | $CUT -d: -f1)
234 func_sym=$(printf %s $fun | $CUT -d: -f2)
487 a_provider=$(printf %s "$args" | $CUT -d: -f1)
488 a_name=$(printf %s "$args" | $CUT -d: -f2)
495 nargs=$(printf %s "$args" | $CUT -d: -f3)
497 arg=$(printf %s "$args" | $CUT -d: -f$(($n + 3))
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
pdtrace.in 69 CUT=cut
206 for offset in $($READELF -W -r $objfile | $EGREP $symbol | $CUT -d' ' -f1)
231 | $CUT -d' ' -f1,3 | $SORT -n -r | $TR ' ' :)
233 func_off=$(printf %s $fun | $CUT -d: -f1)
234 func_sym=$(printf %s $fun | $CUT -d: -f2)
487 a_provider=$(printf %s "$args" | $CUT -d: -f1)
488 a_name=$(printf %s "$args" | $CUT -d: -f2)
495 nargs=$(printf %s "$args" | $CUT -d: -f3)
497 arg=$(printf %s "$args" | $CUT -d: -f$(($n + 3))
    [all...]
  /src/external/bsd/unbound/dist/contrib/
unbound_cache.sh 28 CUT=`which cut`
56 if [ ! `$ID | $CUT -f1 -d" "` = "uid=0(root)" ]; then
  /src/external/gpl2/lvm2/dist/scripts/
lvm_dump.sh 30 CUT=cut
213 pv="$(echo $line | $CUT -d, -f1)"
214 pe_start="$(echo $line | $CUT -d, -f2)"
vgimportclone.sh 25 CUT=cut
293 VGNAME=`echo "${VG}" | "$CUT" -d: -f1`
294 EXPORTED=`echo "${VG}" | "$CUT" -d: -f2`
295 PVLIST=`echo "${VG}" | "$CUT" -d: -f3- | "$TR" , ' '`

Completed in 26 milliseconds