HomeSort by relevance Sort by last modified time
    Searched refs:command_names (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/ss/
execute_cmd.c 98 for (i = 0; (request = get_request(rqtbl, i))->command_names; i++) {
99 for (name = request->command_names; *name; name++)
101 info->current_request = request->command_names[0];
list_rqs.c 55 for (; entry->command_names; entry++) {
60 for (name = entry->command_names; *name; name++) {
ss.h 39 __SS_CONST char * __SS_CONST *command_names; /* whatever */ member in struct:_ss_request_entry
listen.c 167 name = request->command_names;

Completed in 27 milliseconds