Home
last modified time | relevance | path

Searched refs:suffixcmp (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/sary/sary-1.2.0/sary/
H A Dmerger.c62 static inline gint suffixcmp (const gchar *s1,
194 suffixcmp (const gchar *s1, const gchar *s2, const gchar *eof) in suffixcmp() function
223 cmp = suffixcmp(suffix1, suffix2, eof); in queuecmp()
/dports/devel/tig/tig-2.5.4/src/
H A Dapps.c109 if (suffixcmp(dhlt_path, strlen(dhlt_path), "/diff-highlight.perl")) { in app_diff_highlight_load()
H A Dstring.c49 suffixcmp(const char *str, int slen, const char *suffix) in suffixcmp() function
H A Dstatus.c480 if (!suffixcmp(status->new.name, -1, "/")) { in status_enter()
569 if (type == LINE_STAT_UNTRACKED && !suffixcmp(name, strlen(name), "/")) { in status_update_file()
H A Drefdb.c191 if (!suffixcmp(name, namelen, "^{}")) { in add_to_refs()
H A Doptions.c1209 if (!suffixcmp(name, strlen(name), "-args")) in save_option_settings()
/dports/devel/tig/tig-2.5.4/include/tig/
H A Dstring.h47 int suffixcmp(const char *str, int slen, const char *suffix);
/dports/misc/figlet/figlet-2.2.5/
H A Dfiglet.c326 int suffixcmp(s1, s2) in suffixcmp() function
1044 if (suffixcmp(fontname,FONTFILESUFFIX)) { in getparams()
1048 else if (suffixcmp(fontname,TOILETFILESUFFIX)) { in getparams()
1055 if (suffixcmp(controlname, CONTROLFILESUFFIX)) { in getparams()
/dports/textproc/sary/sary-1.2.0/
H A DChangeLog409 * sary/merger.c (suffixcmp): Refined.
517 * sary/builder.c (suffixcmp): Removed.
685 (suffixcmp): Removed and Integrated to qsortcmp.
1196 * array.c (suffixcmp): Likewise.