Searched refs:Expand (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp65.C5 static T Expand(T* a, T* b) { return T(); } function in struct:PartialDotProduct
14 PartialDotProduct<N>::Expand(f1, f2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp65.C5 static T Expand(T* a, T* b) { return T(); } function in struct:PartialDotProduct
14 PartialDotProduct<N>::Expand(f1, f2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb65.C8 static T Expand(T* a, T* b) { return T(); } function in struct:PartialDotProduct
17 return PartialDotProduct<N, 0>::Expand(f1, f2); // line 14
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb65.C8 static T Expand(T* a, T* b) { return T(); } function in struct:PartialDotProduct
17 return PartialDotProduct<N, 0>::Expand(f1, f2); // line 14
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dpppcrypt.c79 static void Expand(u_char *, u_char *);
88 Expand(in, out) function
103 /* The inverse of Expand
130 Expand(des_key, crypt_key);
145 Expand(clear, des_input);
161 Expand(cipher, des_input);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/co/
H A Dco.c355 int newmode = Expand==BINARY_EXPAND ? OPEN_O_BINARY : 0;
435 Expand = expmode;
436 if (0 < lockflag && Expand == VAL_EXPAND) {
460 Expand < MIN_UNEXPAND
488 if (Expand == BINARY_EXPAND)
496 ! (Expand==VAL_EXPAND || (lockflag<=0 && StrictLocks))
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dconf.h82 # define FOPEN_R_WORK (Expand==BINARY_EXPAND ? "r" : "rb")
84 # define FOPEN_W_WORK (Expand==BINARY_EXPAND ? "w" : "wb")
85 # define FOPEN_WPLUS_WORK (Expand==BINARY_EXPAND ? "w+" : "w+b")
H A Drcssyn.c203 int Expand; variable
330 Expand = KEYVAL_EXPAND;
335 if ((Expand = strn2expmode(cb.string,cb.size)) < 0)
H A Drcsfcmp.c181 if (MIN_UNEXPAND <= Expand) {
H A Drcsgen.c526 if (Expand != KEYVAL_EXPAND)
528 Kexpand, SDELIM, expand_names[Expand], SDELIM
H A Drcsbase.h687 extern int Expand;
H A Drcsfnms.c84 * Fix bug: Expand and Ignored weren't reinitialized.
423 Expand = KEYVAL_EXPAND;
H A Drcsedit.c1054 exp = Expand;
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c196 Expand = expmode;
199 Expand == KEYVAL_EXPAND &&
202 Expand = KEYVALLOCK_EXPAND;
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c222 if (Expand == BINARY_EXPAND)
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c381 && Expand == KEYVAL_EXPAND
412 if (Expand == BINARY_EXPAND)
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Deval.c27 typedef struct Expand { struct
36 } Expand; typedef in typeref:struct:Expand
50 static int varsub ARGS((Expand *xp, char *sp, char *word, int *stypep, int *slenp));
51 static int comsub ARGS((Expand *xp, char *cp));
180 Expand x; /* expansion variables */
703 Expand *xp;
856 register Expand *xp;
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/ci/
H A Dci.c149 * Expand locker value like co. Clean old log messages too.
590 changework = Expand < MIN_UNCHANGED_EXPAND;
722 if (Expand == BINARY_EXPAND)
781 ! (Expand==VAL_EXPAND || lockthis < StrictLocks)
785 /* Expand if it might change or if we can't fix mode, time. */
788 /* Expand keywords in file. */
1228 if (MIN_UNEXPAND <= Expand)
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rcs/
H A Drcs.c558 if (0 <= expmode && Expand != expmode) {
559 Expand = expmode;
1565 if (Expand == BINARY_EXPAND)
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rlog/
H A Drlog.c435 if (!pre5 || Expand != KEYVAL_EXPAND)
437 expand_names[Expand]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev5/
H A Ddiveby3.asm289 C Expand as: one(0)one(1)one(2)one(3)
/netbsd-6-1-5-RELEASE/common/dist/zlib/as400/
H A Dzlib.inc213 D inflate PR 10I 0 extproc('inflate') Expand data
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/as400/
H A Dzlib.inc213 D inflate PR 10I 0 extproc('inflate') Expand data
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tools/
H A Dcvs2cl.pl108 # Expand usernames to email addresses based on a map file?
1856 -U UFILE, --usermap UFILE Expand usernames to email addresses from UFILE
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl176 # Expand usernames to email addresses based on a map file?
2929 Expand usernames to email addresses from I<UFILE>.

Completed in 375 milliseconds

12