Home
last modified time | relevance | path

Searched refs:printlong (Results 1 – 7 of 7) sorted by relevance

/original-bsd/bin/ls/
H A Dextern.h22 void printlong __P((DISPLAY *));
H A Dprint.c56 printlong(dp) in printlong() function
H A Dls.c235 printfcn = printlong;
/original-bsd/old/berknet/
H A Dnetq.c16 static char jname[16], printlong; variable
47 case '-': printlong++; break;
124 if(printlong || guid(statbuf.st_uid,statbuf.st_gid) == hisuid){
326 if( printlong || guid( statbuf.st_uid, statbuf.st_gid) == hisuid )
/original-bsd/usr.bin/find/
H A Dextern.h21 void printlong __P((char *, char *, struct stat *));
H A Dls.c30 printlong(name, accpath, sb) in printlong() function
H A Dfunction.c508 printlong(entry->fts_path, entry->fts_accpath, entry->fts_statp);