strncmp 234 anacron/readtab.c if (!strncmp ("@monthly", periods, 8)) { strncmp 236 anacron/readtab.c } else if (!strncmp("@yearly", periods, 7) || !strncmp("@annually", periods, 9) || !strncmp(/* backwards compat misspelling */"@annualy", periods, 8)) { strncmp 238 anacron/readtab.c } else if (!strncmp ("@daily", periods, 6)) { strncmp 240 anacron/readtab.c } else if (!strncmp ("@weekly", periods, 7)) { strncmp 315 anacron/readtab.c if (strncmp(env_var, "START_HOURS_RANGE", 17) == 0) strncmp 328 anacron/readtab.c else if (strncmp(env_var, "RANDOM_DELAY", 12) == 0) { strncmp 336 anacron/readtab.c else if (strncmp(env_var, "PREFERRED_HOUR", 14) == 0) { strncmp 652 src/database.c if ((len > 8) && (strncmp(dp->d_name + len - 8, ".rpmsave", 8) == 0)) strncmp 654 src/database.c if ((len > 8) && (strncmp(dp->d_name + len - 8, ".rpmorig", 8) == 0)) strncmp 656 src/database.c if ((len > 7) && (strncmp(dp->d_name + len - 7, ".rpmnew", 7) == 0)) strncmp 419 src/do_command.c && strncmp(MailCmd,"off",3) && !SyslogOutput) { strncmp 150 src/env.c if (strncmp(*name, *procenv, namelen) == 0 strncmp 298 src/env.c if ((q - p) == len && !strncmp(p, name, len))