Searched refs:newnum (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl2/gmake/dist/tests/
H A Dtest_driver.pl357 local($newnum);
361 $newnum = shift @_;
362 if ($newnum > $num)
364 $num = $newnum;
/netbsd-current/external/bsd/nsd/dist/
H A Dixfr.h251 int oldtemp, int newnum, int newtemp);
H A Dquery.c1161 size_t newnum = 0; local
1192 newnum = query_synthesize_cname(q, answer, name, newname,
1194 if(!newnum) {
1206 answer_lookup_zone(nsd, q, answer, newnum,
H A Dixfr.c1843 int oldtemp, int newnum, int newtemp)
1849 make_ixfr_name_temp(ixfrfile_new, sizeof(ixfrfile_new), zfile, newnum,
1842 ixfr_rename_it(const char* zname, const char* zfile, int oldnum, int oldtemp, int newnum, int newtemp) argument
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Ddaemon.c1951 slapd_socket_realloc( int newnum )
1954 int newmask = newnum - 1;
3198 slapd_daemon_resize( int newnum )
3202 if ( newnum == slapd_daemon_threads )
3213 if ( newnum > slapd_daemon_threads ) {
3214 wake_sds = ch_realloc( wake_sds, newnum * sizeof( sdpair ));
3215 slap_daemon = ch_realloc( slap_daemon, newnum * sizeof( slap_daemon_st ));
3217 for ( i=slapd_daemon_threads; i<newnum; i++ )
3230 for ( i=0; i<newnum; i++ )
3233 slapd_socket_realloc( newnum );
[all...]
H A Dproto-slap.h883 LDAP_SLAPD_F (int) slapd_daemon_resize( int newnum );
/netbsd-current/sys/opencrypto/
H A Dcryptosoft.c777 u_int32_t newnum; local
782 newnum = CRYPTO_SW_SESSIONS;
784 newnum = swcr_sesnum *= 2;
786 newsessions = kmem_zalloc(newnum * sizeof(struct swcr_data *),
800 swcr_sesnum = newnum;
/netbsd-current/sbin/fsck_ext2fs/
H A Ddir.c502 changeino(ino_t dir, const char *name, ino_t newnum) argument
512 idesc.id_parent = newnum; /* new value for name */
/netbsd-current/sbin/fsck_lfs/
H A Ddir.c532 changeino(ino_t dir, const char *name, ino_t newnum) argument
542 idesc.id_parent = newnum; /* new value for name */
/netbsd-current/sbin/fsck_ffs/
H A Ddir.c691 changeino(ino_t dir, const char *name, ino_t newnum) argument
703 idesc.id_parent = newnum; /* new value for name */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtracepoint.c2960 int newnum; local
2968 newnum = target_trace_find (tfind_number, num, 0, 0, NULL);
2970 if (newnum != num)
2973 set_traceframe_num (newnum);
H A Dremote.c8246 int newnum;
8255 newnum = target_trace_find (tfind_number,
8259 if (newnum != get_traceframe_number ())
8236 int newnum; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtracepoint.c2935 int newnum; local
2943 newnum = target_trace_find (tfind_number, num, 0, 0, NULL);
2945 if (newnum != num)
2948 set_traceframe_num (newnum);
H A Dremote.c8598 int newnum;
8607 newnum = target_trace_find (tfind_number,
8611 if (newnum != get_traceframe_number ())

Completed in 302 milliseconds