Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 25 of 63) sorted by relevance

123

/dflybsd-src/contrib/zstd/lib/common/
H A Derror_private.c24 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString()
25 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
26 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString()
27 case PREFIX(version_unsupported): return "Version not supported"; in ERR_getErrorString()
28 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter"; in ERR_getErrorString()
29 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString()
30 case PREFIX(corruption_detected): return "Corrupted block detected"; in ERR_getErrorString()
31 case PREFIX(checksum_wrong): return "Restored data doesn't match checksum"; in ERR_getErrorString()
32 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString()
33 case PREFIX(parameter_outOfBound): return "Parameter is out of bound"; in ERR_getErrorString()
[all …]
/dflybsd-src/contrib/lvm2/dist/scripts/
H A Dclvmd_fix_conf.sh10 PREFIX=$1
14 if [ -z "$PREFIX" ]
29 if [ "$PREFIX" = "UNDO" ]
41 if [ ! -f "$PREFIX/$LIB" ]
43 echo "$PREFIX/$LIB does not exist, did you do a \"make install\" ?"
99 library_dir = "$PREFIX"
123 SEDCMD="${SEDCMD}\ns'^[[:blank:]]*library_dir[[:blank:]]*=.*'\ \ \ \ library_dir = \"$PREFIX\"'g"
125 SEDCMD="${SEDCMD}\n/global[[:blank:]]*{/a\ \ \ \ library_dir = \"$PREFIX\""
/dflybsd-src/contrib/lvm2/dist/test/
H A Dtest-utils.sh31 echo $PREFIX
33 test -n "$PREFIX" && {
34 rm -rf $G_root_/dev/$PREFIX*
35 while dmsetup table | grep -q ^$PREFIX; do
36 for s in `dmsetup table | grep ^$PREFIX| awk '{ print substr($1,1,length($1)-1) }'`; do
107 PREFIX="LVMTEST$$"
116 local name="${PREFIX}$pvname$i"
126 vg=${PREFIX}vg
127 vg1=${PREFIX}vg1
128 vg2=${PREFIX}vg2
H A Dt-mdata-strings.sh22 dmsetup rename "$name" "$PREFIX$pv_ugly"
23 dev1=$(dirname "$dev1")/$PREFIX$pv_ugly
/dflybsd-src/contrib/expat/lib/
H A Dxmltok_impl.c124 # ifndef PREFIX
125 # define PREFIX(ident) ident macro
145 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
182 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
187 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr); in PREFIX()
231 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
276 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
293 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
316 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
336 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
[all …]
H A Dxmltok.c63 # define IGNORE_SECTION_TOK_VTABLE , PREFIX(ignoreSectionTok)
69 {PREFIX(prologTok), PREFIX(contentTok), \
70 PREFIX(cdataSectionTok) IGNORE_SECTION_TOK_VTABLE}, \
71 {PREFIX(attributeValueTok), PREFIX(entityValueTok)}, \
72 PREFIX(nameMatchesAscii), PREFIX(nameLength), PREFIX(skipS), \
73 PREFIX(getAtts), PREFIX(charRefNumber), PREFIX(predefinedEntityName), \
74 PREFIX(updatePosition), PREFIX(isPublicId)
76 #define VTABLE VTABLE1, PREFIX(toUtf8), PREFIX(toUtf16)
303 #define PREFIX(ident) normal_##ident macro
786 # undef PREFIX
[all …]
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dregex.c615 # define PREFIX(name) byte_##name macro
625 # define PREFIX(name) wcs_##name macro
693 static void PREFIX(extract_number) (int *dest, UCHAR_T *source);
695 PREFIX(extract_number) (int *dest, UCHAR_T *source) in PREFIX() function
708 # define EXTRACT_NUMBER(dest, src) PREFIX(extract_number) (&dest, src)
723 static void PREFIX(extract_number_and_incr) (int *destination,
726 PREFIX(extract_number_and_incr) (int *destination, UCHAR_T **source) in PREFIX() function
728 PREFIX(extract_number) (destination, *source); in PREFIX()
735 PREFIX(extract_number_and_incr) (&dest, &src)
768 if (debug) PREFIX(print_partial_compiled_pattern) (s, e)
[all …]
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dregex.c614 # define PREFIX(name) byte_##name macro
624 # define PREFIX(name) wcs_##name macro
692 static void PREFIX(extract_number) (int *dest, UCHAR_T *source);
694 PREFIX(extract_number) (int *dest, UCHAR_T *source) in PREFIX() function
707 # define EXTRACT_NUMBER(dest, src) PREFIX(extract_number) (&dest, src)
722 static void PREFIX(extract_number_and_incr) (int *destination,
725 PREFIX(extract_number_and_incr) (int *destination, UCHAR_T **source) in PREFIX() function
727 PREFIX(extract_number) (destination, *source); in PREFIX()
734 PREFIX(extract_number_and_incr) (&dest, &src)
767 if (debug) PREFIX(print_partial_compiled_pattern) (s, e)
[all …]
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dregex.c614 # define PREFIX(name) byte_##name macro
624 # define PREFIX(name) wcs_##name macro
692 static void PREFIX(extract_number) (int *dest, UCHAR_T *source);
694 PREFIX(extract_number) (int *dest, UCHAR_T *source) in PREFIX() function
707 # define EXTRACT_NUMBER(dest, src) PREFIX(extract_number) (&dest, src)
722 static void PREFIX(extract_number_and_incr) (int *destination,
725 PREFIX(extract_number_and_incr) (int *destination, UCHAR_T **source) in PREFIX() function
727 PREFIX(extract_number) (destination, *source); in PREFIX()
734 PREFIX(extract_number_and_incr) (&dest, &src)
767 if (debug) PREFIX(print_partial_compiled_pattern) (s, e)
[all …]
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dregex.c615 # define PREFIX(name) byte_##name macro
625 # define PREFIX(name) wcs_##name macro
693 static void PREFIX(extract_number) (int *dest, UCHAR_T *source);
695 PREFIX(extract_number) (int *dest, UCHAR_T *source) in PREFIX() function
708 # define EXTRACT_NUMBER(dest, src) PREFIX(extract_number) (&dest, src)
723 static void PREFIX(extract_number_and_incr) (int *destination,
726 PREFIX(extract_number_and_incr) (int *destination, UCHAR_T **source) in PREFIX() function
728 PREFIX(extract_number) (destination, *source); in PREFIX()
735 PREFIX(extract_number_and_incr) (&dest, &src)
768 if (debug) PREFIX(print_partial_compiled_pattern) (s, e)
[all …]
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dregex.c615 # define PREFIX(name) byte_##name macro
625 # define PREFIX(name) wcs_##name macro
693 static void PREFIX(extract_number) (int *dest, UCHAR_T *source);
695 PREFIX(extract_number) (int *dest, UCHAR_T *source) in PREFIX() function
708 # define EXTRACT_NUMBER(dest, src) PREFIX(extract_number) (&dest, src)
723 static void PREFIX(extract_number_and_incr) (int *destination,
726 PREFIX(extract_number_and_incr) (int *destination, UCHAR_T **source) in PREFIX() function
728 PREFIX(extract_number) (destination, *source); in PREFIX()
735 PREFIX(extract_number_and_incr) (&dest, &src)
768 if (debug) PREFIX(print_partial_compiled_pattern) (s, e)
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/config/
H A Delfos.h117 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \ argument
123 __p = stpcpy (&(LABEL)[2], PREFIX); \
140 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \ argument
145 #define ASM_OUTPUT_CASE_LABEL(FILE, PREFIX, NUM, JUMPTABLE) \ argument
148 ASM_OUTPUT_BEFORE_CASE_LABEL (FILE, PREFIX, NUM, JUMPTABLE) \
149 (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM); \
/dflybsd-src/contrib/smbfs/
H A DMakefile.inc4 .if !defined(PREFIX)
9 BINDIR?=${PREFIX}/bin
10 SMBSBINDIR=${PREFIX}/sbin
11 MANDIR=${PREFIX}/man/man
H A DMakefile41 PREFIX?=/usr/local macro
48 echo PREFIX= ${PREFIX} > ${CONFIG_INT}
/dflybsd-src/share/mk/
H A Dsys.mk199 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
200 rm -f ${.PREFIX}.o
204 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
205 rm -f ${.PREFIX}.o
253 ${LEX} -t ${LFLAGS} ${.IMPSRC} > ${.PREFIX}.tmp.c
254 ${CC} ${CFLAGS} -c ${.PREFIX}.tmp.c -o ${.TARGET}
255 rm -f ${.PREFIX}.tmp.c
293 rm -f ${.PREFIX}.o
302 ${LEX} -t ${LFLAGS} ${.IMPSRC} > ${.PREFIX}.tmp.c
303 ${CC} ${CFLAGS} ${LDFLAGS} ${.PREFIX}.tmp.c ${LDLIBS} -ll -o ${.TARGET}
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/config/
H A Delfos.h114 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \ argument
120 __p = stpcpy (&(LABEL)[2], PREFIX); \
137 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \ argument
142 #define ASM_OUTPUT_CASE_LABEL(FILE, PREFIX, NUM, JUMPTABLE) \ argument
145 ASM_OUTPUT_BEFORE_CASE_LABEL (FILE, PREFIX, NUM, JUMPTABLE); \
146 (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM); \
/dflybsd-src/usr.sbin/config/
H A Dmain.c66 char * PREFIX; variable
119 if (freopen(PREFIX = *argv, "r", stdin) == NULL) in main()
120 err(2, "%s", PREFIX); in main()
129 strlcat(destdir, PREFIX, sizeof(destdir)); in main()
397 fi = fopen(PREFIX, "r"); in configfile()
399 err(2, "%s", PREFIX); in configfile()
409 fprintf(fo, "START CONFIG FILE %s\\n\\\n___", PREFIX); in configfile()
421 fprintf(fo, "\\n\\\nEND CONFIG FILE %s\\n\\\n", PREFIX); in configfile()
/dflybsd-src/games/hack/
H A Dhack.objnam.c70 #define PREFIX 15 macro
79 if (i > PREFIX) { in strprepend()
168 char *buf = &(bufr[PREFIX]); /* leave room for "17 -3 " */ in xname()
169 size_t bufmax = sizeof(bufr) - PREFIX; in xname()
337 char prefix[PREFIX]; in doname()
342 bpmax = BUFSZ - PREFIX; in doname()
404 char prefix[PREFIX]; in aobjnam()
408 bpmax = BUFSZ - PREFIX; in aobjnam()
/dflybsd-src/contrib/less/
H A Dlesskey_parse.c430 #define PREFIX(str,pat) (strncmp(str,pat,strlen(pat)) == 0) in control_line() macro
432 if (PREFIX(s, "#line-edit")) in control_line()
437 if (PREFIX(s, "#command")) in control_line()
442 if (PREFIX(s, "#env")) in control_line()
447 if (PREFIX(s, "#stop")) in control_line()
453 if (PREFIX(s, "#version")) in control_line()
/dflybsd-src/gnu/usr.bin/cc47/cc_prep/config/
H A Ddragonfly-native.h1 #undef PREFIX
2 #define PREFIX PREFIX1 macro
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Datt.h86 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \ argument
87 sprintf ((BUF), LOCAL_LABEL_PREFIX "%s%ld", (PREFIX), (long)(NUMBER))
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Datt.h85 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \ argument
86 sprintf ((BUF), LOCAL_LABEL_PREFIX "%s%ld", (PREFIX), (long)(NUMBER))
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcppdefault.c108 const char cpp_PREFIX[] = PREFIX;
109 const size_t cpp_PREFIX_len = sizeof PREFIX - 1;
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcppdefault.c110 const char cpp_PREFIX[] = PREFIX;
111 const size_t cpp_PREFIX_len = sizeof PREFIX - 1;
/dflybsd-src/gnu/usr.bin/cc80/cc_prep/config/
H A Ddragonfly-native.h1 #undef PREFIX
2 #define PREFIX PREFIX1 macro

123