Searched defs:pfx (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/libbb/ |
D | capability.c | 81 void FAST_FUNC printf_cap(const char *pfx, unsigned cap_no) in printf_cap()
|
/busybox-1.35.0/networking/libiproute/ |
D | ll_addr.c | 46 inet_prefix pfx; in ll_addr_a2n() local
|
D | ipneigh.c | 34 inet_prefix pfx; member
|
D | ipaddress.c | 52 inet_prefix pfx; member
|
/busybox-1.35.0/networking/ |
D | whois.c | 41 const char *pfx = ""; in query() local
|
/busybox-1.35.0/coreutils/ |
D | split.c | 92 char *pfx; in split_main() local
|
/busybox-1.35.0/util-linux/ |
D | setpriv.c | 193 # define printf_cap(pfx, cap_no) printf("%scap_%u", (pfx), (cap_no)) argument
|
/busybox-1.35.0/networking/udhcp/ |
D | common.c | 197 static void log_option(const char *pfx, const uint8_t *opt) in log_option() 206 # define log_option(pfx, opt) ((void)0) argument
|
D | dhcpc.c | 264 const char *pfx = ""; in xmalloc_optname_optval() local
|
/busybox-1.35.0/shell/ |
D | ash.c | 1174 indent(int amount, char *pfx, FILE *fp) in indent() 1327 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree() 1852 prefix(const char *string, const char *pfx) in prefix() 10438 const char *pfx = ""; in evalcommand() local
|