/freebsd/contrib/kyua/utils/format/ |
H A D | formatter.cpp | 66 const std::string& expansion, in find_next_placeholder() argument 69 begin = expansion.find('%', begin); in find_next_placeholder() 70 while (begin != std::string::npos && expansion[begin + 1] == '%') in find_next_placeholder() 71 begin = expansion.find('%', begin + 2); in find_next_placeholder() 73 return std::make_pair(expansion.length(), ""); in find_next_placeholder() 74 if (begin == expansion.length() - 1) in find_next_placeholder() 78 while (end < expansion.length() && expansion[end] != 's') in find_next_placeholder() 80 const std::string placeholder = expansion.substr(begin, end - begin + 1); in find_next_placeholder() 81 if (end == expansion.length() || in find_next_placeholder() 210 const std::string& expansion, in formatter() argument [all …]
|
/freebsd/contrib/tcp_wrappers/ |
H A D | percent_x.c | 37 char *expansion; in percent_x() local 54 expansion = in percent_x() 67 for (cp = expansion; *(cp += strspn(cp, ok_chars)); /* */ ) in percent_x() 69 expansion_len = cp - expansion; in percent_x() 71 expansion = str++; in percent_x() 79 memcpy(bp, expansion, expansion_len); in percent_x()
|
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/ |
H A D | 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 */
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stih410-b2260.dts | 94 /* Low speed expansion connector */ 105 /* Low speed expansion connector */ 111 /* Low speed expansion connector */ 118 /* Low speed expansion connector */ 124 /* Low speed expansion connector */ 130 /* high speed expansion connector */ 137 /* high speed expansion connector */ 150 /* high speed expansion connector */
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | 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 …]
|
/freebsd/contrib/libedit/TEST/ |
H A D | fuzz1.c | 39 char *expansion; in LLVMFuzzerTestOneInput() local 45 result = history_expand(s, &expansion); in LLVMFuzzerTestOneInput() 50 add_history(expansion); in LLVMFuzzerTestOneInput() 52 free(expansion); in LLVMFuzzerTestOneInput()
|
/freebsd/contrib/ncurses/progs/ |
H A D | infocmp.c | 857 const char *expansion = 0; in analyze_string() local 893 expansion = strnames[i]; in analyze_string() 899 if (!expansion) { in analyze_string() 909 expansion = ap->to; in analyze_string() 918 if (!expansion in analyze_string() 933 expansion = lookup_params(std_modes, buf2, buf3); in analyze_string() 937 if (!expansion in analyze_string() 953 expansion = lookup_params(private_modes, buf2, buf3); in analyze_string() 957 if (!expansion in analyze_string() 969 expansion = lookup_params(ecma_highlights, buf2, buf3); in analyze_string() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am3517-craneboard.dts | 47 /* goes to expansion connector */ 53 /* goes to expansion connector */ 63 /* goes to expansion connector */ 68 /* goes to expansion connector */
|
H A D | omap3-overo-tobiduo.dts | 7 * TobiDuo expansion board is manufactured by Gumstix Inc.
|
H A D | omap3-overo-alto35.dts | 7 * Alto35 expansion board is manufactured by Gumstix Inc.
|
H A D | omap3-overo-tobi.dts | 7 * Tobi expansion board is manufactured by Gumstix Inc.
|
H A D | omap3-overo-storm-alto35.dts | 7 * Alto35 expansion board is manufactured by Gumstix Inc.
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_kdf_tls1_prf.txt | 27 Ctrl.label = seed:key expansion 52 Ctrl.label = seed:key expansion 61 Ctrl.label = seed:key expansion
|
H A D | evpkdf_tls12_prf.txt | 27 Ctrl.label = seed:key expansion 36 Ctrl.label = seed:key expansion
|
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi3660-hikey960.dts | 213 * from Huawei. The 40 pin low speed expansion connector is named 522 /* On Low speed expansion */ 591 /* On Low speed expansion */ 597 /* On Low speed expansion */ 613 /* On Low speed expansion */ 619 /* On Low speed expansion */ 625 /* On High speed expansion */
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3399-rock960.dts | 133 /* On Low speed expansion (LS-SPI0) */ 138 /* On High speed expansion (HS-SPI1) */
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0085.in | 1 # test tag macro expansion
|
H A D | pf0102.in | 1 # test rule expansion with mixed af
|
H A D | pf0020.in | 1 # Test whether list expansion in NAT/RDR works correctly
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | apq8016-sbc.dts | 151 /* On Low speed expansion: LS-I2C0 */ 156 /* On High speed expansion: HS-I2C2 */ 208 /* On Low speed expansion: LS-I2C1 */ 213 /* On High speed expansion: HS-SPI1 */ 218 /* On Low speed expansion: LS-SPI0 */ 286 * expansion connector that is able to provide at least 0.18W / 100 mA.
|
H A D | apq8016-sbc.dtsi | 162 /* On Low speed expansion */ 168 /* On High speed expansion */ 218 /* On Low speed expansion */ 224 /* On High speed expansion */ 230 /* On Low speed expansion */ 506 * 1.8v required on LS expansion
|
/freebsd/bin/sh/tests/ |
H A D | Makefile | 6 TESTS_SUBDIRS+= expansion
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r8a77970-eagle-function-expansion.dtso | 3 * Device Tree Source for the Eagle V3M Function expansion board. 62 /* Connect expansion board I2C. */
|
/freebsd/usr.bin/diff/ |
H A D | TODO | 3 --ignore-tab-expansion
|
/freebsd/bin/sh/tests/expansion/ |
H A D | arith13.0 | 1 # Pre-increment and pre-decrement in arithmetic expansion are not in POSIX.
|