Home
last modified time | relevance | path

Searched refs:bundle (Results 1 – 16 of 16) sorted by relevance

/titanic_44/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(2, numb[lev-bstack[bindx-1]], "Q");
[all …]
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A Dslpd.java98 private ResourceBundle bundle = null; field in slpd.ServerBundle
121 bundle = in ServerBundle()
129 bundle = bundle != null ? in ServerBundle()
130 bundle : in ServerBundle()
141 ret = bundle.getObject(key); in handleGetObject()
153 return bundle.getKeys(); in getKeys()
228 ResourceBundle bundle = in usage() local
232 bundle)); in usage()
300 ResourceBundle bundle = in main() local
331 bundle)); in main()
[all …]
H A DSLPDgui.java88 ResourceBundle bundle = conf.getMessageBundle(conf.getLocale()); in processEvent()
90 slpd.errorExit(bundle, ex); in processEvent()
H A DSLPConfig.java1621 ResourceBundle bundle = getMessageBundle(getLocale()); in formatMessage() local
1622 return formatMessageInternal(msgTag, params, bundle); in formatMessage()
1646 ResourceBundle bundle) { in formatMessageInternal() argument
1650 pattern = bundle.getString(msgTag); in formatMessageInternal()
1659 pattern = bundle.getString("cant_find_resource"); in formatMessageInternal()
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmUtility.java56 ResourceBundle bundle = null; in getCopyrightResource() local
60 bundle = ResourceBundle.getBundle( in getCopyrightResource()
67 keyvalue = bundle.getString(key); in getCopyrightResource()
78 ResourceBundle bundle = null; in getResource() local
82 bundle = ResourceBundle.getBundle( in getResource()
89 keyvalue = bundle.getString(key); in getResource()
101 ResourceBundle bundle = null; in getIntResource() local
104 bundle = ResourceBundle.getBundle( in getIntResource()
111 s = bundle.getString(key); in getIntResource()
H A DpmHelpRepository.java165 ResourceBundle bundle = null; in getResource() local
171 bundle = ResourceBundle.getBundle( in getResource()
178 keyvalue = bundle.getString(key); in getResource()
180 keyvalue = bundle.getString("Missing:") + key; in getResource()
204 ResourceBundle bundle = null; in loadHelpItemDB() local
207 bundle = ResourceBundle.getBundle( in loadHelpItemDB()
213 Enumeration e = bundle.getKeys(); in loadHelpItemDB()
219 tagName = bundle.getString(key); in loadHelpItemDB()
H A DhelpTest.java133 ResourceBundle bundle = null; in main() local
136 bundle = ResourceBundle.getBundle( in main()
143 Enumeration e = bundle.getKeys(); in main()
149 tagName = bundle.getString(key); in main()
/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c351 ctfs_bunode_t *bundle; in ctfs_create_pbundle() local
354 bundle = vp->v_data; in ctfs_create_pbundle()
355 bundle->ctfs_bu_queue = in ctfs_create_pbundle()
371 ctfs_bunode_t *bundle; in ctfs_create_bundle() local
374 bundle = vp->v_data; in ctfs_create_bundle()
375 bundle->ctfs_bu_queue = in ctfs_create_bundle()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c75 CFBundleRef bundle; member
164 htmp->bundle = pluginBundle; in krb5int_open_plugin()
212 if (!err && !sym && (h->bundle != NULL)) { in krb5int_get_plugin_sym()
223 sym = CFBundleGetFunctionPointerForName (h->bundle, cfsymname); in krb5int_get_plugin_sym()
225 sym = CFBundleGetDataPointerForName (h->bundle, cfsymname); in krb5int_get_plugin_sym()
274 if (h->bundle != NULL) { CFRelease (h->bundle); } in krb5int_close_plugin()
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3378 lxml_get_service(bundle_t *bundle, xmlNodePtr svc, svccfg_op_t op) in lxml_get_service() argument
3414 bundle->sc_bundle_type == SVCCFG_MANIFEST) { in lxml_get_service()
3465 bundle->sc_bundle_type, op) != 0) in lxml_get_service()
3528 return (internal_attach_service(bundle, s)); in lxml_get_service()
3555 lxml_get_bundle(bundle_t *bundle, bundle_type_t bundle_type, in lxml_get_bundle() argument
3566 bundle->sc_bundle_type = lxml_xlate_bundle_type(type); in lxml_get_bundle()
3567 if (bundle->sc_bundle_type != bundle_type && in lxml_get_bundle()
3577 if (bundle->sc_bundle_type != SVCCFG_MANIFEST) { in lxml_get_bundle()
3583 if (bundle->sc_bundle_type != SVCCFG_PROFILE) { in lxml_get_bundle()
3589 if (bundle->sc_bundle_type != SVCCFG_ARCHIVE) { in lxml_get_bundle()
[all …]
H A Dsvccfg.h155 typedef struct bundle { struct
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1667 dt_ahashent_t *h, **sorted = NULL, ***bundle, **nbundle; in dtrace_aggregate_walk_joined() local
1985 bundle = (dt_ahashent_t ***)sorted; in dtrace_aggregate_walk_joined()
2040 bundle[nbundles++] = nbundle; in dtrace_aggregate_walk_joined()
2047 dt_aggregate_qsort(dtp, bundle, nbundles, sizeof (dt_ahashent_t **), in dtrace_aggregate_walk_joined()
2068 assert(bundle[i][ndx] != NULL); in dtrace_aggregate_walk_joined()
2069 data[j + 1] = &bundle[i][ndx]->dtahe_data; in dtrace_aggregate_walk_joined()
2080 assert(bundle[i][j] != NULL); in dtrace_aggregate_walk_joined()
2081 data[0] = &bundle[i][j]->dtahe_data; in dtrace_aggregate_walk_joined()
2090 dt_free(dtp, bundle[i]); in dtrace_aggregate_walk_joined()
/titanic_44/usr/src/tools/onbld/Scm/
H A DBackup.py268 bundle = changegroup.readbundle(f, bpath)
269 self.ws.repo.addchangegroup(bundle, 'strip',
/titanic_44/usr/src/tools/scripts/
H A Dnightly.sh1595 staffer hg --cwd $CODEMGR_WS incoming --bundle $HG_SOURCE \
/titanic_44/usr/src/cmd/look/
H A Dwords3309 bundle
/titanic_44/usr/src/cmd/spell/
H A Dlist3308 bundle