Searched refs:program_name (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | lrz.c | 83 const char *program_name="rz"; /* the name by which we were called */ variable 318 fprintf(stderr,"%s: ",program_name); 530 printf ("%s (%s) %s\n", program_name, PACKAGE, VERSION); in show_version() 565 openlog(program_name,LOG_PID,ENABLE_SYSLOG); in zmodem_rx() 796 vfile("%s %s\n", program_name, VERSION); in zmodem_rx() 912 vstringf(_("%s waiting to receive."), program_name); in wcreceive() 1025 vstringf(_("%s: ready to receive %s"), program_name, Pathname); in wcreceive() 1082 vstringf(_("\r\n%s: %s removed.\r\n"), program_name, Pathname); in wcreceive() 1592 sprintf(Pathname, "%s %s", program_name+2, name_static); in procheader() 1625 fprintf(stderr,"%s: %s\n", program_name, _("out of memory")); in procheader() [all …]
|
| H A D | zglobal.h | 356 extern const char *program_name; /* the name by which we were called */
|