Searched defs:tp (Results 1 – 11 of 11) sorted by relevance
/busybox-1.35.0/libbb/ |
D | time.c | 277 static char* strftime_fmt(char *buf, unsigned len, time_t *tp, const char *fmt) in strftime_fmt() 288 char* FAST_FUNC strftime_HHMMSS(char *buf, unsigned len, time_t *tp) in strftime_HHMMSS() 293 char* FAST_FUNC strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) in strftime_YYYYMMDDHHMMSS()
|
D | procps.c | 172 char *tp = is_prefixed_with(buf, prefix); in skip_whitespace_if_prefixed_with() local 205 char *tp, *p; in procps_read_smaps() local 496 char *tp; in procps_scan() local
|
D | copy_file.c | 139 const char *tp; in copy_file() local
|
D | xfuncs.c | 312 int FAST_FUNC tcsetattr_stdin_TCSANOW(const struct termios *tp) in tcsetattr_stdin_TCSANOW()
|
D | xfuncs_printf.c | 367 char *tp; in bb_unsetenv() local
|
D | hash_md5_sha.c | 811 uint64_t *tp = ctx->total64; in sha512_begin() local
|
/busybox-1.35.0/procps/ |
D | sysctl.c | 294 char *tp; in sysctl_handle_preload_file() local
|
/busybox-1.35.0/networking/ |
D | ping.c | 651 static void unpack_tail(int sz, uint32_t *tp, in unpack_tail() 712 uint32_t *tp = NULL; in unpack4() local 744 uint32_t *tp = NULL; in unpack6() local
|
/busybox-1.35.0/editors/ |
D | sed.c | 618 char *tp = xasprintf("%s\n%s", G.add_cmd_line, cmdstr); in add_cmd() local
|
D | vi.c | 837 char *tp; in sync_cursor() local 991 char *tp, *sp; // pointer into text[] and screen[] in refresh() local
|
/busybox-1.35.0/shell/ |
D | ash.c | 5150 char **tp; in clear_traps() local
|