Searched refs:fn (Results 1 – 13 of 13) sorted by relevance
| /buildroot/support/testing/tests/package/ |
| A D | sample_python_segno.py | 7 fn = f.name variable 8 qr.save(fn) 10 with open(fn, mode='rb') as f: 12 os.unlink(fn)
|
| /buildroot/support/kconfig/ |
| A D | lkc_proto.h | 12 void conf_set_changed_callback(void (*fn)(void)); 13 void conf_set_message_callback(void (*fn)(const char *fmt, va_list ap)); 53 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int …
|
| A D | expr.c | 1145 fn(data, NULL, "y"); in expr_print() 1150 fn(data, NULL, "("); in expr_print() 1159 fn(data, NULL, "!"); in expr_print() 1167 fn(data, NULL, "="); in expr_print() 1193 fn(data, NULL, "!="); in expr_print() 1214 fn(data, NULL, "["); in expr_print() 1216 fn(data, NULL, " "); in expr_print() 1218 fn(data, NULL, "]"); in expr_print() 1224 fn(data, NULL, buf); in expr_print() 1229 fn(data, NULL, ")"); in expr_print() [all …]
|
| A D | gconf.c | 493 const gchar *fn; in load_filename() local 495 fn = gtk_file_selection_get_filename(GTK_FILE_SELECTION in load_filename() 498 if (conf_read(fn)) in load_filename() 534 const gchar *fn; in store_filename() local 536 fn = gtk_file_selection_get_filename(GTK_FILE_SELECTION in store_filename() 539 if (conf_write(fn)) in store_filename()
|
| A D | confdata.c | 56 void conf_set_message_callback(void (*fn) (const char *fmt, va_list ap)) in conf_set_message_callback() 58 conf_message_callback = fn; in conf_set_message_callback() 1083 void conf_set_changed_callback(void (*fn)(void)) in conf_set_changed_callback() 1085 conf_changed_callback = fn; in conf_set_changed_callback()
|
| /buildroot/package/rust/ |
| A D | rust.mk | 37 fn=$${crate}/.cargo-checksum.json; \ 38 sed -i -e 's/"Cargo.toml.orig":"[a-z0-9]\+",//g' $${fn}; \
|
| /buildroot/package/c-icap/ |
| A D | 0001-Required-fixes-to-compile-and-run-under-cygwin.patch | 265 + RA fn; 266 + fn = (RA)GetProcAddress(GetModuleHandle(NULL), "ci_command_register_action"); 267 + if (fn) 268 + (*fn)(name, type, data, command_action); 285 + RA fn; 287 + if (fn) 288 + (*fn)(name, type, data, command_action); 304 + LF_FMT fn; 305 + fn = (LF_FMT)GetProcAddress(GetModuleHandle(NULL), "logformat_fmt"); 306 + if (fn) [all …]
|
| /buildroot/package/nushell/ |
| A D | 0001-uucore-add-support-for-sparc64.patch | 12 111 | pub fn number_of_links(&self) -> u64 {
|
| /buildroot/package/cache-calibrator/ |
| A D | 0001-Fix-conflicting-round-function.patch | 29 @@ -890,16 +890,16 @@ void plotCache(cacheInfo *cache, lng **result, lng MHz, char *fn, FILE *fp, l… 50 @@ -986,16 +986,16 @@ void plotTLB(TLBinfo *TLB, lng **result, lng MHz, char *fn, FILE *fp, lng del…
|
| /buildroot/package/liboauth/ |
| A D | 0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch | 21 #include "oauth.h" // base64 encode fn's.
|
| /buildroot/package/qt5/qt5webengine/ |
| A D | chromium-latest.inc | 448 …src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/mem/node_modules/mimic-fn/lic… 454 src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/mimic-fn/license \
|
| /buildroot/package/qt5/qt5webengine-chromium/ |
| A D | chromium-latest.inc | 589 chromium/third_party/devtools-frontend/src/node_modules/mimic-fn/license \
|
| A D | qt5webengine-chromium.hash | 588 …0698fba57ed460914e35f94a0 chromium/third_party/devtools-frontend/src/node_modules/mimic-fn/license
|
Completed in 47 milliseconds