Searched refs:msgc (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_apiflags6 msgc="/* DO NOT EDIT: automatically built by dist/s_apiflags. */"
19 (echo "$msgc"
H A Ds_s606 msgc="/* DO NOT EDIT: automatically built by dist/s_s60. */"
55 (echo "$msgc" &&
73 (echo "$msgc" && sed -f $s ../dbinc/db_int.in) > $t
98 (echo "$msgc" &&
H A Ds_windows6 msgc="/* DO NOT EDIT: automatically built by dist/s_windows. */"
123 (echo "$msgc" &&
143 (echo "$msgc" && sed -f $s ../dbinc/db_cxx.in) > $t
158 (echo "$msgc" && sed -f $s ../dbinc/db_int.in) > $t
186 (echo "$msgc" && sed "s/__EDIT_DB_VERSION__/$DB_VERSION/" win_config.in) > $t
191 (echo "$msgc" && sed "s/__EDIT_DB_VERSION__/$DB_VERSION/" wince_config.in) > $t
H A Ds_brew6 msgc="/* DO NOT EDIT: automatically built by dist/s_brew. */"
67 (echo "$msgc" &&
87 (echo "$msgc" && sed -f $s ../dbinc/db_int.in) > $t
112 (echo "$msgc" &&
H A Ds_vxworks6 msgc="/* DO NOT EDIT: automatically built by dist/s_vxworks. */"
68 (echo "$msgc" &&
85 (echo "$msgc" && sed -f $s ../dbinc/db_cxx.in) > $t
105 (echo "$msgc" && sed -f $s ../dbinc/db_int.in) > $t
130 (echo "$msgc" && sed "s/__EDIT_DB_VERSION__/$DB_VERSION/" vx_config.in) > $t
136 (echo "$msgc" &&
H A Ds_include6 msgc="/* DO NOT EDIT: automatically built by dist/s_include. */"
24 echo "$msgc"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dverror_msg.c78 #define msgc ((char*)(iov[2].iov_base)) macro
102 msgc[used++] = ':';
103 msgc[used++] = ' ';
104 strcpy(msgc + used, strerr);
107 strcpy(msgc + used, msg_eol);
115 /*iov[2].iov_base = msgc;*/
121 syslog(LOG_ERR, "%s", msgc);
123 free(msgc);

Completed in 52 milliseconds