Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 143) sorted by relevance

123456

/busybox-1.35.0/e2fsprogs/
Dtune2fs.c72 int n = xatoi_range(str_C, 1, 0xfffe); in tune2fs_main() local
81 int n = xatoi_range(str_c, -1, 0xfffe); in tune2fs_main() local
88 unsigned n = xatou_range(str_i, 0, (unsigned)0xffffffff / (24*60*60)) * 24*60*60; in tune2fs_main() local
/busybox-1.35.0/networking/libiproute/
Dll_proto.c19 #define __PF(f,n) ETH_P_##f, argument
87 #define __PF(f,n) #n "\0" argument
Dipaddress.c112 static NOINLINE int print_linkinfo(const struct nlmsghdr *n) in print_linkinfo()
227 struct nlmsghdr *n, void *arg UNUSED_PARAM) in print_addrinfo()
393 struct nlmsghdr *n = &ainfo->h; in print_selected_addrinfo() local
411 static int FAST_FUNC store_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) in store_nlmsg()
542 struct nlmsghdr *n = &a->h; in ipaddr_list_or_flush() local
636 struct nlmsghdr n; in ipaddr_modify() member
Dlibnetlink.c123 int (*filter)(const struct sockaddr_nl *, struct nlmsghdr *n, void *) FAST_FUNC, in rtnl_dump_filter()
228 int FAST_FUNC rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, in rtnl_talk()
361 int FAST_FUNC addattr32(struct nlmsghdr *n, int maxlen, int type, uint32_t data) in addattr32()
377 int FAST_FUNC addattr_l(struct nlmsghdr *n, int maxlen, int type, void *data, int alen) in addattr_l()
/busybox-1.35.0/util-linux/
Dlosetup.c99 int n; in losetup_main() local
116 int n; in losetup_main() local
/busybox-1.35.0/networking/ssl_helper-wolfssl/
Dssl_helper.c46 ssize_t n; in safe_write() local
399 int n = wolfSSL_write(ssl, ibuf, len); in do_io_until_eof_and_exit() local
423 int n; in do_io_until_eof_and_exit() local
/busybox-1.35.0/networking/
Disrv.c82 int n; in isrv_register_fd() local
126 int n; in isrv_register_peer() local
177 int n, newfd; in handle_accept() local
252 int n, peer; in handle_timeout() local
295 int n; in isrv_run() local
Dhttpd_indexcgi.c183 static void fmt_ull(/*char *dst,*/ unsigned long long n) in fmt_ull()
198 static void fmt_02u(/*char *dst,*/ unsigned n) in fmt_02u()
207 static void fmt_04u(/*char *dst,*/ unsigned n) in fmt_04u()
/busybox-1.35.0/libbb/
Dplatform.c89 void* FAST_FUNC memrchr(const void *s, int c, size_t n) in memrchr()
170 char* FAST_FUNC stpncpy(char *p, const char *to_add, size_t n) in stpncpy()
182 ssize_t FAST_FUNC getline(char **lineptr, size_t *n, FILE *stream) in getline()
Dbb_getgroups.c15 int n = ngroups ? *ngroups : 0; in bb_getgroups() local
Dsafe_poll.c17 int n = poll(ufds, nfds, timeout); in safe_poll() local
Dsafe_write.c13 ssize_t n; in safe_write() local
Dxfuncs.c62 char* FAST_FUNC utoa_to_buf(unsigned n, char *buf, unsigned buflen) in utoa_to_buf()
94 char* FAST_FUNC itoa_to_buf(int n, char *buf, unsigned buflen) in itoa_to_buf()
116 char* FAST_FUNC utoa(unsigned n) in utoa()
124 char* FAST_FUNC itoa(int n) in itoa()
Dprocps.c87 unsigned n = bb_getpagesize(); in alloc_procps_scan() local
116 unsigned long long n = 0; in fast_strtoull_16() local
137 unsigned long n = *str - '0'; in fast_strtoul_10() local
292 int n; in procps_scan() local
Disqrt.c40 unsigned long long n = argv[1] ? strtoull(argv[1], NULL, 0) : time(NULL); in main() local
Dcapability.c63 unsigned i, n; in cap_name_to_number() local
/busybox-1.35.0/coreutils/
Ddd.c218 ssize_t n; in dd_read() local
237 ssize_t n; in write_and_stats() local
280 int n; in parse_comma_flags() local
475 int n; in dd_main() local
544 ssize_t n = dd_read(ibuf, blocksz); in dd_main() local
559 ssize_t n = ibs; in dd_main() local
Ddate.c307 int n; in date_main() local
340 int n, m; in date_main() local
Did.c120 static int get_groups(const char *username, gid_t rgid, gid_t *groups, int *n) in get_groups()
197 int n; in id_main() local
Dbasename.c78 size_t n = strlen(suffix); in basename_main() local
Dtest.c530 int n; in check_operator() local
772 static number_t nexpr(enum token n) in nexpr()
796 static number_t aexpr(enum token n) in aexpr()
815 static number_t oexpr(enum token n) in oexpr()
834 static number_t primary(enum token n) in primary()
/busybox-1.35.0/modutils/
Drmmod.c40 int n, err; in rmmod_main() local
/busybox-1.35.0/miscutils/
Drx.c63 int n; in read_byte() local
255 int n; in rx_main() local
Dbc.c411 BcNum n; member
1094 static void bc_vec_grow(BcVec *v, size_t n) in bc_vec_grow()
1131 static void bc_vec_npop(BcVec *v, size_t n) in bc_vec_npop()
1146 static size_t bc_vec_npush(BcVec *v, size_t n, const void *data) in bc_vec_npush()
1310 size_t n = *i = bc_map_find_ge(v, ptr); in bc_map_insert() local
1328 static void bc_num_setToZero(BcNum *n, size_t scale) in bc_num_setToZero()
1335 static void bc_num_zero(BcNum *n) in bc_num_zero()
1340 static void bc_num_one(BcNum *n) in bc_num_one()
1348 static void bc_num_init(BcNum *n, size_t req) in bc_num_init()
1359 static void bc_num_init_DEF_SIZE(BcNum *n) in bc_num_init_DEF_SIZE()
[all …]
/busybox-1.35.0/libpwdgrp/
Duidgid_get.c36 unsigned n; in get_uidgid() local

123456