Searched refs:IFS (Results 1 – 25 of 82) sorted by relevance
1234
| /dragonfly/usr.sbin/manctl/ |
| HD | manctl.sh | 64 IFS='.' ; set $pname 67 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ; 78 IFS=" " 81 IFS=" " ; set `file $pname` 103 IFS=" " 108 IFS=" " 198 IFS='.' ; set $pname 200 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ; 210 IFS=" " 215 IFS=" " ; set `file $pname` [all …]
|
| /dragonfly/tools/regression/bin/sh/builtins/ |
| HD | read1.0 | 10 echo " 1 2 3 " | { unset IFS; read a b c; echo "x${a}x${b}x${c}x"; } 11 echo " 1 2 3 " | { IFS=$(printf ' \t\n') read a b c; echo "x${a}x${b}x${c}x"; } 12 echo " 1 2 3 " | { IFS= read a b; echo "x${a}x${b}x"; } 14 echo " 1,2 3 " | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 15 echo ", 2 ,3" | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 16 echo " 1 ,,3" | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 17 echo " 1 , , 3" | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 18 echo " 1 ,2 3," | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 19 echo " 1 ,2 3,," | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 21 echo " 1,2 3 " | { IFS=', ' read a b c; echo "x${a}x${b}x${c}x"; } [all …]
|
| HD | read4.0 | 5 printf '%s\n' '\a\:b:c' | { IFS=: read a b; printf '%s\n' "x${a}x${b}x"; } 6 printf '%s\n' '\a:b\:c' | { IFS=: read a b; printf '%s\n' "x${a}x${b}x"; } 8 printf '%s\n' '\\:a' | { IFS=: read a b; printf '%s\n' "x${a}x${b}x"; } 10 printf '%s\n' '\\\:a' | { IFS=: read a b; printf '%s\n' "x${a}x${b}x"; }
|
| HD | read3.0 | 5 printf '%s\n' 'a\:b:c' | { IFS=: read a b; printf '%s\n' "x${a}x${b}x"; } 6 printf '%s\n' 'a:b\:c' | { IFS=: read a b; printf '%s\n' "x${a}x${b}x"; } 8 printf '%s\n' '\:a' | { IFS=: read a b; printf '%s\n' "x${a}x${b}x"; }
|
| /dragonfly/usr.bin/man/ |
| HD | man.sh | 69 local IFS 85 IFS=: 89 unset IFS 95 IFS=: 99 unset IFS 104 IFS=: 108 unset IFS 172 local IFS 175 unset IFS 276 local IFS line tstr [all …]
|
| /dragonfly/etc/rc.d/ |
| HD | localdaemons | 65 script_save_sep="$IFS" 66 IFS="${script_name_sep}" 67 …start ${skip_firstboot} /etc/rc.d/* ${slist} 2>/dev/null | grep -v "^/etc/rc.d/" | tr '\n' "$IFS"`; 77 IFS="${script_save_sep}" 113 script_save_sep="$IFS" 114 IFS="${script_name_sep}" 115 …start ${skip_firstboot} /etc/rc.d/* ${slist} 2>/dev/null | grep -v "^/etc/rc.d/" | tr '\n' "$IFS"`; 123 IFS="${script_save_sep}"
|
| HD | lvm | 16 ifs_restore="$IFS" 73 IFS=":" 77 IFS="$ifs_restore";
|
| /dragonfly/contrib/openresolv/ |
| HD | dnsmasq.in | 79 SIFS=${IFS-y} OIFS=$IFS 80 IFS=. 84 unset IFS 86 IFS=$OIFS 97 SIFS=${IFS-y} OIFS=$IFS bytes= front= back= 99 IFS=: 126 unset IFS 128 IFS=$OIFS
|
| /dragonfly/tools/regression/bin/sh/expansion/ |
| HD | tilde1.0 | 13 oIFS="$IFS" 15 IFS='|' 17 IFS="$oIFS" 32 ooIFS=$IFS 33 IFS=m 37 IFS=$ooIFS
|
| HD | tilde2.0 | 13 oIFS="$IFS" 15 IFS='|' 17 IFS="$oIFS" 49 ooIFS=$IFS 50 IFS=m 55 IFS=$ooIFS
|
| HD | plus-minus7.0 | 10 oIFS="$IFS" 12 IFS='|' 14 IFS="$oIFS"
|
| HD | trim5.0 | 11 oIFS="$IFS" 13 IFS='|' 15 IFS="$oIFS"
|
| HD | plus-minus5.0 | 11 oIFS="$IFS" 13 IFS='|' 15 IFS="$oIFS"
|
| HD | plus-minus4.0 | 16 oIFS="$IFS" 18 IFS='|' 20 IFS="$oIFS"
|
| HD | trim3.0 | 11 oIFS="$IFS" 13 IFS='|' 15 IFS="$oIFS"
|
| HD | assign1.0 | 11 oIFS="$IFS" 13 IFS='|' 15 IFS="$oIFS"
|
| HD | cmdsubst25.0 | 3 IFS=' ' 5 IFS=:
|
| /dragonfly/contrib/ncurses/progs/ |
| HD | capconvert | 111 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:" 120 IFS="$ac_save_ifs"
|
| /dragonfly/contrib/bmake/ |
| HD | machine.sh | 22 OSMAJOR=`IFS=.; set $OSREL; echo $1` 39 _dirs=`IFS=:; echo ${2:-$PATH}` 75 MACHINE_ARCH=`IFS="/-."; set $machine; echo $1` 83 OSMAJOR=`IFS=.; set $OSREL; echo $1`
|
| HD | configure | 50 IFS=" "" $as_nl" 91 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 94 IFS=$as_save_IFS 102 IFS=$as_save_IFS 196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 200 IFS=$as_save_IFS 225 IFS=$as_save_IFS 2100 _ | IFS | as_nl) ;; #( 2578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR [all …]
|
| HD | os.sh | 40 OSMAJOR=`IFS=.; set $OSREL; echo $1` 61 _dirs=`IFS=:; echo ${2:-$PATH}` 177 OSMAJOR=`IFS=.; set $OSREL; echo $1` 208 *.*) HOST=`IFS=.; set -- $HOSTNAME; echo $1`;;
|
| /dragonfly/tools/regression/bin/sh/parameters/ |
| HD | positional8.0 | 9 oIFS="$IFS" 11 IFS='|' 13 IFS="$oIFS"
|
| /dragonfly/tools/ |
| HD | pw-update.sh | 55 while IFS=':' read -r _name _pw _uid _gid _class \ 90 while IFS=':' read -r _name _pw _gid _members; do 128 IFS=':' read -r _name _pw _uid _gid _class \ 160 IFS=':' read -r _name _pw _gid _members
|
| /dragonfly/contrib/gdb-7/gdb/regformats/ |
| HD | regdat.sh | 59 OFS="${IFS}" ; IFS="[:]" 63 IFS="${OFS}"
|
| /dragonfly/contrib/lvm2/dist/autoconf/ |
| HD | install-sh | 46 IFS=" "" $nl" 395 oIFS=$IFS 396 IFS=/ 401 IFS=$oIFS
|
1234