Lines Matching refs:strncmp

308 	(!strncmp(line, name, sizeof(name) - 1) && \  in __res_vinit()
599 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) { in res_setoptions()
609 } else if (!strncmp(cp, "timeout:", sizeof("timeout:") - 1)) { in res_setoptions()
620 } else if (!strncmp(cp, "retrans:", sizeof("retrans:") - 1)) { in res_setoptions()
627 } else if (!strncmp(cp, "retry:", sizeof("retry:") - 1)){ in res_setoptions()
635 } else if (!strncmp(cp, "attempts:", sizeof("attempts:") - 1)){ in res_setoptions()
645 } else if (!strncmp(cp, "debug", sizeof("debug") - 1)) { in res_setoptions()
654 } else if (!strncmp(cp, "no_tld_query", in res_setoptions()
656 !strncmp(cp, "no-tld-query", in res_setoptions()
659 } else if (!strncmp(cp, "inet6", sizeof("inet6") - 1)) { in res_setoptions()
661 } else if (!strncmp(cp, "insecure1", sizeof("insecure1") - 1)) { in res_setoptions()
663 } else if (!strncmp(cp, "insecure2", sizeof("insecure2") - 1)) { in res_setoptions()
665 } else if (!strncmp(cp, "rotate", sizeof("rotate") - 1)) { in res_setoptions()
667 } else if (!strncmp(cp, "usevc", sizeof("usevc") - 1)) { in res_setoptions()
669 } else if (!strncmp(cp, "no-check-names", in res_setoptions()
672 } else if (!strncmp(cp, "reload-period:", in res_setoptions()
680 else if (!strncmp(cp, "edns0", sizeof("edns0") - 1)) { in res_setoptions()
685 else if (!strncmp(cp, "dname", sizeof("dname") - 1)) { in res_setoptions()
688 else if (!strncmp(cp, "nibble:", sizeof("nibble:") - 1)) { in res_setoptions()
696 else if (!strncmp(cp, "nibble2:", sizeof("nibble2:") - 1)) { in res_setoptions()
704 else if (!strncmp(cp, "v6revmode:", sizeof("v6revmode:") - 1)) { in res_setoptions()
707 if (!strncmp(cp, "single", sizeof("single") - 1)) { in res_setoptions()
709 } else if (!strncmp(cp, "both", sizeof("both") - 1)) { in res_setoptions()