Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 171) sorted by relevance

1234567

/busybox-1.35.0/libbb/
Dverror_msg.c20 void FAST_FUNC bb_verror_msg(const char *s, va_list p, const char* strerr) in bb_verror_msg()
106 void FAST_FUNC bb_verror_msg(const char *s, va_list p, const char* strerr) in bb_verror_msg()
167 va_list p; in bb_error_msg_and_die() local
177 va_list p; in bb_error_msg() local
185 void FAST_FUNC bb_vinfo_msg(const char *s, va_list p) in bb_vinfo_msg()
194 va_list p; in bb_info_msg() local
Dsimplify_path.c13 char *s, *p; in bb_simplify_abs_path_inplace() local
47 char *s, *p; in bb_simplify_path() local
Dherror_msg.c13 va_list p; in bb_herror_msg() local
22 va_list p; in bb_herror_msg_and_die() local
Dperror_msg.c13 va_list p; in bb_perror_msg() local
23 va_list p; in bb_perror_msg_and_die() local
Dfind_pid_by_name.c40 static int comm_match(procps_status_t *p, const char *procName) in comm_match()
85 procps_status_t* p = NULL; in find_pid_by_name() local
Dplatform.c38 int FAST_FUNC vasprintf(char **string_ptr, const char *format, va_list p) in vasprintf()
68 va_list p; in dprintf() local
159 char* FAST_FUNC stpcpy(char *p, const char *to_add) in stpcpy()
170 char* FAST_FUNC stpncpy(char *p, const char *to_add, size_t n) in stpncpy()
Dmode_string.c46 char *p = buf; in bb_mode_string() local
82 char *p = buf; in bb_mode_string() local
Dgetopt32.c325 #define vgetopt32(argv,applet_opts,applet_long_options,p) \ argument
332 vgetopt32(char **argv, const char *applet_opts, const char *applet_long_options, va_list p)
602 va_list p; local
615 va_list p; local
Dprogress.c48 void FAST_FUNC bb_progress_init(bb_progress_t *p, const char *curfile) in bb_progress_init()
72 int FAST_FUNC bb_progress_update(bb_progress_t *p, in bb_progress_update()
Dgetopt_allopts.c15 char *p; in make_all_argv_opts() local
/busybox-1.35.0/archival/libarchive/
Dlzo1x_1.c30 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX3(p,5,5,6)) >> 5) argument
31 #define D_INDEX2(d,p) d = (d & (D_MASK & 0x7ff)) ^ (D_HIGH | 0x1f) argument
Dlzo1x_1o.c30 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX3(p,5,5,6)) >> 5) argument
31 #define D_INDEX2(d,p) d = (d & (D_MASK & 0x7ff)) ^ (D_HIGH | 0x1f) argument
Dliblzo.h48 #define DX2(p,s1,s2) \ argument
52 #define DX3(p,s1,s2,s3) ((DX2((p)+1,s2,s3) << (s1)) ^ (p)[0]) argument
66 #define DENTRY(p,in) (p) argument
67 #define UPDATE_I(dict,drun,index,p,in) dict[index] = DENTRY(p,in) argument
/busybox-1.35.0/loginutils/
Dadduser.c92 static void passwd_study(struct passwd *p) in passwd_study()
132 static int addgroup_wrapper(struct passwd *p, const char *group_name) in addgroup_wrapper()
189 char *p; in adduser_main() local
/busybox-1.35.0/networking/libiproute/
Diptunnel.c108 static int do_get_ioctl(const char *basedev, struct ip_tunnel_parm *p) in do_get_ioctl()
123 static int do_add_ioctl(int cmd, const char *basedev, struct ip_tunnel_parm *p) in do_add_ioctl()
149 static int do_del_ioctl(const char *basedev, struct ip_tunnel_parm *p) in do_del_ioctl()
167 static void parse_args(char **argv, int cmd, struct ip_tunnel_parm *p) in parse_args()
365 struct ip_tunnel_parm p; in do_add() local
388 struct ip_tunnel_parm p; in do_del() local
404 static void print_tunnel(struct ip_tunnel_parm *p) in print_tunnel()
461 static void do_tunnels_list(struct ip_tunnel_parm *p) in do_tunnels_list()
526 struct ip_tunnel_parm p; in do_show() local
/busybox-1.35.0/util-linux/
Drenice.c84 const char *p = strchr(opts, arg[1]); in renice_main() local
95 struct passwd *p; in renice_main() local
Dhexdump.c59 char *p; in bb_dump_addfile() local
90 const char *p; in hexdump_main() local
Dhexdump_xxd.c80 char *p; in reverse() local
156 static void print_C_style(const char *p, const char *hdr) in print_C_style()
244 char *p = bigbuf; in xxd_main() local
/busybox-1.35.0/coreutils/
Dod.c41 char *num, *p; in odoffset() local
177 char *p; in od_main() local
Dhead.c144 # define eat_num(negative_N,p) eat_num(p) argument
147 eat_num(bool *negative_N, const char *p) in eat_num()
182 char *p; in head_main() local
Dchgrp.c58 char **p = argv; in chgrp_main() local
/busybox-1.35.0/scripts/
Decho.c44 const char *p; in bb_process_escape_sequence() local
111 const char *p; in main() local
/busybox-1.35.0/printutils/
Dlpd.c99 char *p = s; in sane() local
172 char *p, *q, var[2]; in lpd_main() local
/busybox-1.35.0/editors/
Dvi.c684 static char *begin_line(char *p) // return pointer to first char cur line in begin_line()
695 static char *end_line(char *p) // return pointer to NL of cur line in end_line()
705 static char *dollar_line(char *p) // return pointer to just before NL line in dollar_line()
714 static char *prev_line(char *p) // return pointer first char prev line in prev_line()
723 static char *next_line(char *p) // return pointer first char next line in next_line()
796 static int get_column(char *p) in get_column()
1410 static char *text_yank(char *p, char *q, int dest, int buftype) in text_yank()
1449 static char *swap_context(char *p) // goto new context for '' command make this the current context in swap_context()
1465 static void yank_status(const char *op, const char *p, int cnt) in yank_status()
1488 static uintptr_t text_hole_make(char *p, int size) // at "p", make a 'size' byte hole in text_hole_make()
[all …]
/busybox-1.35.0/miscutils/
Ddevfsd.c344 #define info_logger(p, fmt, args...) bb_info_msg(fmt, ## args) argument
345 #define simple_info_logger(p, msg) bb_simple_info_msg(msg) argument
346 #define msg_logger(p, fmt, args...) bb_error_msg(fmt, ## args) argument
347 #define simple_msg_logger(p, msg) bb_simple_error_msg(msg) argument
348 #define msg_logger_and_die(p, fmt, args...) bb_error_msg_and_die(fmt, ## args) argument
349 #define simple_msg_logger_and_die(p, msg) bb_simple_error_msg_and_die(msg) argument
350 #define error_logger(p, fmt, args...) bb_perror_msg(fmt, ## args) argument
351 #define error_logger_and_die(p, fmt, args...) bb_perror_msg_and_die(fmt, ## args) argument
353 #define info_logger(p, fmt, args...) argument
354 #define simple_info_logger(p, msg) argument
[all …]

1234567