acassis commented on issue #17063: URL: https://github.com/apache/nuttx/issues/17063#issuecomment-3636628359
@Biancaa-R the ls_handler is in nuttx-apps, not in nuttx repository, see: alan@dev:~/nuttxspace/apps$ git grep ls_handler nshlib/nsh_fscmds.c: * Name: ls_handler nshlib/nsh_fscmds.c:static int ls_handler(FAR struct nsh_vtbl_s *vtbl, FAR const char *dirpath, nshlib/nsh_fscmds.c: ret = nsh_foreach_direntry(vtbl, "ls", newpath, ls_handler, pvarg); nshlib/nsh_fscmds.c: /* Pass a null dirent to ls_handler to signify that this is a single nshlib/nsh_fscmds.c: ret = ls_handler(vtbl, fullpath, NULL, nshlib/nsh_fscmds.c: ret = nsh_foreach_direntry(vtbl, "ls", fullpath, ls_handler, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
