Home
last modified time | relevance | path

Searched refs:strnmatch (Results 1 – 25 of 44) sorted by relevance

12

/dports/audio/julius/julius-4.1.2/libsent/src/ngram/
H A Dngram_read_bin.c153 if (strnmatch(p, BINGRAM_IDSTR, strlen(BINGRAM_IDSTR))) { in check_header()
157 } else if (strnmatch(p, BINGRAM_IDSTR_V4, strlen(BINGRAM_IDSTR_V4))) { in check_header()
161 } else if (strnmatch(p, BINGRAM_IDSTR_V5, strlen(BINGRAM_IDSTR_V5))) { in check_header()
171 if (strnmatch(p, BINGRAM_SIZESTR_HEAD, strlen(BINGRAM_SIZESTR_HEAD))) { in check_header()
173 if (! strnmatch(p, BINGRAM_SIZESTR_BODY, strlen(BINGRAM_SIZESTR_BODY))) { in check_header()
176 if (strnmatch(p, BINGRAM_SIZESTR_BODY_2BYTE, strlen(BINGRAM_SIZESTR_BODY_2BYTE))) { in check_header()
186 if (strnmatch(p, BINGRAM_SIZESTR_BODY_4BYTE, strlen(BINGRAM_SIZESTR_BODY_4BYTE))) { in check_header()
203 if (!strnmatch(p, BINGRAM_BYTEORDER_HEAD, strlen(BINGRAM_BYTEORDER_HEAD))) { in check_header()
208 if (! strnmatch(p, BINGRAM_NATURAL_BYTEORDER, strlen(BINGRAM_NATURAL_BYTEORDER))) { in check_header()
H A Dngram_read_arpa.c63 if (strnmatch(buf, "ngram", 5)) { /* n-gram num */ in get_total_info()
562 if (!strnmatch(buf,"\\1-grams",8)) { in ngram_read_arpa()
569 if (!strnmatch(buf,"\\2-grams", 8)) { in ngram_read_arpa()
578 if (strnmatch(buf,"\\3-grams", 8)) { in ngram_read_arpa()
622 if (!strnmatch(buf,"\\1-grams",8)) { in ngram_read_arpa()
633 if (!strnmatch(buf, pbuf, 8)) { in ngram_read_arpa()
642 if (!strnmatch(buf, "\\end", 4)) { in ngram_read_arpa()
697 if (strnmatch(buf, "\\class", 6)) { in ngram_read_arpa()
/dports/audio/julius/julius-4.1.2/libsent/src/voca/
H A Dvoca_lookup.c78 if (strnmatch(keyword,winfo->wname[i], plen) in voca_lookup_wid()
79 && strnmatch(c+1, winfo->woutput[i], totallen-plen-2)) { in voca_lookup_wid()
H A Dvoca_load_wordlist.c395 if (strnmatch(p, "NULL_C", 6)) { in voca_load_wordlist_line()
396 if (strnmatch(&(p[strlen(p)-6]), "NULL_C", 6)) { in voca_load_wordlist_line()
401 } else if (strnmatch(&(p[strlen(p)-6]), "NULL_C", 6)) { in voca_load_wordlist_line()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dttfinstrs.c352 } else if ( strnmatch(pt,"cvt",3)==0 ) { in _IVParse()
452 if ( strnmatch(pt,ff_ttf_instrnames[i],end-pt)==0 && end-pt==strlen(ff_ttf_instrnames[i])) in _IVParse()
456 if ( strnmatch(pt,ff_ttf_instrnames[i],brack-pt+1)==0 ) in _IVParse()
H A Dsfd.c4991 if( !strnmatch( line, *tp, strlen( *tp ))) { in SFDConsumeUntil()
5277 if( !strnmatch( line, "StartChar:", strlen( "StartChar:" ))) { in SFDMoveToNextStartChar()
6748 strnmatch(tok,"ContextSub",10)==0 ? pst_contextsub : in SFDParseChainContext()
6749 strnmatch(tok,"ChainPos",8)==0 ? pst_chainpos : in SFDParseChainContext()
6750 strnmatch(tok,"ChainSub",8)==0 ? pst_chainsub : pst_reversesub; in SFDParseChainContext()
6902 sm->type = strnmatch(tok,"MacIndic",8)==0 ? asm_indic : in SFDParseStateMachine()
6903 strnmatch(tok,"MacContext",10)==0 ? asm_context : in SFDParseStateMachine()
6904 strnmatch(tok,"MacLigature",11)==0 ? asm_lig : in SFDParseStateMachine()
6905 strnmatch(tok,"MacSimple",9)==0 ? asm_simple : in SFDParseStateMachine()
6906 strnmatch(tok,"MacKern",7)==0 ? asm_kern : asm_insert; in SFDParseStateMachine()
[all …]
H A Dsplinesaveafm.c2220 (sf->cidmaster!=NULL && strnmatch(sf->cidmaster->ordering,"Japan",5)==0 )) in PfmSplineFont()
2223 (sf->cidmaster!=NULL && strnmatch(sf->cidmaster->ordering,"Korea",5)==0 )) in PfmSplineFont()
2226 (sf->cidmaster!=NULL && strnmatch(sf->cidmaster->ordering,"CNS",3)==0 )) in PfmSplineFont()
2229 (sf->cidmaster!=NULL && strnmatch(sf->cidmaster->ordering,"GB",2)==0 )) in PfmSplineFont()
/dports/print/fontforge/fontforge-20201107/Unicode/
H A Dchar.c68 int strnmatch(const char *str1, const char *str2, int n) { in strnmatch() function
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dchar.c67 int strnmatch(const char *str1, const char *str2, int n) { in strnmatch() function
H A Dustring.h53 extern int strnmatch(const char *str1, const char *str2, int n);
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dchar.c67 int strnmatch(const char *str1, const char *str2, int n) { in strnmatch() function
H A Dustring.h53 extern int strnmatch(const char *str1, const char *str2, int n);
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dchar.c67 int strnmatch(const char *str1, const char *str2, int n) { in strnmatch() function
H A Dustring.h53 extern int strnmatch(const char *str1, const char *str2, int n);
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dchar.c67 int strnmatch(const char *str1, const char *str2, int n) { in strnmatch() function
H A Dustring.h53 extern int strnmatch(const char *str1, const char *str2, int n);
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dchar.c67 int strnmatch(const char *str1, const char *str2, int n) { in strnmatch() function
H A Dustring.h53 extern int strnmatch(const char *str1, const char *str2, int n);
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dchar.c67 int strnmatch(const char *str1, const char *str2, int n) { in strnmatch() function
H A Dustring.h53 extern int strnmatch(const char *str1, const char *str2, int n);
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dchar.c67 int strnmatch(const char *str1, const char *str2, int n) { in strnmatch() function
H A Dustring.h53 extern int strnmatch(const char *str1, const char *str2, int n);
/dports/audio/julius/julius-4.1.2/libsent/include/sent/
H A Dstddefs.h156 #define strnmatch !strncmp macro
/dports/audio/julius/julius-4.1.2/julius/
H A Dmodule.c242 } else if (strnmatch(command, "GRAMINFO", strlen("GRAMINFO"))) { in msock_exec_command()
244 } else if (strnmatch(command, "CHANGEGRAM", strlen("CHANGEGRAM"))) { in msock_exec_command()
278 } else if (strnmatch(command, "ADDGRAM", strlen("ADDGRAM"))) { in msock_exec_command()
/dports/print/fontforge/fontforge-20201107/inc/
H A Dustring.h74 extern int strnmatch(const char *str1, const char *str2, int n);

12