Searched defs:FPRINTF_ERR (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dalgs.c62 #define FPRINTF_ERR(fcall) if ((fcall) < 0) { \ macro
79 FPRINTF_ERR(fprintf(f, "%s%s\n", \
86 FPRINTF_ERR(fprintf(f, "%s%s\n", \
227 FPRINTF_ERR(fprintf(f, "%s%d|%s|",
232 FPRINTF_ERR(fprintf(f, "sync\n"));
235 FPRINTF_ERR(fprintf(f, "async\n"));
258 FPRINTF_ERR(fprintf(f, "%s%d|%d|",
264 FPRINTF_ERR(fprintf(f, "%s", alg->a_names[k]));
266 FPRINTF_ERR(fprintf(f, ","));
270 FPRINTF_ERR(fprint
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlflow.c68 #define FPRINTF_ERR(fcall) if ((fcall) < 0) return (-1); macro

Completed in 23 milliseconds