Searched +defs:string +defs:format (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.h | 410 #define PRINT(format, ...) printf argument 411 #define PRINT_ERR(format, ...) PRINT argument 430 #define OSAL_SNPRINTF(buf, size, format, ...) \ argument 432 #define OSAL_STRLEN(string) strlen(string) argument 433 #define OSAL_STRCPY(dst, string) strcpy(dst, string) argument 434 #define OSAL_STRNCPY(dst, string, len) strncpy(dst, string, len) argument
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 475 bprintf(struct buf_pr *b, const char *format, ...) in bprintf() 676 match_token(struct _s_x *table, const char *string) in match_token() 697 match_token_relaxed(struct _s_x *table, const char *string) in match_token_relaxed() 719 get_token(struct _s_x *table, const char *string, const char *errbase) in get_token()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2766 const char *format; in vdev_get_one_physpath() local 4214 zfs_save_arguments(int argc, char **argv, char *string, int len) in zfs_save_arguments()
|