Home
last modified time | relevance | path

Searched refs:lmax (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/
H A Ddsaschema.c306 static size_t lmax, lcur; variable
311 while ( lcur + len + 1 > lmax ) { \
312 lmax += BUFSIZ; \
313 line = (char *) ch_realloc( line, lmax ); \
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-fsearch.c580 size_t lmin, lmax; in message_fuzzy_index_search() local
590 lmax = (int) (l * (2 / FUZZY_THRESHOLD - 1)); in message_fuzzy_index_search()
591 if (!(lmax <= SHORT_MSG_MAX)) in message_fuzzy_index_search()
596 for (l = lmin; l <= lmax; l++) in message_fuzzy_index_search()
/netbsd-src/sys/lib/libkern/
H A Dlmax.c38 lmax(long a, long b) in lmax() function
H A Dlibkern.h60 LIBKERN_INLINE long lmax(long, long) __unused;
96 lmax(long a, long b) in lmax()
94 lmax(long a, long b) lmax() function
H A DMakefile.libkern68 SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
/netbsd-src/sys/lib/libkern/arch/usermode/
H A DMakefile.inc5 NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dutil.c497 ber_len_t l, lmax; in backsql_entryUUID() local
510 lmax = id->eid_keyval.bv_len < 12 ? id->eid_keyval.bv_len : 12; in backsql_entryUUID()
511 for ( l = 0, i = 9; l < lmax; l++, i += 2 ) { in backsql_entryUUID()
H A Dconfig.c583 int rc = 0, lmax = 0, ldifrc; in read_baseObject() local
610 while (( ldifrc = ldif_read_record( fp, &lineno, &buf, &lmax )) > 0 ) { in read_baseObject()
/netbsd-src/sys/lib/libkern/arch/vax/
H A DMakefile.inc10 NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
/netbsd-src/sys/lib/libkern/arch/mips/
H A DMakefile.inc5 NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dequiv.c105 p->eqvtop = lmax(p->eqvtop, leng-offset); in doequiv()
257 p0->eqvtop = lmax(p0->eqvtop, p->eqvtop - delta);
H A Ddefs.h439 ftnint lmin(ftnint, ftnint), lmax(ftnint, ftnint);
H A Dmisc.c464 ftnint lmax(a, b) in lmax() function
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslapmodify.c68 int lmax; in slapmodify() local
105 lmax = 0; in slapmodify()
141 for( lineno=1; ( ldifrc = ldif_read_record( ldiffp, &nextline, &buf, &lmax )) > 0; in slapmodify()
H A Dslapadd.c88 static int lmax; variable
114 ldifrc = ldif_read_record( ldiffp, &erec->nextline, &buf, &lmax ); in getrec0()
H A Droot_dse.c412 int rc = 0, lmax = 0, ldifrc; in root_dse_read_file() local
433 while(( ldifrc = ldif_read_record( fp, &lineno, &buf, &lmax )) > 0 ) { in root_dse_read_file()
H A Dad.c1147 size_t lmax = LBUFSIZ; in file2anlist() local
1159 lcur = line = (char *) ch_malloc( lmax ); in file2anlist()
1177 lmax += LBUFSIZ; in file2anlist()
1178 line = (char *) ch_realloc( line, lmax ); in file2anlist()
H A Dconfig.c2348 static size_t lmax, lcur; variable
2353 while ( lcur + len + 1 > lmax ) { \
2354 lmax += AC_LINE_MAX; \
2355 line = (char *) ch_realloc( line, lmax ); \
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapmodify.c222 int i = 0, lmax = 0; in main() local
292 &rbuf, &lmax )) > 0 ) in main()
/netbsd-src/usr.sbin/cpuctl/arch/
H A Di386.c2206 uint16_t lmin, lmax; in identifycpu()
2212 lmax = __SHIFTOUT(descs[1], CPUID_MON_MAXSIZE); in identifycpu()
2214 if (lmin != lmax) in identifycpu()
2215 aprint_normal("-%hu", lmax); in identifycpu()
2195 uint16_t lmin, lmax; identifycpu() local
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c2922 unsigned int lmax = debug_info_p->max_loc_offsets; in read_and_display_attr_value() local
2925 if (lmax == 0 || num >= lmax) in read_and_display_attr_value()
2927 lmax += 1024; in read_and_display_attr_value()
2930 lmax, sizeof (*debug_info_p->loc_offsets)); in read_and_display_attr_value()
2933 lmax, sizeof (*debug_info_p->loc_views)); in read_and_display_attr_value()
2936 lmax, sizeof (*debug_info_p->have_frame_base)); in read_and_display_attr_value()
2937 debug_info_p->max_loc_offsets = lmax; in read_and_display_attr_value()
3011 unsigned int lmax = debug_info_p->max_range_lists; in read_and_display_attr_value() local
3014 if (lmax == 0 || num >= lmax) in read_and_display_attr_value()
3016 lmax += 1024; in read_and_display_attr_value()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c2879 unsigned int lmax = debug_info_p->max_loc_offsets; in read_and_display_attr_value() local
2882 if (lmax == 0 || num >= lmax) in read_and_display_attr_value()
2884 lmax += 1024; in read_and_display_attr_value()
2887 lmax, sizeof (*debug_info_p->loc_offsets)); in read_and_display_attr_value()
2890 lmax, sizeof (*debug_info_p->loc_views)); in read_and_display_attr_value()
2893 lmax, sizeof (*debug_info_p->have_frame_base)); in read_and_display_attr_value()
2894 debug_info_p->max_loc_offsets = lmax; in read_and_display_attr_value()
2953 unsigned int lmax = debug_info_p->max_range_lists; in read_and_display_attr_value() local
2956 if (lmax == 0 || num >= lmax) in read_and_display_attr_value()
2958 lmax += 1024; in read_and_display_attr_value()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c3399 static size_t lmax, lcur; variable
3404 while ( lcur + len + 1 > lmax ) { \
3405 lmax += AC_LINE_MAX; \
3406 line = (char *)ch_realloc( line, lmax ); \
/netbsd-src/external/bsd/kyua-cli/dist/bootstrap/
H A Dtestsuite931 lmax = 79
938 if (i > 1 && len + l > lmax) {
/netbsd-src/share/man/man9/
H A DMakefile417 imax.9 lmax.9 \

12