Home
last modified time | relevance | path

Searched refs:err_ret (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/ipc/semaphore/
Dsem02.c71 int err_ret; /* This is used to determine PASS/FAIL status */ variable
97 err_ret = 1; /* Set initial error value to 1 */ in main()
110 if (err_ret == 1) in main()
134 err_ret = 0; /* If the message above is displayed, the test is a PASS */ in waiter()
/third_party/lwip/src/netif/
Dzepif.c255 goto err_ret; in zepif_init()
259 goto err_ret; in zepif_init()
292 err_ret: in zepif_init()
/third_party/ntfs-3g/libntfs-3g/
Dlcnalloc.c327 goto err_ret; in ntfs_cluster_alloc()
425 goto err_ret; in ntfs_cluster_alloc()
529 goto err_ret; in ntfs_cluster_alloc()
539 goto err_ret; in ntfs_cluster_alloc()
556 err_ret: in ntfs_cluster_alloc()
/third_party/python/Python/
Dcontext.c22 #define ENSURE_Context(o, err_ret) \ argument
26 return err_ret; \
29 #define ENSURE_ContextVar(o, err_ret) \ argument
33 return err_ret; \
36 #define ENSURE_ContextToken(o, err_ret) \ argument
40 return err_ret; \