HomeSort by: relevance | last modified time | path
    Searched refs:expansion (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/lib/libedit/TEST/
fuzz1.c 39 char *expansion; local in function:LLVMFuzzerTestOneInput
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 in function:percent_x
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 in function:percent_x
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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
socfpga_cyclone5_chameleon96.dts 73 /* On Low speed expansion */
79 /* On Low speed expansion */
89 /* On High speed expansion */
101 /* On High speed expansion */
107 /* On Low speed expansion */
113 /* On Low speed expansion */
119 /* On Low speed expansion */
stih410-b2260.dts 79 /* Low speed expansion connector */
90 /* Low speed expansion connector */
96 /* Low speed expansion connector */
103 /* Low speed expansion connector */
109 /* Low speed expansion connector */
115 /* high speed expansion connector */
122 /* high speed expansion connector */
135 /* high speed expansion connector */
omap3-overo-summit.dts 7 * Summit expansion board is manufactured by Gumstix Inc.
am3517-craneboard.dts 47 /* goes to expansion connector */
53 /* goes to expansion connector */
63 /* goes to expansion connector */
68 /* goes to expansion connector */
omap3-overo-palo35.dts 7 * Palo35 expansion board is manufactured by Gumstix Inc.
omap3-overo-storm-summit.dts 7 * Summit expansion board is manufactured by Gumstix Inc.
omap3-overo-chestnut43.dts 7 * Chestnut43 expansion board is manufactured by Gumstix Inc.
omap3-overo-gallop43.dts 7 * Gallop43 expansion board is manufactured by Gumstix Inc.
omap3-overo-palo43.dts 7 * Palo43 expansion board is manufactured by Gumstix Inc.
omap3-overo-storm-chestnut43.dts 7 * Chestnut43 expansion board is manufactured by Gumstix Inc.
omap3-overo-storm-gallop43.dts 7 * Gallop43 expansion board is manufactured by Gumstix Inc.
omap3-overo-storm-palo35.dts 7 * Palo35 expansion board is manufactured by Gumstix Inc.
omap3-overo-storm-palo43.dts 7 * Palo43 expansion board is manufactured by Gumstix Inc.
gr-peach-audiocamerashield.dtsi 3 * Device Tree Source for the GR-Peach audiocamera shield expansion board
imx28-cfa10037.dts 7 * The CFA-10049 is an expansion board for the CFA-10036 module, thus we
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-8040-db.dts 104 /* CON6 on CP0 expansion */
111 /* CON5 on CP0 expansion */
142 /* CON4 on CP0 expansion */
156 /* CON9 on CP0 expansion */
176 /* CON10 on CP0 expansion */
212 /* CON6 on CP1 expansion */
219 /* CON7 on CP1 expansion */
226 /* CON5 on CP1 expansion */
303 /* CON4 on CP1 expansion */
321 /* CON9 on CP1 expansion */
    [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"
dir-expand-path.mk 3 # Tests for filename expansion in the search path.
posix-expansion.mk 1 # $NetBSD: posix-expansion.mk,v 1.2 2025/04/13 09:34:43 rillig Exp $
  /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...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-rock960.dts 133 /* On Low speed expansion (LS-SPI0) */
138 /* On High speed expansion (HS-SPI1) */
  /src/bin/sh/
option.list 42 fflag noglob f # no pathname expansion
80 tabcomplete tabcomplete # make <tab> cause filename expansion

Completed in 23 milliseconds

1 2 3 4