Searched refs:arg_list (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libparted/common/libparted/ |
H A D | debug.c | 62 va_list arg_list; local 65 va_start ( arg_list, msg ); 66 vsnprintf ( msg_concat, 8192, msg, arg_list ); 67 va_end ( arg_list );
|
H A D | exception.c | 231 va_list arg_list; local 250 va_start (arg_list, message); 251 result = vsnprintf (ex->message, size, message, arg_list); 252 va_end (arg_list); 266 va_start (arg_list, message); 267 vfprintf (stderr, message, arg_list); 268 va_end (arg_list);
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | pubkey.c | 1646 void **arg_list; local 1669 arg_list = malloc (nelem * sizeof *arg_list); 1670 if (!arg_list) 1677 arg_list[i] = ciph + i; 1679 rc = gcry_sexp_build_array (r_ciph, NULL, string, arg_list); 1680 free (arg_list); 1874 void **arg_list; local 1898 arg_list = malloc (nelem * sizeof *arg_list); 2266 void **arg_list; local [all...] |
H A D | ac.c | 506 void **arg_list; 512 arg_list = NULL; 577 arg_list = gcry_malloc (sizeof (*arg_list) * (data_n + 1)); 578 if (! arg_list) 590 arg_list[i] = &data->data[i].mpi; 608 err = gcry_sexp_build_array (&sexp_new, NULL, sexp_buffer, arg_list); 617 gcry_free (arg_list); 1280 void **arg_list; 1283 arg_list 504 void **arg_list; local 1276 void **arg_list; local 1516 void **arg_list; local [all...] |
H A D | dsa.c | 860 void **arg_list = NULL; 887 arg_list = gcry_calloc (nfactors+1+1, sizeof *arg_list); 888 if (!arg_list) 894 arg_list[i++] = &seedinfo; 896 arg_list[i++] = (*retfactors) + j; 897 arg_list[i] = NULL; 900 (r_extrainfo, NULL, format, arg_list)); 904 gcry_free (arg_list); 859 void **arg_list = NULL; local
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | dsa.c | 860 void **arg_list = NULL; 887 arg_list = gcry_calloc (nfactors+1+1, sizeof *arg_list); 888 if (!arg_list) 894 arg_list[i++] = &seedinfo; 896 arg_list[i++] = (*retfactors) + j; 897 arg_list[i] = NULL; 900 (r_extrainfo, NULL, format, arg_list)); 904 gcry_free (arg_list); 859 void **arg_list = NULL; local
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sftable.c | 386 goto arg_list; 405 { arg_list:
|
H A D | sfvprintf.c | 554 goto arg_list; 578 { arg_list:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | xsubpp | 439 if $arg_list{$var_name}++ 1066 undef(%arg_list) ; 1324 %arg_list = () ;
|
Completed in 62 milliseconds