Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/util-linux/
Dfsck_minix.c1232 int retcode = 0; in fsck_minix_main() local
1323 retcode += 3; in fsck_minix_main()
1325 retcode += 4; in fsck_minix_main()
1326 return retcode; in fsck_minix_main()
/busybox-1.35.0/editors/
Dvi.c2925 int retcode; in colon()
2932 retcode = system(exp); // run the cmd in colon()
2933 if (retcode) in colon()
2934 printf("\nshell returned %i\n\n", retcode); in colon()