Home
last modified time | relevance | path

Searched refs:strcmp (Results 2501 - 2525 of 7705) sorted by relevance

1...<<101102103104105106107108109110>>...309

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dsymlinkat.c67 if (strcmp(buffer, file_name)) { in symlinkat_0100()
/third_party/skia/src/gpu/
H A DGrAutoLocaleSetter.h55 if (0 == strcmp(name, "C")) { in GrAutoLocaleSetter()
/third_party/skia/third_party/externals/libwebp/extras/
H A Dvwebp_sdl.c62 if (!strcmp(argv[c], "-h")) { in main()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dresponseheaders.c33 if (0 != strcmp (method, "GET")) in answer_to_connection()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dquerystring_example.c46 if (0 != strcmp (method, "GET")) in ahc_echo()
/third_party/skia/tests/
H A DSkBase64Test.cpp49 REPORTER_ASSERT(reporter, (strcmp((const char*) (all + offset), dst.get()) == 0)); in DEF_TEST()
/third_party/skia/third_party/externals/freetype/include/freetype/config/
H A Dftstdlib.h96 #define ft_strcmp strcmp
/third_party/skia/third_party/externals/harfbuzz/util/
H A Doutput-options.hh85 if (output_file && 0 != strcmp (output_file, "-")) in post_parse()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_utils.cc73 if (charset_name == NULL || strcmp(charset_name, "") == 0) in GetEncoder()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dtouch.c64 if (!strcmp(s, "-")) { in touch_main()
/third_party/toybox/toys/example/
H A Dlogwrapper.c61 if (!strcmp(list->str, *toys.argv)) break; in logwrapper_main()
/third_party/toybox/toys/other/
H A Dinsmod.c44 char *path = !strcmp(*toys.optargs, "-") ? "/dev/stdin" : *toys.optargs; in insmod_main()
H A Dionice.c88 if (!strcmp(toys.optargs[toys.optc-1], classes[TT.c])) break; in iorenice_main()
H A Dmix.c43 if (!strcmp(channels[channel], TT.c)) break; in mix_main()
/third_party/toybox/toys/pending/
H A Dgroupdel.c35 if (!found && !strcmp(*toys.optargs, grp->gr_mem[i])) found++; in groupdel_main()
/third_party/toybox/toys/posix/
H A Dcomm.c56 int order = strcmp(line[0], line[1]); in comm_main()
H A Dtouch.c71 if (!strcmp(s, "-")) { in touch_main()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmltchar.h66 # define tcscmp strcmp
/third_party/selinux/libsepol/tests/
H A Dtest-expander-users.c52 if (strcmp(role_names[j], p->p_role_val_to_name[i]) == 0) { in check_user_roles()
/third_party/selinux/libselinux/src/
H A Dfsetfilecon.c42 (strcmp(context,ccontext) == 0)) { in fsetfilecon_raw()
H A Dsetexecfilecon.c28 if (!strcmp(mycon, newcon)) { in setexecfilecon()
H A Dmatchmediacon.c46 if (strcmp(media, ptr) == 0) { in matchmediacon()
/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.c194 if (!strcmp(func->name, global_noreturns[i])) in __dead_end_function()
365 if (strcmp(sec->name, ".altinstr_replacement") && in decode_instructions()
366 strcmp(sec->name, ".altinstr_aux") && in decode_instructions()
370 if (!strcmp(sec->name, ".noinstr.text") || in decode_instructions()
371 !strcmp(sec->name, ".entry.text") || in decode_instructions()
1020 if (!strcmp(insn->sec->name, ".altinstr_replacement")) in annotate_call_site()
1181 if (!strcmp(insn->sec->name, ".altinstr_replacement")) in add_jump_destinations()
1994 if (!strcmp(func->name, "__fentry__")) in classify_symbols()
3302 if (!strcmp(insn->sec->name, ".init.text") && !module) in validate_retpoline()
3326 !strcmp(ins in is_kasan_insn()
[all...]
/third_party/ffmpeg/libavutil/
H A Dopt.c284 !strcmp(o_named->unit, o->unit)) { in set_string_number()
335 if (!val || !strcmp(val, "none")) { in set_string_image_size()
383 if (!strcmp(val, "auto")) { in set_string_bool()
412 if (!val || !strcmp(val, "none")) { in set_string_fmt()
563 if (!val || !strcmp(val, "none")) { in av_opt_set()
1207 if (opt->type == AV_OPT_TYPE_CONST && !strcmp(opt->unit, unit) && in get_opt_const_name()
1222 if (opt->type == AV_OPT_TYPE_CONST && !strcmp(opt->unit, unit) && in get_opt_flags_string()
1253 else if (unit && opt->type == AV_OPT_TYPE_CONST && strcmp(unit, opt->unit)) in opt_list()
1807 if (!strcmp(o->name, name) && (o->flags & opt_flags) == opt_flags && in av_opt_find2()
1809 (unit && o->type == AV_OPT_TYPE_CONST && o->unit && !strcmp( in av_opt_find2()
[all...]
/third_party/mksh/
H A Dfuncs.c342 if (*wp && !strcmp(*wp, Tdn)) { in c_print()
1065 bool bg = strcmp(*wp, Tbg) == 0; in c_fgbg()
1112 i = (wp[2] && strcmp(wp[2], "--") == 0) ? 3 : 2; in c_kill()
2639 if (strcmp(wp[0], Tbracket) == 0) { in c_test()
2640 if (strcmp(wp[--argc], "]") != 0) { in c_test()
2761 if (sc1 == tbl->op_text[1] && !strcmp(s, tbl->op_text)) in test_isop()
2996 return (strcmp(opnd1, opnd2) == 0); in test_eval()
3005 return (strcmp(opnd1, opnd2) != 0); in test_eval()
3009 return (strcmp(opnd1, opnd2) < 0); in test_eval()
3013 return (strcmp(opnd in test_eval()
[all...]

Completed in 16 milliseconds

1...<<101102103104105106107108109110>>...309