Searched refs:toy_paths (Results 1 – 2 of 2) sorted by relevance
21 static char *toy_paths[]={"usr/","bin/","sbin/",0}; in main() local30 for (j=0; toy_paths[j]; j++) in main()31 if (fl & (1<<j)) len += printf("%s", toy_paths[j]); in main()
174 static char *toy_paths[]={"usr/","bin/","sbin/",0}; in toybox_main() local192 for (j=0; toy_paths[j]; j++) in toybox_main()193 if (fl & (1<<j)) len += printf("%s", toy_paths[j]); in toybox_main()