Home
last modified time | relevance | path

Searched refs:FTYPE (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/tools/depcheck/
H A Dget_depend_info150 $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 …]
H A Dmake_pkg_db137 dbmopen(%FTYPE, "$DBDir/FTYPE", 0664) || die"Cannot open dbm db $DBDir/FTYPE\n";
149 undef %FTYPE; # remove existing records, if any
221 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 database
301 dbmclose (FTYPE);
345 if (!$FTYPE{$abspath}) { # no installed entity !
H A Dexamples.txt38 ...making the FTYPE MODE and PKGS databases
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h660 #define OFFOF(TYPE,FIELD,FTYPE) \ argument
662 + 0 * WARN_IF_TYPE_MISMATCH(((TYPE*)0)->FIELD, FTYPE))
/titanic_41/usr/src/cmd/vi/port/
H A Dexpreserve.c50 #define FTYPE(A) (A.st_mode) macro
H A Dex.h71 #define FTYPE(A) (A.st_mode) macro
H A Dex_io.c414 switch (FTYPE(stbuf) & S_IFMT) { in rop()
/titanic_41/usr/src/cmd/mv/
H A Dmv.c59 #define FTYPE(A) (A.st_mode) macro
1040 FTYPE(s2) = S_IFREG; in chkfiles()
/titanic_41/usr/src/cmd/ed/
H A Ded.c140 #define FTYPE(A) (A.st_mode) macro