Searched refs:EXPAND (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtry-from.c73 #define EXPAND(str) percent_x(buf, sizeof(buf), str, &request) macro
75 puts(EXPAND("client address (%%a): %a"));
76 puts(EXPAND("client hostname (%%n): %n"));
77 puts(EXPAND("client username (%%u): %u"));
78 puts(EXPAND("client info (%%c): %c"));
79 puts(EXPAND("server address (%%A): %A"));
80 puts(EXPAND("server hostname (%%N): %N"));
81 puts(EXPAND("server process (%%d): %d"));
82 puts(EXPAND("server info (%%s): %s"));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp1602 #define EXPAND(Op) \ macro
1607 EXPAND(AVR::ADDWRdRr);
1608 EXPAND(AVR::ADCWRdRr);
1609 EXPAND(AVR::SUBWRdRr);
1610 EXPAND(AVR::SUBIWRdK);
1611 EXPAND(AVR::SBCWRdRr);
1612 EXPAND(AVR::SBCIWRdK);
1613 EXPAND(AVR::ANDWRdRr);
1614 EXPAND(AVR::ANDIWRdK);
1615 EXPAND(AV
1666 #undef EXPAND macro
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dblocks.c52 #define EXPAND \ macro
140 EXPAND
159 EXPAND
178 EXPAND
197 EXPAND
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c106 #define EXPAND(e) do { \ macro
110 EXPAND(yp_password.pw_name);
112 EXPAND(yp_password.pw_passwd);
121 EXPAND(yp_password.pw_class);
130 EXPAND(yp_password.pw_gecos);
132 EXPAND(yp_password.pw_dir);
134 EXPAND(yp_password.pw_shell);
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dtable.h136 EXPAND = 02, enumerator in enum:table::__anon1733
H A Dtable.cpp1930 if (!(flags & EXPAND))
2019 if (flags & EXPAND) {
2123 (flags & EXPAND) ? column_separation : 0)) {
H A Dmain.cpp474 opt->flags |= table::EXPAND;
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c71 EXPAND is set on directives that are always macro-expanded. */
76 #define EXPAND (1 << 4) macro
138 D(include, T_INCLUDE, KANDR, INCL | EXPAND) /* 52262 */ \
141 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \
145 D(line, T_LINE, KANDR, EXPAND) /* 2465 */ \
146 D(elif, T_ELIF, STDC89, COND | EXPAND) /* 610 */ \
150 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) /* 19 */ \
152 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* 0 ObjC */ \
311 && ! (pfile->directive->flags & EXPAND));
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_osfp.c555 #define EXPAND(field) do { \ macro
600 EXPAND(fp_os.fp_version_nm);
601 EXPAND(fp_os.fp_subtype_nm);
/freebsd-11-stable/contrib/ee/
H A Dee.c508 char *EXPAND; variable
1784 else if (compare(cmd_str, EXPAND, FALSE))
4169 else if (compare(str1, EXPAND, FALSE))
4332 fprintf(init_file, "%s\n", expand_tabs ? EXPAND : NOEXPAND);
5214 EXPAND = catgetlocal( 128, "EXPAND");
5291 commands[11] = EXPAND;
5314 init_strings[2] = EXPAND;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h487 EXPAND,
H A DX86IntrinsicsInfo.h581 X86ISD::EXPAND, 0),
H A DX86ISelLowering.cpp10817 return DAG.getNode(X86ISD::EXPAND, DL, VT, ExpandedVector, ZeroVector, VMask);
16191 // If we have VLX support, we can use VALIGN or EXPAND.
[all...]

Completed in 171 milliseconds