Home
last modified time | relevance | path

Searched refs:SUFFIX (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-10-stable/usr.sbin/pc-sysinstall/backend/
Dfunctions.sh316 local SUFFIX
319 SUFFIX=`echo "${FILE}" | sed -E 's|^(.+)\.(.+)$|\2|'`
322 SUFFIX=`echo "${SUFFIX}" | tr A-Z a-z`
323 case "${SUFFIX}" in
/freebsd-10-stable/contrib/gdb/gdb/
Devent-top.c187 length = strlen (PREFIX (0)) + strlen (gdb_prompt) + strlen (SUFFIX (0)) + 1; in cli_command_loop()
191 strcat (a_prompt, SUFFIX (0)); in cli_command_loop()
281 strlen (SUFFIX (0)) + in display_gdb_prompt()
291 strcat (new_prompt, SUFFIX (0)); in display_gdb_prompt()
320 if (!PREFIX (0) || !PROMPT (0) || !SUFFIX (0)) in change_annotation_level()
330 if (!strcmp (PREFIX (0), "") && !strcmp (SUFFIX (0), "")) in change_annotation_level()
348 if (strcmp (PREFIX (0), "") && strcmp (SUFFIX (0), "")) in change_annotation_level()
374 SUFFIX (0) = savestring (suffix, strlen (suffix)); in push_prompt()
396 xfree (SUFFIX (0)); in pop_prompt()
Devent-top.h75 #define SUFFIX(X) the_prompts.prompt_stack[the_prompts.top + X].suffix macro
Dtop.c1728 SUFFIX (0) = ""; in init_main()
/freebsd-10-stable/usr.bin/gzip/
Dgzip.c133 #define SUFFIX(Z, N) {Z, sizeof Z - 1, N} macro
134 SUFFIX(GZ_SUFFIX, ""), /* Overwritten by -S .xxx */
136 SUFFIX(GZ_SUFFIX, ""),
137 SUFFIX(".z", ""),
138 SUFFIX("-gz", ""),
139 SUFFIX("-z", ""),
140 SUFFIX("_z", ""),
141 SUFFIX(".taz", ".tar"),
142 SUFFIX(".tgz", ".tar"),
144 SUFFIX(BZ2_SUFFIX, ""),
[all …]
/freebsd-10-stable/contrib/gdb/gdb/tui/
Dtui-interp.c132 length = strlen (PREFIX (0)) + strlen (gdb_prompt) + strlen (SUFFIX (0)) + 1; in tui_command_loop()
136 strcat (a_prompt, SUFFIX (0)); in tui_command_loop()
/freebsd-10-stable/contrib/libarchive/libarchive/
Darchive_ppmd8.c32 #define SUFFIX(ctx) CTX((ctx)->Suffix) macro
516 if (!SUCCESSOR(s) && (!SUFFIX(ctx)->NumStats || SUFFIX(ctx)->Flags == 0xFF)) in RemoveBinContexts()
559 for (c = p->MaxContext; c != c1; c = SUFFIX(c)) in RestoreModel()
571 for (; c != p->MinContext; c = SUFFIX(c)) in RestoreModel()
586 p->MaxContext = SUFFIX(p->MaxContext); in RestoreModel()
599 p->MaxContext = SUFFIX(p->MaxContext); in RestoreModel()
627 c = SUFFIX(c); in CreateSuccessors()
645 s->Freq = (Byte)(s->Freq + (!SUFFIX(c)->NumStats & (s->Freq < 24))); in CreateSuccessors()
720 c = SUFFIX(c); in ReduceOrder()
738 c = SUFFIX(c); in ReduceOrder()
[all …]
Darchive_ppmd7.c47 #define SUFFIX(ctx) CTX((ctx)->Suffix) macro
390 c = SUFFIX(c); in CreateSuccessors()
462 c = SUFFIX(p->MinContext); in UpdateModel()
536 for (c = p->MaxContext; c != p->MinContext; c = SUFFIX(c)) in UpdateModel()
674 (nonMasked < (unsigned)SUFFIX(p->MinContext)->NumStats - p->MinContext->NumStats) + in Ppmd7_MakeEscFreq()
/freebsd-10-stable/usr.bin/file2c/tests/
Dregress.3.out5 SUFFIX
/freebsd-10-stable/usr.sbin/ctm/ctm_rmail/
Doptions.h128 #define SUFFIX(x,str) \ macro
/freebsd-10-stable/tools/regression/include/tgmath/
Dtgmath.c187 #define PASS_REAL_ARG_REAL_RET_(FNC, SUFFIX) \ argument
191 n_long_double ## SUFFIX == 2 && \
200 n_double ## SUFFIX == 8 && \
203 n_float ## SUFFIX == 2
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
Dupdate-leap.in185 ($TMP_FH, $TMP_FILE) = tempfile(UNLINK => 1, SUFFIX => '.list');
/freebsd-10-stable/crypto/openssl/
Dconfig24 SUFFIX=""
/freebsd-10-stable/contrib/ntp/
DINSTALL102 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
/freebsd-10-stable/contrib/less/
DINSTALL110 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
/freebsd-10-stable/contrib/gperf/
DINSTALL105 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
/freebsd-10-stable/sys/cam/scsi/
Dscsi_ses.h38 #define MK_ENUM(S, F, SUFFIX) S ## _ ## F ## SUFFIX argument
/freebsd-10-stable/contrib/ofed/management/opensm/
DINSTALL123 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
/freebsd-10-stable/contrib/groff/
DINSTALL.gen123 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZOperands.td72 // choices for the same underlying addressing mode. SUFFIX is similarly
/freebsd-10-stable/contrib/file/
DINSTALL197 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
/freebsd-10-stable/contrib/amd/
DINSTALL197 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
/freebsd-10-stable/contrib/sqlite3/
DINSTALL197 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
/freebsd-10-stable/contrib/byacc/
Dconfigure669 --program-suffix=SUFFIX append SUFFIX to installed program names
/freebsd-10-stable/contrib/binutils/
Dlibtool.m47045 # strip PREFIX and SUFFIX off of NAME.
7046 # PREFIX and SUFFIX must not contain globbing or regex special
7047 # characters, hashes, percent signs, but SUFFIX may contain a leading
7098 # strip PREFIX and SUFFIX off of NAME.
7099 # PREFIX and SUFFIX must not contain globbing or regex special
7100 # characters, hashes, percent signs, but SUFFIX may contain a leading

123