Searched refs:macros (Results 1 - 25 of 72) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmpdemod/
H A Dsnmpdemo.reg43 # macros #
46 # The following 3 macros are predefined:
52 # Your can define your own macros, so that you can
56 macros = {
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/conf/
H A Dsnmprelayd.template43 # macros #
46 # The following 3 macros are predefined:
52 # Your can define your own macros, so that you can
56 macros = {
H A Dsnmpx400d.snmprelay35 # macros #
38 macros = {
H A Ddispatcher.conf34 # macros #
37 macros = {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhtadm/
H A DDisplayTable.java80 // Retrieve the table contents. Table consists of macros
83 Macro [] macros = null;
86 macros = getDhcptabMgr().getMacros(getDhcpDatastore());
103 for (int i = 0; macros != null && i < macros.length; i++) {
104 Macro macro = macros[i];
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DDataManager.java55 private Macro [] macros; field in class:DataManager
79 macros = new Macro[0];
206 synchronized (macros) {
207 if (forceUpdate || macros.length == 0) {
208 macros = getDhcptabMgr().getMacros();
209 if (macros == null) {
210 macros = new Macro[0];
214 return macros;
H A DMacroView.java66 Macro [] macros = (Macro [])get();
67 if (macros == null) {
68 macros = new Macro[0];
71 MacroView.macroTreeModel.getRootNode().setMacros(macros);
80 // A node in the tree of macros
131 private Macro [] macros = null; field in class:MacroView.MacroTreeRootNode
142 macros = newmacros;
144 for (int i = 0; i < macros.length; ++i) {
145 add(new MacroTreeNode(macros[i]));
153 return ResourceStrings.getString("macros");
[all...]
H A DModifyAddressesDialog.java86 private String [] macros; field in class:ModifyAddressesDialog.MacroListModel
93 macros = new String[macs.length + 1];
95 macros = new String[1];
97 macros[0] = keepString;
99 macros[i+1] = macs[i].getKey();
104 return macros.length;
108 return macros[index];
H A DResourceBundle.properties137 macros=Macros
138 loading_macros=Loading macros
139 macro_status_message={0,number} macros loaded
140 error_loading_macros=The following error was encountered while reading macros:\n{0}
141 macro_validation_warning=The following macros contain invalid option settings:
615 exp_wiz_macro_desc=Select macros
616 exp_wiz_macros_explain=Select the macros to export and move them to the Export column.
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c183 printf("Limit of 16 macros have already "
187 tmp = macros[macnum].mac_name;
196 macros[macnum].mac_name);
206 macros[macnum].mac_name);
210 macros[macnum].mac_start = macbuf;
212 macros[macnum].mac_start =
213 macros[macnum-1].mac_end + 1;
215 tmp = macros[macnum].mac_start;
220 macros[macnum].mac_name);
226 macros[macnu
[all...]
H A Ddomacro.c78 if (strncmp(argv[1], macros[i].mac_name, 9) == 0) {
89 cp1 = macros[i].mac_start;
90 while (cp1 != macros[i].mac_end) {
167 if (cp1 != macros[i].mac_end) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/common/
H A DExportController.java59 String [] macros = emptyMacros; field in class:ExportController
130 * Specify that all macros should be exported.
134 macros = emptyMacros;
138 * Specify the macros to be exported.
139 * @param macros An array of macro names
141 public void setMacros(String [] macros) { argument
143 // Never allow macros to be null
144 if (macros != null) {
145 this.macros = macros;
[all...]
H A DResourceBundle.properties33 exp_exporting_macros=Exporting macros...
37 exp_deleting_macros=Deleting macros...
47 exp_err_exporting_macros=Error while exporting macros, message was:\n{0}
50 exp_err_deleting_macros=The following errors occurred while deleting macros:
66 imp_err_importing_macros=The following errors occurred while importing macros:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm38 make_macro($make, $targ, %macros);
182 my $make_cmd = make_macro($make, $target, %macros);
185 the given %macros.
193 %macros is actually a list of tuples, so the order will be preserved.
203 my $macros = '';
206 $macros .= qq{/macro="$key=$val"};
209 $macros .= qq{ $key=$val};
213 return $is_mms ? "$make$macros $target" : "$make $target $macros";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dconstants.t7 my $macrosall = $ENV{PERL_CORE} ? File::Spec->catfile(qw(.. ext Sys Syslog macros.all))
8 : 'macros.all';
23 # Testing all macros
/opensolaris-onvv-gate/usr/src/cmd/vgrind/
H A Dvgrind.ksh23 macros=${TMAC_VGRIND:-/usr/share/lib/tmac/tmac.vgrind}
205 eval "$vfontedpr $args | /usr/bin/cat $macros -"
226 cmd="$cmd | $troff -rx1 $troffopts -i $macros - 2>> xindex"
243 cmd="$cmd | $troff -i $troffopts $macros -"
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A D__fputws_xpg5.c51 #include <macros.h>
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/server/
H A DDhcpMgrImpl.java281 * Export a list of macros specified by name to a file.
283 * @param allMacros true if all macros are to be exported
284 * @param names names of macros to be exported if allMacros is false
293 Macro [] macros = getDhcptabMgr().getMacros();
296 ArrayList macArr = getSelectedRecs(names, macros);
297 macros = (Macro [])macArr.toArray(new Macro[0]);
301 oos.writeObject(macros);
372 Macro [] macros = (Macro []) recs;
423 * Import macros from an export file.
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c1481 ** MILTER_SET_MACROS -- set milter macros
1485 ** macros -- where to store macros.
1487 ** nummac -- current number of macros
1490 ** new number of macros
1494 milter_set_macros(name, macros, val, nummac)
1496 char **macros;
1525 syserr("milter_set_option: too many macros in Milter.%s (max %d)",
1527 macros[nummac] = NULL;
1530 macros[numma
1590 char **macros = NULL; local
2320 char **macros; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/tnf/
H A Dmkprobehdr.sh46 * These macros are used to convert the __LINE__ directive to a
47 * string in the probe macros below.
152 # The following code generates the five type extension macros
240 # The following code generates the six probe macros ...
333 # The following code generates the six debug probe macros ...
/opensolaris-onvv-gate/usr/src/lib/
H A DREADME.Makefiles54 and macros which are common to all ISAs. This Makefile should never
69 Makefiles before introducing your own custom build macros or rules.
73 This contains the bulk of the macros for building shared objects.
77 This contains macros for building 64-bit objects, and should be
210 When using any of these targets, keep in mind that other macros, like
303 2. A list of macros that must be defined prior to the inclusion of
309 3. A list of macros that need not be defined prior to the inclusion
317 following macros:
348 The third section typically consists of the following macros:
367 with the standard $(ROOTxxx) macros
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME49 /usr/lib/macros/pictures ie. $(MACRODIR)/pictures in Makefile
50 /usr/lib/macros/color ie. $(MACRODIR)/color in Makefile
153 files that describe how to use the macros and submit jobs on
291 troff, dpost, and the picture inclusion macros. It's not a replacement
315 shows how to use the picture inclusion macros. What's supplied will not
340 macros
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_NW5.pm55 Add Netware macros.
63 Add Netware macros initialized above to the Makefile.
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DCatalog.pod26 All the C<EXT_*>, C<EXC_*>, and C<EXD_*> macros are provided as constants.
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c311 ** SMFI_SETSYMLIST -- set list of macros that the MTA should send.
316 ** macros -- list of macros
323 smfi_setsymlist(ctx, where, macros)
326 char *macros;
330 if (macros == NULL || *macros == '\0')
340 ctx->ctx_mac_list[where] = strdup(macros);

Completed in 119 milliseconds

123