| /openbmc/openpower-debug-collector/dump/tools/common/include/ |
| H A D | gendumpheader | 53 printf '%*s' $a | tr ' ' "\0" >> $FILE 63 printf '%s' "$ORIGINATOR_TYPE" >> "$FILE" 74 printf '%s' "$ORIGINATOR_ID" >> "$FILE" 90 printf \\x${dDay:$i:2} >> $FILE 114 printf \\x${hex:$i:2} >> $FILE 128 printf "\\x${dump_id:$i:2}" >> "$FILE" 132 printf '%*s' "$nulltoadd" | tr ' ' "0" >> "$FILE" 133 printf "%s" "$dump_id" >> "$FILE" 141 printf $bmcSerialNo >> $FILE 142 printf '%*s' $nulltoadd | tr ' ' "0" >> $FILE [all …]
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | sshd_check_keys | 4 local FILE=$1 6 local DIR="$(dirname "$FILE")" 9 rm -f ${FILE}.tmp 10 ssh-keygen -q -f "${FILE}.tmp" -N '' -t $TYPE 11 chmod go-rwx "$FILE.tmp" 13 mv -f "${FILE}.tmp.pub" "${FILE}.pub" 26 sync "${FILE}.pub" "$DIR" "${FILE}.tmp" 28 mv "${FILE}.tmp" "$FILE"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/xl2tpd/xl2tpd/ |
| H A D | 0001-Fix-build-with-GCC-15.patch | 22 @@ -74,7 +74,7 @@ static int control_handle_lac_hangup(FILE* resf, char* bufp); 23 static int control_handle_lac_disconnect(FILE* resf, char* bufp); 24 static int control_handle_lac_add_modify(FILE* resf, char* bufp); 25 static int control_handle_lac_remove(FILE* resf, char* bufp); 27 +static int control_handle_lac_status(FILE*, char*); 28 static int control_handle_lns_remove(FILE* resf, char* bufp); 31 @@ -1541,7 +1541,7 @@ static int control_handle_lac_remove(FILE* resf, char* bufp){ 36 +static int control_handle_lac_status(FILE*, char*){
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ |
| H A D | 0001-pppdump-Fixed-building-with-GCC-15-548.patch | 33 +void dumplog(FILE *); 34 +void dumpppp(FILE *); 35 +void show_time(FILE *, int); 50 - FILE *f; 51 +dumplog(FILE *f) 60 - FILE *f; 61 +dumpppp(FILE *f) 70 - FILE *f; 72 +show_time(FILE *f, int c)
|
| /openbmc/u-boot/scripts/ |
| H A D | cleanpatch | 103 if (!open(FILE, '+<', $f)) { 108 binmode FILE; 115 while (read(FILE, $data, 65536) > 0) { 127 seek(FILE, 0, 0); 138 while ( defined($line = <FILE>) ) { 247 seek(FILE, 0, 0); 248 print FILE @lines; 250 if ( !defined($where = tell(FILE)) || 251 !truncate(FILE, $where) ) { 257 close(FILE);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/ |
| H A D | 0001-sample-Rename-dprintf-to-cyrus_dprintf.patch | 20 @@ -241,9 +241,9 @@ int mysasl_negotiate(FILE *in, FILE *out, sasl_conn_t *conn) 32 @@ -262,7 +262,7 @@ int mysasl_negotiate(FILE *in, FILE *out, sasl_conn_t *conn) 41 @@ -276,7 +276,7 @@ int mysasl_negotiate(FILE *in, FILE *out, sasl_conn_t *conn) 50 @@ -303,10 +303,10 @@ int mysasl_negotiate(FILE *in, FILE *out, sasl_conn_t *conn) 67 @@ -127,7 +127,7 @@ int recv_string(FILE *f, char *buf, int buflen) 80 @@ -43,7 +43,7 @@ extern int send_string(FILE *f, const char *s, int l); 81 extern int recv_string(FILE *f, char *buf, int buflen);
|
| /openbmc/libcper/include/libcper/ |
| H A D | cper-parse.h | 33 json_object *cper_to_ir(FILE *cper_file); 35 json_object *cper_single_section_to_ir(FILE *cper_section_file); 39 void ir_to_cper(json_object *ir, FILE *out); 40 void ir_single_section_to_cper(json_object *ir, FILE *out);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | 0003-ISO-C23-Port-the-code-to-ISO-C23.patch | 21 ../lib/system.h:78:7: error: conflicting types for ‘fdopen’; have ‘FILE 23 78 | FILE *fdopen (); 68 -FILE *fdopen (); 69 -FILE *popen (); 70 +FILE *fdopen (int fd, const char *mode); 71 +FILE *popen (const char *command, const char *type); 85 - FILE *file; 86 +write_encoded_bytes (char *group, FILE *file) 95 - FILE *file; 98 +read_raw_bytes (FILE *file, char *buffer, int buffer_size) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/cups-filters/ |
| H A D | 0001-Fix-build-failure-with-GCC-15-and-std-c23.patch | 25 +pid_t start_process(const char *name, int (*proc_func)(FILE*, FILE*, void*), void *user_arg, 26 FILE **fdin, FILE **fdout); 27 pid_t start_system_process(const char *name, const char *command, FILE **fdin, 28 FILE **fdout);
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/pcr-extend/files/ |
| H A D | fix_openssl11_build.patch | 10 @@ -118,7 +118,7 @@ dump_buf (FILE *file, char *buf, size_t 12 sha1_file (FILE *file, unsigned int *hash_len) 19 @@ -127,7 +127,7 @@ sha1_file (FILE *file, unsigned int *has 28 @@ -135,7 +135,7 @@ sha1_file (FILE *file, unsigned int *has 37 @@ -149,7 +149,7 @@ sha1_file (FILE *file, unsigned int *has
|
| /openbmc/qemu/include/qemu/ |
| H A D | log.h | 44 FILE *qemu_log_trylock(void) G_GNUC_WARN_UNUSED_RESULT; 45 void qemu_log_unlock(FILE *fd); 87 ssize_t rust_fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream); 99 void qemu_print_log_usage(FILE *f);
|
| H A D | qemu-print.h | 19 int qemu_vfprintf(FILE *stream, const char *fmt, va_list ap) 21 int qemu_fprintf(FILE *stream, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
|
| /openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/ |
| H A D | automake-output.patch | 24 @@ -381,6 +382,34 @@ void tap_lfun(SRunner * sr CK_ATTRIBUTE_UNUSED, FILE * file, 28 +void am_lfun(SRunner * sr CK_ATTRIBUTE_UNUSED, FILE * file, 57 void subunit_lfun(SRunner * sr, FILE * file, enum print_output printmode, 73 @@ -40,6 +40,9 @@ void xml_lfun(SRunner * sr, FILE * file, enum print_output, 74 void tap_lfun(SRunner * sr, FILE * file, enum print_output, 77 +void am_lfun(SRunner * sr, FILE * file, enum print_output, 80 void subunit_lfun(SRunner * sr, FILE * file, enum print_output,
|
| /openbmc/qemu/util/ |
| H A D | log.c | 37 FILE *fd; 43 static FILE *global_file; 44 static __thread FILE *thread_file; 63 FILE *logfile = qatomic_read(&global_file); in qemu_log_separate() 90 static FILE *qemu_log_trylock_with_err(Error **errp) in qemu_log_trylock_with_err() 92 FILE *logfile; in qemu_log_trylock_with_err() 130 FILE *qemu_log_trylock(void) in qemu_log_trylock() 135 void qemu_log_unlock(FILE *logfile) in qemu_log_unlock() 148 FILE *f; in qemu_log() 231 FILE *logfile; in qemu_set_log_internal() [all …]
|
| /openbmc/qemu/docs/ |
| H A D | qemu-option-trace.rst.inc | 14 ``events=FILE`` 16 Immediately enable events listed in *FILE*. 22 ``file=FILE`` 24 Log output traces to *FILE*.
|
| /openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/ |
| H A D | make_error_func_prototype_complete.patch | 24 -entry *load_entry(FILE * file, void (*error_func) (), struct passwd *pw, 25 +entry *load_entry(FILE * file, void (*error_func) (const char *), struct passwd *pw, 37 -entry *load_entry(FILE *, void (*)(), struct passwd *, char **); 38 +entry *load_entry(FILE *, void (*)(const char *), struct passwd *, char **); 40 FILE *cron_popen(char *, const char *, struct passwd *, char **);
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | busybox-syslog.default | 6 # -O FILE : Log to FILE (default:/var/log/messages) 15 # -f FILE : Use FILE as config (default:/etc/syslog.conf)
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | treesource.c | 24 extern FILE *yyin; 49 static void write_prefix(FILE *f, int level) in write_prefix() 64 static void write_propval_string(FILE *f, struct data val) in write_propval_string() 137 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells() 167 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes() 195 static void write_propval(FILE *f, struct property *prop) in write_propval() 236 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node() 266 void dt_to_source(FILE *f, struct dt_info *dti) in dt_to_source()
|
| H A D | srcpos.h | 28 FILE *f; 35 extern FILE *depfile; /* = NULL */ 57 FILE *srcfile_relative_open(const char *fname, char **fullnamep);
|
| /openbmc/openpower-debug-collector/dump/tools/opdump/ |
| H A D | opdreport | 74 declare -x FILE="" 124 FILE="/tmp/dumpheader_${dump_id}_${EPOCHTIME}" 152 if ! tee -a "$FILE" < "$name" > /dev/null; then 154 rm -rf "$name" "$FILE" 158 if ! mv "$FILE" "$name"; then 160 rm -rf "$name" "$FILE" 167 rm -rf "$FILE" "$name"
|
| /openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/ |
| H A D | package | 18 FILE="/tmp/dumpheader_${dump_id}_${EPOCHTIME}" 39 cat "$name_dir.bin" | tee -a "$FILE" > /dev/null 42 mv $FILE "$name_dir"
|
| /openbmc/qemu/hw/usb/ |
| H A D | pcap.c | 103 static void do_usb_pcap_header(FILE *fp, struct usbmon_packet *packet) in do_usb_pcap_header() 120 static void do_usb_pcap_ctrl(FILE *fp, USBPacket *p, bool setup) in do_usb_pcap_ctrl() 165 static void do_usb_pcap_data(FILE *fp, USBPacket *p, bool setup) in do_usb_pcap_data() 220 void usb_pcap_init(FILE *fp) in usb_pcap_init() 235 FILE *fp = p->ep->dev->pcap; in usb_pcap_ctrl() 246 FILE *fp = p->ep->dev->pcap; in usb_pcap_data()
|
| /openbmc/libcper/include/libcper/generator/ |
| H A D | cper-generate.h | 12 void generate_cper_record(char **types, UINT16 num_sections, FILE *out, 14 void generate_single_section_record(char *type, FILE *out,
|
| /openbmc/libcper/sections/ |
| H A D | cper-section-arm.c | 32 void ir_arm_error_info_to_cper(json_object *error_info, FILE *out); 33 void ir_arm_context_info_to_cper(json_object *context_info, FILE *out); 39 void ir_arm_aarch32_gpr_to_cper(json_object *registers, FILE *out); 40 void ir_arm_aarch32_el1_to_cper(json_object *registers, FILE *out); 41 void ir_arm_aarch32_el2_to_cper(json_object *registers, FILE *out); 42 void ir_arm_aarch32_secure_to_cper(json_object *registers, FILE *out); 43 void ir_arm_aarch64_gpr_to_cper(json_object *registers, FILE *out); 44 void ir_arm_aarch64_el1_to_cper(json_object *registers, FILE *out); 45 void ir_arm_aarch64_el2_to_cper(json_object *registers, FILE *out); 46 void ir_arm_aarch64_el3_to_cper(json_object *registers, FILE *out); [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/ |
| H A D | 0001-Bug-708160-Fix-compatibility-with-C23-compilers.patch | 59 @@ -646,7 +646,7 @@ int gp_fseek_impl(FILE *strm, gs_offset_t offset, int origin); 61 FILE *gp_fdup_impl(FILE *f, const char *mode); 63 -int gp_fseekable_impl(FILE *f); 64 +bool gp_fseekable_impl(FILE *f);
|