Searched refs:FTYPE (Results 1 – 9 of 9) sorted by relevance
150 $file = $FTYPE{$entry};163 if (($FTYPE{$entry} eq "s") && ($SymLink eq true)) {188 &HandleKernelMod($destfile, $FTYPE{$entry});263 dbmclose(FTYPE);272 dbmopen(%FTYPE, "$DBDir/FTYPE", 0664) ||314 if ($FTYPE{"$KernelPath/$file"} =~ /\w/){320 if (($FTYPE{"/kernel/$file"} =~ /\w/) && ($found == 0)){326 if (($FTYPE{"/usr/kernel/$file"} =~ /\w/) && ($found == 0)){359 if ($FTYPE{"$KernelPath/$word"} =~ /\w/){365 if (($FTYPE{"/kernel/$word"} =~ /\w/) && ($found == 0)){[all …]
137 dbmopen(%FTYPE, "$DBDir/FTYPE", 0664) || die"Cannot open dbm db $DBDir/FTYPE\n";149 undef %FTYPE; # remove existing records, if any221 if ($FTYPE{$Entity} =~ /\w/) {225 next if ($FTYPE{$Entity} eq "d");234 next if ($FTYPE{$Entity} eq "s");268 $FTYPE{$Entity} = $FType; # update the FTYPE database301 dbmclose (FTYPE); 345 if (!$FTYPE{$abspath}) { # no installed entity !
38 ...making the FTYPE MODE and PKGS databases
660 #define OFFOF(TYPE,FIELD,FTYPE) \ argument662 + 0 * WARN_IF_TYPE_MISMATCH(((TYPE*)0)->FIELD, FTYPE))
50 #define FTYPE(A) (A.st_mode) macro
71 #define FTYPE(A) (A.st_mode) macro
414 switch (FTYPE(stbuf) & S_IFMT) { in rop()
59 #define FTYPE(A) (A.st_mode) macro1040 FTYPE(s2) = S_IFREG; in chkfiles()
140 #define FTYPE(A) (A.st_mode) macro