Home
last modified time | relevance | path

Searched refs:bb_errno (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/libbb/
Dptr_to_globals.c18 int *bb_errno; variable
31 int *const bb_errno __attribute__ ((section (".data"))); variable
Dappletlib.c250 ASSIGN_CONST_PTR(&bb_errno, get_perrno()); in lbb_prepare()
/busybox-1.35.0/include/
Dlibbb.h389 extern int *BB_GLOBAL_CONST bb_errno;
391 # define errno (*bb_errno)