Home
last modified time | relevance | path

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

/netbsd/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/external/gpl3/gdb/dist/gdb/
H A Dexpprint.c73 char *tempstr = NULL; in print_subexp_standard() local
293 tempstr = (char *) alloca (nargs); in print_subexp_standard()
308 tempstr[tem++] = in print_subexp_standard()
320 (gdb_byte *) tempstr, nargs - 1, NULL, 0, &opts); in print_subexp_standard()
H A DChangeLog-19932431 * expprint.c (print_subexp): initialize myprec, assoc, & tempstr.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dexpprint.c73 char *tempstr = NULL; in print_subexp_standard() local
293 tempstr = (char *) alloca (nargs); in print_subexp_standard()
308 tempstr[tem++] = in print_subexp_standard()
320 (gdb_byte *) tempstr, nargs - 1, NULL, 0, &opts); in print_subexp_standard()
H A DChangeLog-19932431 * expprint.c (print_subexp): initialize myprec, assoc, & tempstr.
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c612 tempstr = BER_BVNULL, in url2query() local
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
3026 tempstr.bv_len = 0; in pcache_op_search()
3029 op->o_tmpfree( tempstr.bv_val, op->o_tmpmemctx ); in pcache_op_search()
3034 tempstr.bv_val ); in pcache_op_search()
[all …]