Searched refs:FTYPE (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/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) ||
273 die"Cannot open dbm db $DBDir/FTYPE\n";
314 if ($FTYPE{"$KernelPath/$file"} =~ /\w/){
320 if (($FTYPE{"/kernel/$file"} =~ /\w/) && ($found == 0)){
326 if (($FTYPE{"/us
[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
167 &yelp ("...making the FTYPE MODE and PKGS databases\n");
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 databas
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h523 /* Use of DATAOFF and LENOFF are described by the value in FTYPE.
555 /* For some values of FTYPE, this describes the type of the
660 #define OFFOF(TYPE,FIELD,FTYPE) \
662 + 0 * WARN_IF_TYPE_MISMATCH(((TYPE*)0)->FIELD, FTYPE))
/illumos-gate/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) {
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c59 #define FTYPE(A) (A.st_mode) macro
1040 FTYPE(s2) = S_IFREG;
/illumos-gate/usr/src/cmd/ed/
H A Ded.c140 #define FTYPE(A) (A.st_mode) macro

Completed in 696 milliseconds