Searched refs:no0print (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | ar.c | 1079 no0print (bool ofmt, char *buf, int bufsize, long int val) in no0print() function 1473 if (! no0print (false, arhdr.ar_date, sizeof (arhdr.ar_date), in do_oper_insert() 1479 if (! no0print (false, arhdr.ar_uid, sizeof (arhdr.ar_uid), in do_oper_insert() 1485 if (! no0print (false, arhdr.ar_gid, sizeof (arhdr.ar_gid), in do_oper_insert() 1491 if (! no0print (true, arhdr.ar_mode, sizeof (arhdr.ar_mode), in do_oper_insert() 1497 if (! no0print (false, arhdr.ar_size, sizeof (arhdr.ar_size), in do_oper_insert()
|
D | ChangeLog | 778 (no0print): Return bool. Check snprintf return value. 780 Check no0print calls succeed. Explicitly elf_end found elfs.
|