Home
last modified time | relevance | path

Searched refs:tempstr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_print.c95 static char tempstr[256]; variable
191 (void) snprintf(tempstr, sizeof(tempstr), in pr_init()
194 msg_out(tempstr); in pr_init()
302 (void) snprintf(tempstr, sizeof(tempstr), in pr_start2()
305 msg_out(tempstr); in pr_start2()
319 (void) snprintf(tempstr, sizeof(tempstr), in pr_start2()
321 msg_out(tempstr); in pr_start2()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c612 tempstr = BER_BVNULL, in url2query() local
788 tempstr.bv_val = ch_malloc( strlen( lud->lud_filter ) + 1 ); in url2query()
789 tempstr.bv_len = 0; in url2query()
790 if ( filter2template( op, query.filter, &tempstr ) ) { in url2query()
791 ch_free( tempstr.bv_val ); in url2query()
800 if ( bvmatch( &qt->querystr, &tempstr ) ) { in url2query()
829 if ( !BER_BVISNULL( &tempstr ) ) ch_free( tempstr.bv_val ); in url2query()
2975 struct berval tempstr; in pcache_op_search() local
3024 tempstr.bv_val = op->o_tmpalloc( op->ors_filterstr.bv_len+1, in pcache_op_search()
3026 tempstr.bv_len = 0; in pcache_op_search()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19932431 * expprint.c (print_subexp): initialize myprec, assoc, & tempstr.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19932431 * expprint.c (print_subexp): initialize myprec, assoc, & tempstr.