Lines Matching refs:strncmp
288 (!strncmp(line, name, sizeof(name) - 1) && \ in __res_vinit()
509 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) { in res_setoptions()
519 } else if (!strncmp(cp, "timeout:", sizeof("timeout:") - 1)) { in res_setoptions()
529 } else if (!strncmp(cp, "attempts:", sizeof("attempts:") - 1)){ in res_setoptions()
539 } else if (!strncmp(cp, "debug", sizeof("debug") - 1)) { in res_setoptions()
548 } else if (!strncmp(cp, "no_tld_query", in res_setoptions()
550 !strncmp(cp, "no-tld-query", in res_setoptions()
553 } else if (!strncmp(cp, "inet6", sizeof("inet6") - 1)) { in res_setoptions()
555 } else if (!strncmp(cp, "rotate", sizeof("rotate") - 1)) { in res_setoptions()
557 } else if (!strncmp(cp, "no-check-names", in res_setoptions()
562 else if (!strncmp(cp, "edns0", sizeof("edns0") - 1)) { in res_setoptions()
566 else if (!strncmp(cp, "dname", sizeof("dname") - 1)) { in res_setoptions()
569 else if (!strncmp(cp, "nibble:", sizeof("nibble:") - 1)) { in res_setoptions()
577 else if (!strncmp(cp, "nibble2:", sizeof("nibble2:") - 1)) { in res_setoptions()
585 else if (!strncmp(cp, "v6revmode:", sizeof("v6revmode:") - 1)) { in res_setoptions()
588 if (!strncmp(cp, "single", sizeof("single") - 1)) { in res_setoptions()
590 } else if (!strncmp(cp, "both", sizeof("both") - 1)) { in res_setoptions()