Searched defs:arg_list (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddebug.c62 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 Dexception.c231 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 Ddsa.c860 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
H A Dac.c506 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 Dpubkey.c1646 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...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c860 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

Completed in 66 milliseconds