Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 25 of 82) sorted by relevance

1234

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c185 tmp = macros[macnum].mac_name; in rnetrc()
194 macros[macnum].mac_name); in rnetrc()
204 macros[macnum].mac_name); in rnetrc()
208 macros[macnum].mac_start = macbuf; in rnetrc()
210 macros[macnum].mac_start = in rnetrc()
211 macros[macnum-1].mac_end + 1; in rnetrc()
213 tmp = macros[macnum].mac_start; in rnetrc()
218 macros[macnum].mac_name); in rnetrc()
224 macros[macnum++].mac_end = in rnetrc()
236 if (*macros[macnum - 1].mac_start == '\n') { in rnetrc()
[all …]
H A Ddomacro.c76 if (strncmp(argv[1], macros[i].mac_name, 9) == 0) { in domacro()
87 cp1 = macros[i].mac_start; in domacro()
88 while (cp1 != macros[i].mac_end) { in domacro()
165 if (cp1 != macros[i].mac_end) { in domacro()
H A Dcmds.c903 (void) printf("\t%s\n", macros[i].mac_name); in status()
2186 (void) strncpy(macros[macnum].mac_name, argv[1], 8); in macdef()
2188 macros[macnum].mac_start = macbuf; in macdef()
2190 macros[macnum].mac_start = macros[macnum - 1].mac_end + 1; in macdef()
2192 tmp = macros[macnum].mac_start; in macdef()
2200 if (tmp == macros[macnum].mac_start) { in macdef()
2201 macros[macnum++].mac_end = tmp; in macdef()
2206 macros[macnum++].mac_end = tmp - 1; in macdef()
/illumos-gate/usr/src/cmd/mandoc/
H A Ddba.c72 dba->macros = dba_array_new(MACRO_MAX, 0); in dba_new()
77 dba_array_set(dba->macros, im, macro); in dba_new()
90 dba_array_FOREACH(dba->macros, macro) { in dba_free()
99 dba_array_free(dba->macros); in dba_free()
136 dba_macros_write(dba->macros); in dba_write()
375 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np); in dba_macro_new()
386 dba_macro_add(struct dba_array *macros, int32_t im, const char *value, in dba_macro_add() argument
393 entry = get_macro_entry(dba_array_get(macros, im), value, 1); in dba_macro_add()
404 dba_macros_write(struct dba_array *macros) in dba_macros_write() argument
409 pos_macros = dba_array_writelen(macros, 1); in dba_macros_write()
[all …]
H A Ddbm.c66 static struct macro *macros[MACRO_MAX]; variable
117 macros[im] = (struct macro *)++ep; in dbm_open()
366 cp = nvals[im] ? dbm_get(macros[im]->value) : NULL; in page_bymacro()
384 pp = dbm_get(macros[im][iv].pages); in page_bymacro()
413 macro.value = dbm_get(macros[im][iv].value); in dbm_macro_get()
414 macro.pp = dbm_get(macros[im][iv].pages); in dbm_macro_get()
447 pp = dbm_get(macros[im]->pages); in macro_bypage()
479 return dbm_get(macros[im][iv - 1].value); in macro_bypage()
H A Ddba.h33 struct dba_array *macros; member
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c1494 milter_set_macros(name, macros, val, nummac) in milter_set_macros() argument
1496 char **macros;
1527 macros[nummac] = NULL;
1530 macros[nummac++] = macro;
1532 macros[nummac] = NULL;
1590 char **macros = NULL; local
1659 if (macros == NULL)
1660 macros = MilterConnectMacros;
1664 if (macros == NULL)
1665 macros = MilterHeloMacros;
[all …]
/illumos-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 -"
/illumos-gate/usr/src/pkg/manifests/
H A Ddeveloper-debug-mdb-module-module-fibre-channel.p5m28 set name=pkg.summary value="Fibre Channel adb macros and mdb modules"
29 set name=pkg.description value="Fibre Channel adb macros and mdb modules"
40 legacy pkg=SUNWfcmdb desc="Fibre Channel adb macros and mdb modules" \
41 name="Fibre Channel adb macros and mdb modules"
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES20 macros (e.g., unix, vax, u3b, ...). This is the same feature
61 (4) macros
67 (5) empty arguments allowed in function-like macros
H A Dpp.tab160 EXPOSE # expose hidden macros
184 HEADEREXPANDALL # expanded < does not quote #include macros
/illumos-gate/usr/src/lib/
H A DREADME.Makefiles51 and macros which are common to all ISAs. This Makefile should never
66 Makefiles before introducing your own custom build macros or rules.
70 This contains the bulk of the macros for building shared objects.
74 This contains macros for building 64-bit objects, and should be
207 When using any of these targets, keep in mind that other macros, like
298 2. A list of macros that must be defined prior to the inclusion of
304 3. A list of macros that need not be defined prior to the inclusion
312 following macros:
343 The third section typically consists of the following macros:
359 with the standard $(ROOTxxx) macros. Since this defaults to
[all …]
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c321 smfi_setsymlist(ctx, where, macros) in smfi_setsymlist() argument
324 char *macros;
328 if (macros == NULL || *macros == '\0')
338 ctx->ctx_mac_list[where] = strdup(macros);
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dwine.ignored_macros2 * These macros are actively misleading to smatch so
H A Dkernel.ignored_macros2 * These macros are actively misleading to smatch so
H A Dwine.bit_shifters1 // list of macros used as shifters.
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwait2 tst ok_wif sys/types.h sys/wait.h note{ posix wait macros ok }end compile{
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A DMakefile31 SMOFF = all_func_returns,macros
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dwait10 #define _ok_wif 1 /* posix wait macros ok */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dwait10 #define _ok_wif 1 /* posix wait macros ok */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dwait10 #define _ok_wif 1 /* posix wait macros ok */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dwait10 #define _ok_wif 1 /* posix wait macros ok */
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dchem.awk2 macros = "/usr/bwk/chem/chem.macros" # CHANGE ME!!!!!
3 macros = "/dev/null" # since originals are lost
15 printf "copy \"%s\"\n", macros
/illumos-gate/usr/src/cmd/auditd/
H A DMakefile43 SMOFF += macros
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.rt5 TEST macros

1234