Searched defs:perm (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DnsIFileTest.cpp125 PRInt32 whatToCreate, PRInt32 perm)
158 rv = file->Create(whatToCreate, perm);
174 PRInt32 whatToCreate, PRInt32 perm)
207 rv = file->CreateUnique(whatToCreate, perm);
124 CreationTest(const char* creationPath, const char* appendPath, PRInt32 whatToCreate, PRInt32 perm) argument
173 CreateUniqueTest(const char* creationPath, const char* appendPath, PRInt32 whatToCreate, PRInt32 perm) argument
/vbox/src/libs/xpcom18a4/java/src/
H A DnsFileStreams.cpp396 nsFileOutputStream::Init(nsIFile* file, PRInt32 ioFlags, PRInt32 perm, argument
406 if (perm <= 0)
407 perm = 0664;
410 rv = localFile->OpenNSPRFileDesc(ioFlags, perm, &fd);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dwindowstr.h94 DeviceIntPtr* perm; member in struct:_WindowAccessRec
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c1161 /* add the permutation 'perm' to the LL_k sets in 'fset' */
1164 tcvt( set *fset, Tree *perm )
1166 tcvt( fset, perm )
1168 Tree *perm;
1171 if ( perm==NULL ) return;
1172 set_orel(perm->token, fset);
1173 tcvt(fset+1, perm->down);
1225 Tree *perm, *ambig=NULL; local
1296 while ( (perm=permute(1,LL_k))!=NULL )
1298 /* fprintf(stderr, "chk perm
1416 Tree *perm; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacio.c398 PRInt8 perm; local
414 perm = fsRdWrPerm;
416 perm = fsWrPerm;
418 perm = fsRdPerm;
419 hpb.ioParam.ioPermssn = perm;

Completed in 43 milliseconds