Searched refs:namelist (Results 1 - 3 of 3) sorted by relevance

/seL4-refos-master/kernel/tools/
H A Dlex.py480 def _funcs_to_names(funclist, namelist):
482 for f, name in zip(funclist, namelist):
497 def _names_to_funcs(namelist, fdict):
499 for n in namelist:
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1009 struct dirent **namelist; local
1010 int n = scandir("save", &namelist, 0, alphasort);;
1017 if ( sscanf( namelist[i]->d_name, "%d%63s", &uid, name ) == 2 ) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1009 struct dirent **namelist; local
1010 int n = scandir("save", &namelist, 0, alphasort);;
1017 if ( sscanf( namelist[i]->d_name, "%d%63s", &uid, name ) == 2 ) {

Completed in 49 milliseconds