Searched refs:pre (Results 1 - 25 of 169) sorted by relevance

1234567

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-sysv.exp7 pre-middle-suffix = "pre-middle-suffix"
11 pre-middle-suffix =NS "pre-middle-suffixNS"
15 pre-middle-suffix =% "pre-middle-suffix%"
19 pre-middle-suffix =%NS "pre-middle-suffix%NS"
23 pre-middle-suffix =NPre% "pre
[all...]
H A Ddir.exp10 Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure
11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure
12 pre-patch pre-configure patch configure
35 : pre-patch
36 : pre
[all...]
H A Darchive.mk34 create-archive: ${ARCHIVE} pre post
40 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post
44 list-archive: ${ARCHIVE} pre post
51 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
54 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
57 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
60 remove-archive: pre post
63 pre: .USEBEFORE
H A Ddirective-if-nested.mk4 # .if directives is pre-allocated, any deeper nesting is reallocated.
/freebsd-current/lib/clang/
H A Dlldb.pre.mk2 .include "clang.pre.mk"
H A Dclang.pre.mk2 .include "llvm.pre.mk"
/freebsd-current/contrib/libucl/utils/
H A Dobjdump.c37 char *pre = (char *) malloc (num * sizeof(char)); local
41 pre[--num] = 0x00;
43 pre[num] = 0x20;
48 printf ("%sucl object address: %p\n", pre + 4, obj);
50 printf ("%skey: \"%s\"\n", pre, ucl_object_key (obj));
52 printf ("%sref: %u\n", pre, obj->ref);
53 printf ("%slen: %u\n", pre, obj->len);
54 printf ("%sprev: %p\n", pre, obj->prev);
55 printf ("%snext: %p\n", pre, obj->next);
57 printf ("%stype: UCL_OBJECT\n", pre);
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/test/
H A Dstringtest.h31 const char *pre = "\""; local
38 pre = "...\"";
45 printf ("%4s: %s", prefix, pre);
/freebsd-current/tools/build/mk/
H A Dbsd.lib.mk2 .include "Makefile.boot.pre"
/freebsd-current/sys/sys/
H A Dloginclass.h50 void *arg2, void *arg3), void (*pre)(void), void (*post)(void),
/freebsd-current/contrib/atf/atf-c/detail/
H A Dsanity_test.c51 enum type { inv, pre, post, unreachable }; enumerator in enum:type
71 case pre:
130 case pre:
179 ATF_TC(pre); variable
180 ATF_TC_HEAD(pre, tc)
184 ATF_TC_BODY(pre, tc)
188 do_test(pre, false);
189 do_test(pre, true);
225 ATF_TP_ADD_TC(tp, pre);
/freebsd-current/sys/arm/mv/
H A Dmvwin.h306 #define WIN_REG_IDX_RD(pre,reg,off,base) \
308 pre ## _ ## reg ## _read(int i) \
313 #define WIN_REG_IDX_RD2(pre,reg,off,base) \
315 pre ## _ ## reg ## _read(int i, int j) \
320 #define WIN_REG_BASE_IDX_RD(pre,reg,off) \
322 pre ## _ ## reg ## _read(uint32_t base, int i) \
327 #define WIN_REG_BASE_IDX_RD2(pre,reg,off) \
329 pre ## _ ## reg ## _read(uint32_t base, int i, int j) \
334 #define WIN_REG_IDX_WR(pre,reg,off,base) \
336 pre ##
[all...]
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibstat.c162 char *pre = ""; local
169 pre = " ";
174 printf("%sState: %s\n", pre,
177 printf("%sPhysical state: %s\n", pre,
181 printf("%sRate: %d (FDR10)\n", pre, port->rate);
184 printf("%sRate: %d\n", pre, port->rate);
186 printf("%sRate: 2.5\n", pre);
187 printf("%sBase lid: %d\n", pre, port->base_lid);
188 printf("%sLMC: %d\n", pre, port->lmc);
189 printf("%sSM lid: %d\n", pre, por
[all...]
/freebsd-current/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-generator.sh.in20 mkdir -p "$GENERATOR_DIR"/sysroot.mount.d "$GENERATOR_DIR"/dracut-pre-mount.service.d
38 } > "$GENERATOR_DIR"/dracut-pre-mount.service.d/zfs-enhancement.conf
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1429 NISTP224_PRE_COMP *pre = NULL; local
1444 pre = group->pre_comp.nistp224;
1445 if (pre)
1447 g_pre_comp = (const felem(*)[16][3])pre->g_pre_comp;
1612 NISTP224_PRE_COMP *pre = NULL; local
1646 if ((pre = nistp224_pre_comp_new()) == NULL)
1652 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));
1655 if ((!BN_to_felem(pre->g_pre_comp[0][1][0], group->generator->X)) ||
1656 (!BN_to_felem(pre
[all...]
H A Decp_nistp256.c1437 * Base point pre computation
1876 void EC_nistp256_pre_comp_free(NISTP256_PRE_COMP *pre) argument
1880 if (pre == NULL)
1883 CRYPTO_DOWN_REF(&pre->references, &i, pre->lock);
1884 REF_PRINT_COUNT("EC_nistp256", pre);
1889 CRYPTO_THREAD_lock_free(pre->lock);
1890 OPENSSL_free(pre);
2042 NISTP256_PRE_COMP *pre = NULL; local
2057 pre
2231 NISTP256_PRE_COMP *pre = NULL; local
[all...]
H A Decp_nistp521.c1396 * Base point pre computation
1934 NISTP521_PRE_COMP *pre = NULL; local
1949 pre = group->pre_comp.nistp521;
1950 if (pre)
1952 g_pre_comp = &pre->g_pre_comp[0];
2121 NISTP521_PRE_COMP *pre = NULL; local
2155 if ((pre = nistp521_pre_comp_new()) == NULL)
2161 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));
2164 if ((!BN_to_felem(pre
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh63 check_pool $pool_name pre > /dev/null
76 log_must diff $TEST_BASE_DIR/pool-checksums.$pool_name.pre \
78 rm $TEST_BASE_DIR/pool-checksums.$pool_name.pre \
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh74 # called $TMPDIR/pool-checksums.$POOL.pre
75 check_pool $POOL_NAME pre > /dev/null
91 log_must $DIFF $TMPDIR/pool-checksums.$POOL_NAME.pre \
94 $RM $TMPDIR/pool-checksums.$POOL_NAME.pre $TMPDIR/pool-checksums.$POOL_NAME.post
/freebsd-current/crypto/openssl/crypto/
H A Dcore_algorithm.c19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member in struct:algorithm_data_st
52 /* Do we fulfill pre-conditions? */
53 if (data->pre == NULL) {
54 /* If there is no pre-condition function, assume "yes" */
56 } else if (!data->pre(provider, cur_operation, no_store, data->data,
64 * If pre-condition not fulfilled don't add this set of implementations,
139 int (*pre)(OSSL_PROVIDER *, int operation_id,
154 cbdata.pre = pre;
/freebsd-current/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in90 $pre = 0;
100 if (!$pre) {
161 if($token->[1] eq "pre") {
163 $pre = 1;
213 if($token->[1] eq "pre") {
215 $pre = 0;
/freebsd-current/usr.bin/gzip/
H A Dunzstd.c31 unzstd(int in, int out, char *pre, size_t prelen, off_t *bytes_in) argument
52 zib.src = pre;
/freebsd-current/contrib/lua/src/
H A Dldo.h19 ** 'pre'/'pos' allow the macro to preserve a pointer into the
26 #define luaD_checkstackaux(L,n,pre,pos) \
28 { pre; luaD_growstack(L, n, 1); pos; } \
29 else { condmovestack(L,pre,pos); }
31 /* In general, 'pre'/'pos' are empty (nothing to save) */
/freebsd-current/contrib/bmake/
H A D_strtol.h50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post
51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post)
/freebsd-current/etc/mtree/
H A DMakefile3 .include <bsd.compat.pre.mk>

Completed in 185 milliseconds

1234567