Searched refs:bundle (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/bc/
H A Dbc.y44 static int *bundle(int, ...);
108 ttp = bundle(6, pre, $7, post, "0", numb[lev], "Q");
121 = bundle(2, $1, "ps.");
123 = bundle(1, "");
125 = bundle(3, "[", $1, "]P");
127 = bundle(3, $3, "s", $1);
129 = bundle(4, $6, $3, ":", geta($1));
131 = bundle(6, "l", $1, $3, $2, "s", $1);
133 = bundle(8, $3, ";", geta($1), $6, $5, $3, ":", geta($1));
135 = bundle(
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmUtility.java51 * Gets the localized string from the named bundle
56 ResourceBundle bundle = null;
60 bundle = ResourceBundle.getBundle(
67 keyvalue = bundle.getString(key);
78 ResourceBundle bundle = null;
82 bundle = ResourceBundle.getBundle(
89 keyvalue = bundle.getString(key);
101 ResourceBundle bundle = null;
104 bundle = ResourceBundle.getBundle(
111 s = bundle
[all...]
H A DpmHelpRepository.java165 ResourceBundle bundle = null;
171 bundle = ResourceBundle.getBundle(
178 keyvalue = bundle.getString(key);
180 keyvalue = bundle.getString("Missing:") + key;
199 * get the property values from the resource bundle
204 ResourceBundle bundle = null;
207 bundle = ResourceBundle.getBundle(
213 Enumeration e = bundle.getKeys();
219 tagName = bundle.getString(key);
H A DhelpTest.java133 ResourceBundle bundle = null;
136 bundle = ResourceBundle.getBundle(
143 Enumeration e = bundle.getKeys();
149 tagName = bundle.getString(key);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A Dslpd.java94 // Server bundle. Set the parent.
98 private ResourceBundle bundle = null; field in class:slpd.ServerBundle
121 bundle =
129 bundle = bundle != null ?
130 bundle :
141 ret = bundle.getObject(key);
153 return bundle.getKeys();
228 ResourceBundle bundle =
232 bundle));
609 errorExit(ResourceBundle bundle, ServiceLocationException ex) argument
[all...]
H A DSLPDgui.java88 ResourceBundle bundle = conf.getMessageBundle(conf.getLocale());
90 slpd.errorExit(bundle, ex);
H A DSLPConfig.java1580 System.err.println("Missing resource bundle ``"+
1594 System.err.println("Missing resource bundle ``"+
1621 ResourceBundle bundle = getMessageBundle(getLocale());
1622 return formatMessageInternal(msgTag, params, bundle);
1646 ResourceBundle bundle) {
1650 pattern = bundle.getString(msgTag);
1659 pattern = bundle.getString("cant_find_resource");
1644 formatMessageInternal(String msgTag, Object[] params, ResourceBundle bundle) argument
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c48 * CTFS routines for the /system/contract/<type>/bundle vnode.
101 * process bundle queue listeners by definition may view all events
119 * process bundle queues and contract queues because
351 ctfs_bunode_t *bundle; local
354 bundle = vp->v_data;
355 bundle->ctfs_bu_queue =
364 * Creates and returns a bunode for a /system/contract/<type>/bundle
371 ctfs_bunode_t *bundle; local
374 bundle = vp->v_data;
375 bundle
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c75 CFBundleRef bundle; member in struct:plugin_file_handle
164 htmp->bundle = pluginBundle;
165 pluginBundle = NULL; /* htmp->bundle takes ownership */
212 if (!err && !sym && (h->bundle != NULL)) {
223 sym = CFBundleGetFunctionPointerForName (h->bundle, cfsymname);
225 sym = CFBundleGetDataPointerForName (h->bundle, cfsymname);
273 * CFRelease will unload the bundle if the internal refcount goes to zero. */
274 if (h->bundle != NULL) { CFRelease (h->bundle); }
349 #define FILEEXTS { "", ".bundle", "
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c693 * as an ASTRING and let the bundle apply code validate
755 * Store the property type as invalid, and let the bundle apply
2866 * be specifed in the service bundle DTD. This function verifies that
3403 * to bundle.
3409 lxml_get_service(bundle_t *bundle, xmlNodePtr svc, svccfg_op_t op) argument
3445 bundle->sc_bundle_type == SVCCFG_MANIFEST) {
3496 bundle->sc_bundle_type, op) != 0)
3559 return (internal_attach_service(bundle, s));
3586 lxml_get_bundle(bundle_t *bundle, bundle_type_t bundle_type, argument
3594 * 1. Get bundle attribute
3667 lxml_get_bundle_file(bundle_t *bundle, const char *filename, svccfg_op_t op) argument
[all...]
H A Dsvccfg.h155 typedef struct bundle { struct
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1030 * the bundle is values followed by key to accommodate the
1673 dt_ahashent_t *h, **sorted = NULL, ***bundle, **nbundle; local
1986 * to reuse the underlying storage. And note that "bundle" is an
1992 bundle = (dt_ahashent_t ***)sorted;
2000 * We have a bundle boundary. Everything from start to
2001 * (i - 1) belongs in one bundle.
2047 bundle[nbundles++] = nbundle;
2054 dt_aggregate_qsort(dtp, bundle, nbundles, sizeof (dt_ahashent_t **),
2075 assert(bundle[i][ndx] != NULL);
2076 data[j + 1] = &bundle[
[all...]
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py33 to update the workspace to after applying the bundle).
37 bundle (handled by CdmCommittedBackup)
38 An Hg bundle containing outgoing committed changes.
42 bundle, used by need_backup.
84 This may occur both in the case where the bundle contains a
92 after application of the bundle (on a branch not present
93 in the bundle or destination workspace, for instance)'''
214 self.files = ('bundle', 'nodes')
239 cg = self.ws.repo.changegroup(out, 'bundle')
240 changegroup.writebundle(cg, self.bu.backupfile('bundle'), 'HG10B
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh1595 staffer hg --cwd $CODEMGR_WS incoming --bundle $HG_SOURCE \
1600 # fail, and there will be no bundle file. Reset the source,

Completed in 321 milliseconds