Searched defs:argp (Results 1 – 6 of 6) sorted by relevance
/busybox-1.35.0/coreutils/ |
D | chmod.c | 110 char *arg, **argp; in chmod_main() local
|
/busybox-1.35.0/libbb/ |
D | xfuncs_printf.c | 546 int FAST_FUNC ioctl_or_perror_and_die(int fd, unsigned request, void *argp, const char *fmt,...) in ioctl_or_perror_and_die() 562 int FAST_FUNC ioctl_or_perror(int fd, unsigned request, void *argp, const char *fmt,...) in ioctl_or_perror() 576 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp, const char *ioctl_name) in bb_ioctl_or_warn() 585 int FAST_FUNC bb_xioctl(int fd, unsigned request, void *argp, const char *ioctl_name) in bb_xioctl() 595 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp) in bb_ioctl_or_warn() 604 int FAST_FUNC bb_xioctl(int fd, unsigned request, void *argp) in bb_xioctl()
|
/busybox-1.35.0/networking/ |
D | wget.c | 700 char **argp; in spawn_https_helper_openssl() local
|
/busybox-1.35.0/include/ |
D | libbb.h | 1818 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp,#request) argument 1819 #define xioctl(fd,request,argp) bb_xioctl(fd,request,argp,#request) argument 1823 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp) argument 1824 #define xioctl(fd,request,argp) bb_xioctl(fd,request,argp) argument
|
/busybox-1.35.0/miscutils/ |
D | hdparm.c | 534 static void print_value_on_off(const char *str, unsigned long argp) in print_value_on_off()
|
/busybox-1.35.0/shell/ |
D | ash.c | 8807 union node *argp; in fill_arglist() local 9486 union node *argp; in evalfor() local 10292 union node *argp; in evalcommand() local
|