Home
last modified time | relevance | path

Searched refs:match_format (Results 1 – 16 of 16) sorted by relevance

/dports/devel/bpython/bpython-0.22.1/bpython/curtsiesfrontend/
H A Dreplpainter.py61 def matches_lines(rows, columns, matches, current, config, match_format): argument
69 matches = [match_format(m) for m in matches]
71 current = match_format(current)
194 match_format, argument
215 match_format,
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/
H A Dout.c101 int match_format(const char * format, const char * literal, size_t s) in match_format() function
147 ( match_format ( ( format ), ( literal ), sizeof ( literal ) ) == 0 ) in KOutVMsg()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/
H A Dout.c101 int match_format(const char * format, const char * literal, size_t s) in match_format() function
147 ( match_format ( ( format ), ( literal ), sizeof ( literal ) ) == 0 ) in KOutVMsg()
/dports/audio/juke/juke-0.7/src/
H A Ddir.c32 static int match_format (struct CONFIG *cfg, char *s) in match_format() function
242 format = match_format (cfg, d->d_name); in add_items()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Derror_logger_h_SUITE.erl273 match_format(Head, Args, Lines, AtNode, Depth);
291 match_format(Tag, [Format,Args], [Head|Lines], AtNode, Depth) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Derror_logger_h_SUITE.erl273 match_format(Head, Args, Lines, AtNode, Depth);
291 match_format(Tag, [Format,Args], [Head|Lines], AtNode, Depth) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Derror_logger_h_SUITE.erl273 match_format(Head, Args, Lines, AtNode, Depth);
291 match_format(Tag, [Format,Args], [Head|Lines], AtNode, Depth) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Derror_logger_h_SUITE.erl273 match_format(Head, Args, Lines, AtNode, Depth);
291 match_format(Tag, [Format,Args], [Head|Lines], AtNode, Depth) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Derror_logger_h_SUITE.erl273 match_format(Head, Args, Lines, AtNode, Depth);
291 match_format(Tag, [Format,Args], [Head|Lines], AtNode, Depth) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Derror_logger_h_SUITE.erl273 match_format(Head, Args, Lines, AtNode, Depth);
291 match_format(Tag, [Format,Args], [Head|Lines], AtNode, Depth) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Derror_logger_h_SUITE.erl273 match_format(Head, Args, Lines, AtNode, Depth);
291 match_format(Tag, [Format,Args], [Head|Lines], AtNode, Depth) -> function
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dsvgalib.c601 static inline int match_format(const struct svga_fb_format *frm, in match_format() function
628 int i = match_format(frm, var); in svga_match_format()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dsvgalib.c601 static inline int match_format(const struct svga_fb_format *frm, in match_format() function
628 int i = match_format(frm, var); in svga_match_format()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dsvgalib.c601 static inline int match_format(const struct svga_fb_format *frm, in match_format() function
628 int i = match_format(frm, var); in svga_match_format()
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Danim_movie.c1009 static int match_format(const char *name, AVFormatContext *pFormatCtx) in match_format() function
1043 if (match_format(*p++, pFormatCtx)) { in ffmpeg_seek_by_byte()
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.c1339 LYS_INFORMAT format_aux, match_format = 0; in lys_search_localfile() local
1468 match_format = format_aux; in lys_search_localfile()
1477 match_format = format_aux; in lys_search_localfile()
1495 match_format = format_aux; in lys_search_localfile()
1506 (*format) = match_format; in lys_search_localfile()