Searched refs:expansion (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/tcp_wrappers/
H A Dpercent_x.c3 * program when the expansion would overflow the output buffer. The result
4 * of %<char> expansion may be passed on to a shell process. For this
30 /* percent_x - do %<char> expansion, abort if result buffer is too small */
40 char *expansion; local
57 expansion =
70 for (cp = expansion; *(cp += strspn(cp, ok_chars)); /* */ )
72 expansion_len = cp - expansion;
74 expansion = str++;
78 tcpd_warn("percent_x: expansion too long: %.30s...", result);
82 memcpy(bp, expansion, expansion_le
[all...]
/freebsd-11-stable/contrib/libreadline/examples/
H A Dhistexamp.c59 char *expansion; local
64 result = history_expand (line, &expansion);
66 fprintf (stderr, "%s\n", expansion);
70 free (expansion);
74 add_history (expansion);
75 strncpy (line, expansion, sizeof (line) - 1);
76 free (expansion);
/freebsd-11-stable/contrib/libreadline/
H A Dtilde.c1 /* tilde.c -- Tilde expansion code (~/foo := $HOME/foo). */
100 which is the expansion, or a NULL pointer if the expansion fails. */
106 which is the expansion, or a NULL pointer if there is no expansion. */
124 /* Find the start of a tilde expansion in STRING, and return the index of
125 the tilde which starts the expansion. Place the length of the text
160 /* Find the end of a tilde expansion in STRING, and return the index of
208 char *tilde_word, *expansion; local
211 /* Make START point to the tilde which starts the expansion
346 char *dirname, *expansion, *username; local
[all...]
/freebsd-11-stable/bin/sh/tests/
H A DMakefile8 TESTS_SUBDIRS+= expansion
/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-lang.h55 extern void scan_macro_expansion (char *expansion);
H A Dc-lang.c366 macro expansion code promises to return only fully-expanded text,
370 expansion beforehand, and then hand that to lexptr. But we don't
383 scan_macro_expansion (char *expansion)
392 lexptr = expansion;
395 macro_expanded_text = expansion;
382 scan_macro_expansion(char *expansion) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h87 /// source), if `S` is an expansion, and `S` itself, otherwise. Corresponds to
89 RangeSelector expansion(RangeSelector S);
102 using transformer::expansion;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.h123 int expansion; member in struct:d_info
H A Dcp-demangle.c186 /* The length of the simple expansion. */
188 /* The results of a full, verbose, expansion. This is used when
191 /* The length of the full expansion. */
1075 di->expansion += 3;
1234 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2;
1339 di->expansion -= len - sizeof "(anonymous namespace)";
1472 di->expansion += 20;
1478 di->expansion -= 5;
1482 di->expansion -= 10;
1527 di->expansion
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.h123 int expansion; member in struct:d_info
H A Dcp-demangle.c218 /* The length of the simple expansion. */
220 /* The results of a full, verbose, expansion. This is used when
223 /* The length of the full expansion. */
1121 di->expansion += 3;
1280 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2;
1385 di->expansion -= len - sizeof "(anonymous namespace)";
1518 di->expansion += 20;
1524 di->expansion -= 5;
1528 di->expansion -= 10;
1573 di->expansion
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dinfocmp.c800 const char *expansion = 0; local
834 expansion = strnames[i];
840 if (!expansion) {
850 expansion = ap->to;
859 if (!expansion
875 expansion = lookup_params(std_modes, buf2, buf3);
879 if (!expansion
896 expansion = lookup_params(private_modes, buf2, buf3);
900 if (!expansion
912 expansion
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-cppbuiltin.c152 a series expansion, but that seems too much effort because:
163 a long series of zeros in its expansion, which doesn't occur in the
635 builtin_define_with_value (const char *macro, const char *expansion, int is_str) argument
639 size_t elen = strlen (expansion);
647 sprintf (buf, "%s=\"%s\"", macro, expansion);
649 sprintf (buf, "%s=%s", macro, expansion);
655 parameter is the length of the expansion. */
657 builtin_define_with_value_n (const char *macro, const char *expansion, size_t elen) argument
666 memcpy (buf + mlen + 1, expansion, elen);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-asm.c467 char *expansion;
525 char *e = mac->expansion;
574 char *expansion = 0;
623 expansion = 0;
624 expansion = expand_macro (args, narg, macro);
626 if (expansion)
628 result = str_append (result, expansion, strlen (expansion));
629 free (expansion);
698 /* A macro-expansion wa
466 char *expansion; member in struct:__anon680
573 char *expansion = 0; local
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dhp-symtab.h397 unsigned int expansion: 1; member in struct:dntt_type_function
1044 unsigned int expansion: 1; /* 1=template expansion. */ member in struct:dntt_type_class
1053 dnttpointer nextexp ; /* Ptr to next expansion. */
1191 dnttpointer expansions ; /* ptr to expansion list */
1261 long future1 ; /* expansion */
1263 dnttpointer ptr2 ; /* to expansion */
1289 unsigned int expansion: 1; /* 1 = function expansion */ member in struct:dntt_type_doc_function
1748 unsigned int fExpansion: 1; /* function expansion */
1838 unsigned int expansion : 1;/* template expansion */ member in struct:quick_class
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp349 [&module_macros](const std::string &expansion) -> bool {
350 module_macros.append(expansion);
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.189 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
270 # ($ecode,@expansion) = &expn_vrfy($u,$server);
272 ($ecode,@expansion) = @foo;
278 for $s (@expansion) {
295 ($newhost, $newaddr, $newname) = &parse($addr,$server,$oldname, $#expansion == 0);
298 # no expansion is possible w/o a new server to call
507 print "Fallback an MX expansion $us -> \n" if $debug;
991 # re-queue expansion requests if possible
1084 # if mx expansion did not help to resolve an address
1086 # expansion)
[all...]
H A Dexpn.in88 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
269 # ($ecode,@expansion) = &expn_vrfy($u,$server);
271 ($ecode,@expansion) = @foo;
277 for $s (@expansion) {
294 ($newhost, $newaddr, $newname) = &parse($addr,$server,$oldname, $#expansion == 0);
297 # no expansion is possible w/o a new server to call
506 print "Fallback an MX expansion $us -> \n" if $debug;
990 # re-queue expansion requests if possible
1083 # if mx expansion did not help to resolve an address
1085 # expansion)
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl87 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
260 # ($ecode,@expansion) = &expn_vrfy($u,$server);
262 ($ecode,@expansion) = @foo;
268 for $s (@expansion) {
285 ($newhost, $newaddr, $newname) = &parse($addr,$server,$oldname, $#expansion == 0);
288 # no expansion is possible w/o a new server to call
497 print "Fallback an MX expansion $us -> \n" if $debug;
981 # re-queue expansion requests if possible
1074 # if mx expansion did not help to resolve an address
1076 # expansion)
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_client.c2155 const COMP_METHOD *comp, *expansion; local
2255 expansion = SSL_get_current_expansion(s);
2259 expansion ? SSL_COMP_get_name(expansion) : "NONE");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp307 RangeSelector transformer::expansion(RangeSelector S) {
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex485 % expansion of \tie (\leavevmode \penalty \@M \ ).
1247 \xdef#1{#1}% redefine it as its expansion; the definition is simply
3085 % to do a one-level expansion on the result, instead of complete).
3222 % we have to laboriously prevent expansion for those that we don't.
3234 % effectively preventing its expansion. This is used only for control
3333 \definedummyword{expansion}%
3347 % No macro expansion.
3472 \def\expansion{==>}%
3534 \edef\temp{\the\toks0}% need full expansion
4002 % letter in the expansion, no
[all...]
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend25 bin/sh/tests/expansion \
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex477 % expansion of \tie (\leavevmode \penalty \@M \ ).
2984 % to do a one-level expansion on the result, instead of complete).
3121 % we have to laboriously prevent expansion for those that we don't.
3133 % effectively preventing its expansion. This is used only for control
3231 \definedummyword{expansion}%
3245 % No macro expansion.
3370 \def\expansion{==>}%
3432 \edef\temp{\the\toks0}% need full expansion
3900 % letter in the expansion, not just typeset.
4701 % @point{}, @result{}, @expansion{},
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex510 % expansion of \tie (\leavevmode \penalty \@M \ ).
853 \turnoffactive % and allow special characters in the expansion
3009 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
3017 \def\expansion{\leavevmode\hbox to 1em{\hfil$\mapsto$\hfil}}
4201 % to do a one-level expansion on the result, instead of complete).
4367 % we have to laboriously prevent expansion for those that we don't.
4434 % preventing its expansion. This is used only for control words,
4501 \definedummyword\expansion
4673 \def\expansion{==>}%
4761 \edef\temp{\the\toks0}% need full expansion
[all...]

Completed in 191 milliseconds

12