| /illumos-gate/usr/src/lib/libsec/common/ |
| H A D | acltext.c | 448 * The format depends on the flags field which indicates whether the compact 1073 ace_printacl(acl_t *aclp, int cols, int compact) argument 1079 if (compact) { 1114 acl_printacl(acl_t *aclp, int cols, int compact) argument 1122 ace_printacl(aclp, cols, compact);
|
| /illumos-gate/usr/src/cmd/pg/ |
| H A D | pg.c | 92 static void compact(); 1583 compact(); 1601 compact() function
|
| /illumos-gate/usr/src/cmd/ctstat/ |
| H A D | ctstat.c | 783 * compact 789 compact(int *array, int *size) function 866 compact((int *)ids, &nids); 868 compact(types, &ntypes);
|
| /illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
| H A D | boot_elf.s | 405 ! compact PLT sequence 456 ! compact PLT sequence
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/ |
| H A D | acl_common.kshlib | 268 function get_ACE #<file or dir name> <specified number> <verbose|compact> 286 compact) args="-Vd" 289 "only verbose|compact is supported."
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
| H A D | zfs_acl_chmod_inherit_003_pos.ksh | 189 aclcur=$(get_ACE $node $count compact)
|
| /vbox/src/VBox/Main/include/ |
| H A D | MediumImpl.h | 291 HRESULT compact(ComPtr<IProgress> &aProgress);
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | MediumImpl.cpp | 852 * Implementation code for the "compact" task. 2866 HRESULT Medium::compact(ComPtr<IProgress> &aProgress) function in class:Medium 8539 * Implementation code for the "compact" task. 8618 tr("Could not compact medium '%s'%s"),
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
| H A D | jaxb-xjc.jar | ... rngom/nc/ org/kohsuke/rngom/parse/ org/kohsuke/rngom/parse/compact/ org/kohsuke/rngom/parse/host/ org/kohsuke/rngom/parse/xml ... |
| /vbox/src/VBox/Storage/testcase/ |
| H A D | tstVDCompact.vd | 33 /* Now compact. */ 34 compact("disk", 0); 39 /* Now compact again. */ 40 compact("disk", 0); 67 compact("disk", 1);
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | xmlregexp.c | 275 * That's the compact form for determinists automatas 278 int *compact; member in struct:_xmlRegexp 456 * Switch to a compact representation 581 * the compact form can't be used ! 646 ret->compact = transitions; 3433 if ((comp->compact == NULL) && (comp->states == NULL)) 3449 if (comp->compact == NULL) 3607 * @comp: the precompiled exec with a compact table 3624 if ((comp == NULL) || (comp->compact == NULL) || (comp->stringMap == NULL)) 3631 if (comp->compact[stat [all...] |