Searched refs:fmtstr (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtableprint.h31 #define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\
37 printf(" "fmtstr",", __VA_ARGS__);\
40 printf(" "fmtstr"\n", __VA_ARGS__);\
43 #define WRITE_1D_FUNC(type, fmtstr, linebrk)\
44 WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, data[i])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtableprint.h31 #define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\
37 printf(" "fmtstr",", __VA_ARGS__);\
40 printf(" "fmtstr"\n", __VA_ARGS__);\
43 #define WRITE_1D_FUNC(type, fmtstr, linebrk)\
44 WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, data[i])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dsnprintf.c537 static void fmtstr( int visible_control, char **buffer, int *left,
741 fmtstr( visible_control, buffer, left, strvalue,ljust,len, zpad, precision );
748 fmtstr( 0, buffer, left, b,ljust,len, zpad, precision );
756 fmtstr( visible_control, buffer, left,
780 fmtstr( int visible_control, char **buffer, int *left, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_print.c128 static void fmtstr (char **, char **, size_t *, size_t *,
375 fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue,
433 fmtstr( function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dsnprintf.c135 static int fmtstr (char *buffer, size_t *currlen, size_t maxlen,
403 total += fmtstr (buffer, &currlen, maxlen, strvalue, flags, min, max);
469 static int fmtstr (char *buffer, size_t *currlen, size_t maxlen, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Db_print.c128 static int fmtstr(char **, char **, size_t *, size_t *,
374 if (!fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue,
436 fmtstr(char **sbuffer, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Db_print.c128 static int fmtstr(char **, char **, size_t *, size_t *,
374 if (!fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue,
436 fmtstr(char **sbuffer, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c102 * fix fmtstr now it conforms to sprintf wrt min.max
229 static void fmtstr(char *buffer, size_t *currlen, size_t maxlen,
704 fmtstr (buffer, &currlen, maxlen, cnk->strvalue, cnk->flags, min, max);
761 static void fmtstr(char *buffer, size_t *currlen, size_t maxlen, function
768 printf("fmtstr min=%d max=%d s=[%s]\n", min, max, value);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c391 static int fmtstr(char *, size_t, const char *, ...) __attribute__((__format__(__printf__,3,4)));
393 fmtstr(char *outbuf, size_t length, const char *fmt, ...) function
3611 col = fmtstr(s, 32, strsignal(st));
3613 col += fmtstr(s + col, 16, " (core dumped)");
3618 col = fmtstr(s, 16, "Done(%d)", st);
3620 col = fmtstr(s, 16, "Done");
3775 col = fmtstr(s, 16, "[%d] ", jobno(jp));
3784 col += fmtstr(s + col, 16, "%d ", ps->pid);
3802 col = fmtstr(s, 48, " |\n%*c%d ", indent_col, ' ', ps->pid) - 3;
4968 len = fmtstr(expdes
[all...]

Completed in 159 milliseconds