Home
last modified time | relevance | path

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

/dports/security/op/op-1.34/
H A Dmain.c70 static int SortCommandList(const void *a, const void *b);
115 SortCommandList(const void *a, const void *b) in SortCommandList() function
150 qsort(cmds->data, cmds->size, sizeof(void *), SortCommandList); in ListCommands()