Searched defs:fprintf (Results 1 - 2 of 2) sorted by path

/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c134 #undef fprintf macro
135 #define fprintf(x, ...) \ macro
136 { if(x==stderr) ALOGE(__VA_ARGS__); else fprintf(x, __VA_ARGS__); }
201 fprintf(stderr, "file %s not an HCD file\n", optarg);
208 fprintf(stderr, "file %s not an HCD file\n", optarg);
213 fprintf(stderr, "file %s could not be opened, error %d\n", optarg, errno);
224 fprintf(stderr, "Baudrate not supported!");
516 fprintf(stderr, "port %s could not be opened, error %d\n",
559 fprintf(stderr, "\n");
562 fprintf(stder
[all...]
/system/core/sh/bltin/
H A Dbltin.h59 #define fprintf outfmt macro

Completed in 3721 milliseconds