Searched refs:suff (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-9.3-release/contrib/gcc/
H A Dcppspec.c142 const char *const *suff; local
144 for (suff = known_suffixes; *suff; suff++)
145 if (!strcmp (*suff, &argv[i][l - strlen(*suff)]))
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dstr.c79 /* Return TRUE if 'str' ends in suffix 'suff' */
81 suffix(const char *str, const char *suff) argument
87 if (idx && !strcmp(idx + 1, suff))
H A Dfile.c342 char suff[80]; local
352 strcpy(suff, cp + 1);
353 if (strchr(suff, 'z') || strchr(suff, 'Z')) {
354 if (strchr(suff, 'b'))
/freebsd-9.3-release/usr.bin/make/
H A Dsuff.c38 * @(#)suff.c 8.4 (Berkeley) 3/21/94
45 * suff.c --
108 #include "suff.h"
152 Suff *suff; /* The suffix on the file */ member in struct:Src
174 * See if suff is a suffix of str.
853 SuffSrcCreate(char *file, char *prefix, Suff *suff, Src *parent, GNode *node) argument
860 s->suff = suff;
893 Suff *suff; local
899 LST_FOREACH(ln, &targ->suff
1085 Suff *suff; /* Suffix on matching beastie */ local
[all...]
H A DMakefile10 lst.c main.c make.c parse.c proc.c shell.c str.c suff.c targ.c \
/freebsd-9.3-release/contrib/bmake/
H A Dsuff.c1 /* $NetBSD: suff.c,v 1.70 2013/05/18 13:13:34 sjg Exp $ */
72 static char rcsid[] = "$NetBSD: suff.c,v 1.70 2013/05/18 13:13:34 sjg Exp $";
77 static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94";
79 __RCSID("$NetBSD: suff.c,v 1.70 2013/05/18 13:13:34 sjg Exp $");
85 * suff.c --
185 Suff *suff; /* The suffix on the file */ member in struct:_Src
274 * See if suff is a suffix of str. sd->ename should point to THE END
1198 s2->suff = s;
1216 s2->suff = s;
1256 Lst_ForEach(targ->suff
1416 Suff *suff; /* Suffix on matching beastie */ local
1739 Suff *suff = gn->suffix; local
[all...]
H A DMakefile24 suff.c \
H A Dparse.c2133 char *suff; local
2136 if ((suff = strrchr(file, '.'))) {
2137 suffPath = Suff_GetPath(suff);
H A Dconfigure933 -program-suffix | --program-suffix | --program-suffi | --program-suff \
937 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntploopstat391 local($fname,$suff) = ($logfile);
401 ;# $suff determines which samples end up in the same file
406 $suff = sprintf("%04d%02d%02d",$y+1900,$m+1,$d);
407 $fname .= $suff;
/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c586 const char *bn, *suff; local
594 suff = lbasename(bn, '.');
596 if (strcmp(suff, "ln") == 0) {
603 if (!is_stdin && strcmp(suff, "c") != 0 &&
604 (strncmp(bn, "llib-l", 6) != 0 || bn != suff)) {
623 ofn = xmalloc(strlen(bn) + (bn == suff ? 4 : 2));
624 len = bn == suff ? strlen(bn) : (size_t)((suff - 1) - bn);
/freebsd-9.3-release/usr.bin/grep/regex/
H A Dtre-fastmatch.c411 int *suff = xmalloc(plen * sizeof(int)); \
412 if (suff == NULL) \
415 suff[plen - 1] = plen; \
419 if (i > g && suff[i + plen - 1 - f] < i - g) \
420 suff[i] = suff[i + plen - 1 - f]; \
428 suff[i] = f - g; \
436 if (suff[i] == i + 1) \
441 arr[plen - 1 - suff[i]] = plen - 1 - i; \
443 xfree(suff); \
[all...]
/freebsd-9.3-release/usr.sbin/config/
H A Dmkmakefile.c654 char *suff, *SUFF; local
659 suff = ns(tag + 7);
660 SUFF = ns(suff);
662 slen = strlen(suff);
671 if (strcasecmp(&tp->f_fn[len - slen], suff) != 0)
/freebsd-9.3-release/usr.bin/bmake/
H A DMakefile40 suff.c \
/freebsd-9.3-release/usr.sbin/pkg_install/create/
H A Dperform.c354 make_dist(const char *homedir, const char *pkg, const char *suff, Package *plist) argument
372 snprintf(tball, FILENAME_MAX, "%s.%s", pkg, suff);
374 snprintf(tball, FILENAME_MAX, "%s/%s.%s", homedir, pkg, suff);
389 if (strchr(suff, 'z')) { /* Compress/gzip/bzip2? */
/freebsd-9.3-release/usr.bin/gzip/
H A Dgzip.c1217 const suffixes_t *suff; local
1244 if (fflag == 0 && (suff = check_suffix(file, 0)) &&
1245 suff->zipped[0] != 0) {
1247 file, suff->zipped);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp700 static bool has(StringRef suff, StringRef &text) { argument
701 if (text.endswith(suff)) {
702 text = text.substr(0, text.size()-suff.size());
/freebsd-9.3-release/contrib/gperf/
H A Dconfigure860 -program-suffix | --program-suffix | --program-suffi | --program-suff \
864 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
/freebsd-9.3-release/contrib/gperf/doc/
H A Dconfigure863 -program-suffix | --program-suffix | --program-suffi | --program-suff \
867 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
/freebsd-9.3-release/contrib/groff/
H A Dconfigure747 -program-suffix | --program-suffix | --program-suffi | --program-suff \
751 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
9832 suff=`echo $f | sed -e "s;$sys_tmac_prefix;;"`
9833 case "$suff" in
9838 || tmac_wrap="$tmac_wrap $suff" ;;
9858 suff=`echo $f | sed -e "s;$sys_tmac_prefix;;"`
9859 case "$suff" in
9863 tmac_wrap="$tmac_wrap $suff" ;;
/freebsd-9.3-release/contrib/gperf/lib/
H A Dconfigure885 -program-suffix | --program-suffix | --program-suffi | --program-suff \
889 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
/freebsd-9.3-release/contrib/gperf/src/
H A Dconfigure885 -program-suffix | --program-suffix | --program-suffi | --program-suff \
889 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
/freebsd-9.3-release/contrib/less/
H A Dconfigure926 -program-suffix | --program-suffix | --program-suffi | --program-suff \
930 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
/freebsd-9.3-release/contrib/gcclibs/libssp/
H A Dconfigure513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dconfigure476 -program-suffix | --program-suffix | --program-suffi | --program-suff \
480 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)

Completed in 433 milliseconds

123