Home
last modified time | relevance | path

Searched refs:get_intval (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/
H A Dmpfr.c903 get_intval(NODE *t1, int argnum, const char *op) in get_intval() function
982 pz1 = get_intval(t1, 1, "lshift"); in do_mpfr_lshift()
983 pz2 = get_intval(t2, 2, "lshift"); in do_mpfr_lshift()
1014 pz1 = get_intval(t1, 1, "rshift"); in do_mpfr_rshift()
1015 pz2 = get_intval(t2, 2, "rshift"); in do_mpfr_rshift()
1043 pz2 = get_intval(t2, nargs, "and"); in do_mpfr_and()
1048 pz1 = get_intval(t1, nargs - i, "and"); in do_mpfr_and()
1075 pz2 = get_intval(t2, nargs, "or"); in do_mpfr_or()
1080 pz1 = get_intval(t1, nargs - i, "or"); in do_mpfr_or()
1106 pz2 = get_intval(t2, nargs, "xor"); in do_mpfr_xor()
[all …]
H A DChangeLog.12753 * mpfr.c (do_mpfr_compl, get_intval): Ditto.
3456 (do_mpfr_func, do_mpfr_int, do_mpfr_compl, get_intval, do_mpfr_srand):
6731 (get_intval, free_intval): New functions.
/dports/security/pam-modules/pam-modules-2.2/pam_ldaphome/
H A Dpam_ldaphome.c164 get_intval(struct gray_env *env, const char *name, int base, unsigned long *pv) in get_intval() function
355 if (get_intval(env, "ldap-version", 10, &lval) == 0) { in ldap_connect()
768 if (get_intval(env, "min-uid", 10, &ival) == 0) { in check_user_groups()
776 if (get_intval(env, "min-gid", 10, &ival) == 0) { in check_user_groups()
1222 if (get_intval(env, "copy-buf-size", 10, &n) == 0) in populate_homedir()
1460 switch (get_intval(env, "keyfile-mode", 8, &mode)) { in store_pubkeys()
1633 if (get_intval(env, "home-dir-mode", 8, &mode) == -1) in create_home_dir()
1985 get_intval(env, "exec-timeout", 10, &timeout_option); in run_prog()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/marvell-bmc/
H A Dmarvell_mod.c538 get_intval(const char *fname, int *val) in get_intval() function
2071 err = get_intval(h->switch_s[i].filename, &value); in get_readings()
2099 err = get_intval(filename, &value); in get_readings()
2114 err = get_intval(filename, &value); in get_readings()
2307 err = get_intval(filename, &val); in scan_sensors()
3268 rv = get_intval(RESET_REASON_FILE, &val); in ipmi_sim_module_post_init()
/dports/security/pam-modules/pam-modules-2.2/
H A DChangeLog440 * pam_ldaphome/pam_ldaphome.c (get_intval): Take additional