Searched refs:lim (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/sunrpc/ |
D | xdr_float.c | 89 struct sgl_limits *lim; in xdr_float() local 97 for (i = 0, lim = sgl_limits; in xdr_float() 99 i++, lim++) { in xdr_float() 100 if ((vs.mantissa2 == lim->s.mantissa2) && in xdr_float() 101 (vs.exp == lim->s.exp) && in xdr_float() 102 (vs.mantissa1 == lim->s.mantissa1)) { in xdr_float() 103 is = lim->ieee; in xdr_float() 127 for (i = 0, lim = sgl_limits; in xdr_float() 129 i++, lim++) { in xdr_float() 130 if ((is.exp == lim->ieee.exp) && in xdr_float() [all …]
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | setrlimit.c | 30 struct rlimit lim; in __setrlimit() local 38 lim = *rlimits; in __setrlimit() 44 if (lim.rlim_cur > lim.rlim_max) in __setrlimit() 45 lim.rlim_cur = lim.rlim_max; in __setrlimit() 49 _hurd_rlimits[resource] = lim; in __setrlimit()
|
D | getrlimit.c | 28 struct rlimit lim; in __getrlimit() local 38 lim = _hurd_rlimits[resource]; in __getrlimit() 42 *rlimits = lim; in __getrlimit()
|
/glibc-2.36/stdio-common/ |
D | bug23-4.c | 11 struct rlimit lim; in main() local 12 getrlimit (RLIMIT_STACK, &lim); in main() 13 lim.rlim_cur = 1048576; in main() 14 setrlimit (RLIMIT_STACK, &lim); in main()
|
/glibc-2.36/math/ |
D | test-nan-overflow.c | 32 struct rlimit lim; in do_test() local 33 getrlimit (RLIMIT_STACK, &lim); in do_test() 34 lim.rlim_cur = STACK_LIM; in do_test() 35 setrlimit (RLIMIT_STACK, &lim); in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-ttyname.c | 255 struct rlimit lim; in adjust_file_limit() local 256 if (getrlimit (RLIMIT_NOFILE, &lim) != 0) in adjust_file_limit() 258 if (lim.rlim_cur < desired_limit) in adjust_file_limit() 261 (unsigned long long int) lim.rlim_cur, in adjust_file_limit() 263 lim.rlim_cur = desired_limit; in adjust_file_limit() 264 if (setrlimit (RLIMIT_NOFILE, &lim) != 0) in adjust_file_limit()
|
/glibc-2.36/hurd/ |
D | hurdrlimit.c | 45 #define I(lim, val) case RLIMIT_##lim: _hurd_rlimits[i].rlim_cur = (val); break in init_rlimit() argument
|
D | hurdfault.c | 192 const mach_port_limits_t lim = { mpl_qlimit: 1 }; in _hurdsig_fault_init() local 193 assert (MACH_PORT_RECEIVE_STATUS_COUNT == sizeof lim / sizeof (natural_t)); in _hurdsig_fault_init() 196 (mach_port_info_t) &lim, in _hurdsig_fault_init()
|
/glibc-2.36/localedata/locales/ |
D | li_BE | 51 lang_term "lim" 52 lang_lib "lim"
|
D | li_NL | 51 lang_term "lim" 52 lang_lib "lim"
|
/glibc-2.36/locale/ |
D | iso-639.def | 282 DEFINE_LANGUAGE_CODE ("Limburgan; Limburger; Limburgish", li, lim, lim)
|
/glibc-2.36/posix/ |
D | regexec.c | 1969 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit; in check_dst_limits_calc_pos() local 1973 if (str_idx < lim->subexp_from) in check_dst_limits_calc_pos() 1976 if (lim->subexp_to < str_idx) in check_dst_limits_calc_pos() 1980 boundaries = (str_idx == lim->subexp_from); in check_dst_limits_calc_pos() 1981 boundaries |= (str_idx == lim->subexp_to) << 1; in check_dst_limits_calc_pos()
|
/glibc-2.36/ |
D | Makerules | 1370 $(stdio_lim:lim.h=%.h) $(stdio_lim:lim.h=%.d): $(stdio_lim:lim.h=%.st); @:
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 986 relative to lim's start and end positions. Do not accept eclosures,
|
D | ChangeLog.14 | 14809 * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
|