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

  /src/external/gpl2/lvm2/dist/scripts/
fsadm.sh 60 FSTYPE=unknown
167 FSTYPE=$($BLKID -c /dev/null -s TYPE "$VOLUME") || error "Cannot get FSTYPE of \"$VOLUME\""
168 FSTYPE=${FSTYPE##*TYPE=\"} # cut quotation marks
169 FSTYPE=${FSTYPE%%\"*}
170 verbose "\"$FSTYPE\" filesystem found on \"$VOLUME\""
334 case "$FSTYPE" in
338 *) error "Filesystem \"$FSTYPE\" on device \"$VOLUME\" is not supported by this tool" ;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.c 1590 #define FSTYPE SFtype
1594 #define FSTYPE DFtype
1598 FSTYPE
1603 FSTYPE f = (Wtype) (u >> W_TYPE_SIZE);
1629 of the FSTYPE. A fixed mask and bit position handles all usual
1646 return (FSTYPE) f;
1652 required FSTYPE, and we've got no suitable wider type. The only
1658 return (FSTYPE)(Wtype)u;
1675 return Wtype_MAXp1_F * (FSTYPE) (hi | ((UWtype) u != 0));
1687 FSTYPE f = hi, e
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.c 2334 #define FSTYPE SFtype
2338 #define FSTYPE DFtype
2342 FSTYPE
2347 FSTYPE f = (Wtype) (u >> W_TYPE_SIZE);
2373 of the FSTYPE. A fixed mask and bit position handles all usual
2390 return (FSTYPE) f;
2396 required FSTYPE, and we've got no suitable wider type. The only
2402 return (FSTYPE)(Wtype)u;
2419 return Wtype_MAXp1_F * (FSTYPE) (hi | ((UWtype) u != 0));
2431 FSTYPE f = hi, e
    [all...]

Completed in 21 milliseconds