HomeSort by: relevance | last modified time | path
    Searched defs:bc_malloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/bc/dist/
util.c 53 temp = bc_malloc (strlen (str)+1);
64 temp = bc_malloc (sizeof (arg_list));
99 temp = bc_malloc (len);
143 arglist1 = bc_malloc(arg_count+1);
240 genstr = bc_malloc (size);
555 id = bc_malloc (sizeof (id_rec));
649 /* bc_malloc will check the return value so all other places do not
653 bc_malloc (size_t size) function
util.c 53 temp = bc_malloc (strlen (str)+1);
64 temp = bc_malloc (sizeof (arg_list));
99 temp = bc_malloc (len);
143 arglist1 = bc_malloc(arg_count+1);
240 genstr = bc_malloc (size);
555 id = bc_malloc (sizeof (id_rec));
649 /* bc_malloc will check the return value so all other places do not
653 bc_malloc (size_t size) function

Completed in 40 milliseconds