Searched refs:directive (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dpppragma.c31 pppragma(char* directive, char* pass, char* name, char* value, int newline) argument
36 if (directive)
38 ppprintf("#%s", directive);
H A Dppcontrol.c25 * preprocessor control directive support
250 * process a single directive line
266 int directive; local
326 error(1, "# <line> [ \"<file>\" [ <type> ] ]: non-standard directive");
327 directive = INCLUDE;
330 switch (directive = (int)hashref(pp.dirtab, pp.token))
353 if (directive == IFDEF || directive == IFNDEF)
372 error(1, "#%s %s is non-standard -- use #%s", dirname(directive), dirname(n), dirname(ELIF));
373 directive
[all...]
H A Dppproto.c53 #define MAGICDIR "pragma" /* proto magic directive */
54 #define MAGICARG "prototyped" /* proto magic directive arg */
510 * update directive mask
514 directive(register char* s, int dir) function
1190 dir = directive(ip, dir);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollatefile.h80 uint8_t directive[COLLATE_WEIGHTS_MAX]; member in struct:collate_info
H A Dcollate.c159 lcc->lc_directive[z] = info->directive[z];
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c68 #define AP_INIT_NO_ARGS(directive, action, arg, where, mesg) \
69 { directive, action, arg, where, NO_ARGS, mesg }
70 #define AP_INIT_TAKE1(directive, action, arg, where, mesg) \
71 { directive, action, arg, where, TAKE1, mesg }
72 #define AP_INIT_TAKE2(directive, action, arg, where, mesg) \
73 { directive, action, arg, where, TAKE2, mesg }
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c63 static int directive(char *);
141 * Get the next token, printing out any directive that are encountered.
179 } else if (directive(curline)) {
207 * 'where' is not whitespace, comment or directive Must be a token!
448 directive(char *line) function
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h158 int directive; member in struct:nfsl_flush_args
168 int32_t directive; member in struct:nfsl_flush_args32
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c1128 nfsl_args->directive = STRUCT_FGET(uap, directive);
1129 if ((nfsl_args->directive & NFSL_ALL) == 0) {
1150 nfsl_args->directive & NFSL_ALL ? "all" : nfsl_args->buff));
1152 if (nfsl_args->directive & NFSL_SYNC) {
1207 if (args->directive & NFSL_ALL) {
1211 (args->directive & NFSL_RENAME)) {
1226 if (!found && ((args->directive & NFSL_ALL) == 0) &&
1227 (args->directive & NFSL_RENAME)) {
1244 if ((args->directive
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs190 # The code below uses POSTCALL directive which allows to return 'undef'
292 # directive to avoid implicit RETVAL assignments and manipulate perl
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dmap.c38 Lineno lineno, const char *directive)
46 dbg_print(lml, fmt, file, EC_LINENO(lineno), directive);
142 * In the v2 syntax, the DEPEND_VERSIONS directive.
37 Dbg_map_pass(Lm_list *lml, Boolean enable, const char *file, Lineno lineno, const char *directive) argument
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dlibconv_mk_report_bufsize.pl93 * preprocessor directive to show the current value of the REPORT_BUFSIZE
/illumos-gate/usr/src/uts/common/tnf/
H A Dmkprobehdr.sh46 * These macros are used to convert the __LINE__ directive to a
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dprocess_buffer.c153 nfa.directive = NFSL_RENAME | NFSL_SYNC;
/illumos-gate/usr/src/common/crypto/sha2/amd64/
H A Dsha512-x86_64.pl245 / The .picmeup pseudo-directive, from perlasm/x86_64_xlate.pl, puts
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl299 # figure out if we are in a cpp directive
542 my $directive = $1;
552 "$directive (or malformed $directive " .
553 "directive)");
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c146 "$quote directive\n"
149 "$set directive\n"
156 #define MSG19 "gencat: \"%s\", line %d: unknown directive %s\n"
159 "$delset directive\n"
822 directive(fp) function
978 directive(fp);
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c819 collinfo.directive[collinfo.directive_count] |= bit;
1128 collinfo.directive[NUM_WT] = DIRECTIVE_UNDEFINED;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c704 nfa.directive = NFSL_ALL; /* flush all asynchronously */
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c819 * containing the $add directive. NULL if this is an
935 * directive - If (len == NULL), string giving name of directive being
950 cexp_ident_validate(Mapfile *mf, size_t *len, const char *directive) argument
970 mf_fatal(mf, MSG_INTL(MSG_MAP_BADEXTRA), directive);
1044 * Evaluate an expression for a $if/$elif control directive.
1235 * Process a mapfile control directive. These directives start with
1250 CDIR_T_UNKNOWN = 0, /* Unrecognized control directive */
1331 /* We have matched a valid control directive */
1376 * If this control directive i
[all...]

Completed in 106 milliseconds