| /src/lib/libedit/TEST/ |
| fuzz1.c | 39 char *expansion; local 45 result = history_expand(s, &expansion); 50 add_history(expansion); 52 free(expansion);
|
| /src/lib/libwrap/ |
| percent_x.c | 5 * program when the expansion would overflow the output buffer. The result 6 * of %<char> expansion may be passed on to a shell process. For this 36 /* percent_x - do %<char> expansion, abort if result buffer is too small */ 44 char *expansion; local 61 expansion = 75 for (cp = expansion; *(cp += strspn(cp, ok_chars)); /* */ ) 77 expansion_len = cp - expansion; 79 expansion = str++; 83 tcpd_warn("percent_x: expansion too long: %.30s...", result); 87 memcpy(bp, expansion, expansion_len) [all...] |
| /src/usr.sbin/tcpdchk/ |
| percent_x.c | 3 * 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 29 /* percent_x - do %<char> expansion, abort if result buffer is too small */ 39 char *expansion; local 56 expansion = 69 for (cp = expansion; *(cp += strspn(cp, ok_chars)); /* */ ) 71 expansion_len = cp - expansion; 73 expansion = str++; 77 tcpd_warn("percent_x: expansion too long: %.30s...", result); 81 memcpy(bp, expansion, expansion_len) [all...] |
| /src/usr.bin/make/unit-tests/ |
| posix-varassign.mk | 25 VAR::= posix-immediate-expansion 28 .elif ${${:UVAR\:}} != "posix-immediate-expansion" 35 VAR:::= posix-delayed-expansion 38 .elif ${${:UVAR\:\:}} != "posix-delayed-expansion"
|
| posix-expansion.mk | 1 # $NetBSD: posix-expansion.mk,v 1.2 2025/04/13 09:34:43 rillig Exp $
|
| var-op-append.mk | 13 # This implementation does not support the immediate-expansion macros 14 # specified in POSIX.1-202x. All variables are delayed-expansion.
|
| cond-late.mk | 4 # expressions that are evaluated late, at expansion time.
|
| varname-dot-newline.mk | 8 # > After all macro expansion is complete, when an escaped <newline> is
|
| dep-var.mk | 14 # Using a double dollar in order to circumvent immediate expression expansion 74 # round of expansion, the "$I" expands to nothing since the variable "I" is
|
| varparse-undef-partial.mk | 59 # TODO: Add a practical example where early/lazy expansion actually makes a
|
| var-scope-local.mk | 235 # expansion happens to the right of the dependency operator ':', the expanded 236 # text does not influence parsing of the dependency line. Since the expansion 253 # '$' has to be written as '$$' though to survive the expansion of the
|
| varmod-sysv.mk | 231 # twice. The first expansion happens in ApplyModifier_SysV, where the 232 # modifier is split into its two parts. The second expansion happens
|
| varmod-ifelse.mk | 35 # Because of the early expansion, the whole condition evaluates to 102 # this expansion is then taken as the condition. To force the
|
| Makefile | 307 TESTS+= posix-expansion
|
| /src/sys/arch/evbarm/gumstix/ |
| gxio.c | 221 * Attach each gumstix(busheader)/overo expansion board devices. 262 * configure for GPIO pin and expansion boards. 322 /* Find out the default expansion */ 334 gxio_config_expansion(const char *expansion) 347 if (expansion == NULL) { 348 printf("not specified 'expansion=' in the boot args.\n"); 352 if (strncasecmp(gxioconflist[i].name, expansion, 356 printf("unknown expansion specified: %s\n", expansion); 362 * Now proceed to configure the default expansion if one wa [all...] |
| gumstix_machdep.c | 514 static const char expansion_name[] = "expansion="; 538 /* Configure expansion */ 590 char expansion[256], c; local 597 expansion[i++] = c; 598 } while (c != '\0' && i < sizeof(expansion)); 599 gxio_config_expansion(expansion);
|
| /src/bin/sh/ |
| option.list | 42 fflag noglob f # no pathname expansion 80 tabcomplete tabcomplete # make <tab> cause filename expansion
|
| /src/usr.sbin/rpc.pcnfsd/ |
| pcnfsd_print.c | 1290 static char expansion[512]; local 1294 strlcpy(expansion, alias[i].a_command, 1295 sizeof(expansion)); 1296 substitute(expansion, "$FILE", file); 1297 substitute(expansion, "$USER", user); 1298 substitute(expansion, "$HOST", host); 1299 return (expansion);
|
| /src/common/lib/libc/arch/sparc/string/ |
| bzero.S | 74 mov %o2, %o3 ! in any case, complete pat expansion
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| Makefile | 65 dtb-$(CONFIG_ARCH_R8A77970) += r8a77970-eagle-function-expansion.dtbo 66 r8a77970-eagle-function-expansion-dtbs := r8a77970-eagle.dtb r8a77970-eagle-function-expansion.dtbo 67 dtb-$(CONFIG_ARCH_R8A77970) += r8a77970-eagle-function-expansion.dtb
|
| /src/sys/arch/amiga/stand/loadbsd/ |
| loadbsd.c | 38 #include <libraries/expansion.h> 42 #include <proto/expansion.h> 210 err(20, "can't open expansion library");
|
| /src/sys/conf/ |
| copts.mk | 64 # /home/riastradh/netbsd/current/src/sys/sys/endian.h:228:1: note: in expansion of macro '__GEN_ENDIAN_DEC'
|
| /src/common/dist/zlib/os400/ |
| zlib.inc | 314 D inflateInit PR 10I 0 extproc('inflateInit_') Init. expansion 315 D strm like(z_stream) Expansion stream 320 D strm like(z_stream) Expansion stream 323 D inflateEnd PR 10I 0 extproc('inflateEnd') Termin. expansion 324 D strm like(z_stream) Expansion stream 379 D inflateInit2 PR 10I 0 extproc('inflateInit2_') Init. expansion 380 D strm like(z_stream) Expansion stream 387 D strm like(z_stream) Expansion stream 393 D strm like(z_stream) Expansion stream 399 D strm like(z_stream) Expansion strea [all...] |
| /src/share/mk/ |
| bsd.man.mk | 18 # and the expansion does not really work because of make(1).
|
| /src/tests/bin/sh/ |
| t_expand.sh | 49 atf_set descr "Somewhere between 2.0.2 and 3.0 the expansion" \ 68 atf_set descr 'Sometime during 2013 the expansion of "${1+$@}"' \ 90 atf_set descr "Test \$@ expansion when it is surrounded by text" \ 163 atf_set descr 'Test $@ expansion when there are no args, and ' \ 200 # in these we prefix (concat) the $@ expansion with "" to make 436 /a/very/long/home/directory/path/that/might/push/the/tilde/expansion/code/beyond/what/it/would/normally/ever/see/on/any/sane/system/and/perhaps/expose/some/bugs 552 'Check expansion of null parameter as default for another null' 562 'Check expansion of missing parameter as default for another null' 737 atf_set descr "Test expansion of vars with embedded cmdsub" 794 atf_set descr 'Test expansion of various aspects of $# [all...] |