qsort
extern void qsort(void *base, size_t numElements, size_t sizeOfElement,
qsort(fModes, fCount, sizeof(display_mode), compare_mode);
qsort(_iterators, iteratorCount, sizeof(ShareAttrDirIterator*),
qsort(attributes, count, sizeof(Attribute*), compare_attributes);
qsort(ents, cur, sizeof(cache_ent **), cache_ent_cmp);
qsort(ents, cur, sizeof(cache_ent **), cache_ent_cmp);
qsort(ents, max, sizeof(cache_ent **), cache_ent_cmp);
qsort(ents, cur, sizeof(cache_ent **), cache_ent_cmp);
qsort(ents, cur, sizeof(cache_ent **), cache_ent_cmp);
qsort(ents, real_nblocks, sizeof(cache_ent **), cache_ent_cmp);
qsort(ents, count, sizeof(cache_ent **), cache_ent_cmp);
qsort(ents, num_ents, sizeof(cache_ent **), cache_ent_cmp);
qsort(byOffset, byOffsetCount, sizeof(Partition*),
qsort(tableOffsets, tableOffsetCount, sizeof(off_t), cmp_offset);
qsort(positions, partition_count, sizeof(PartitionPosition),
qsort(m_aryFields, m_nFields, sizeof(CAPETagField *), CompareFields);
qsort(fEntryList, fEntries, fEntrySize,
qsort( enc_tab, n_enc_tab, sizeof(*enc_tab), ext_compare );
qsort( typ_tab, n_typ_tab, sizeof(*typ_tab), ext_compare );
qsort( nameptrs, nnames, sizeof(*nameptrs), name_compare );
qsort(runs,index,sizeof(block_run),(int (*)(const void *,const void *))compareBlockRuns);
qsort((char *)sorted_dirlist, num_dirs, sizeof(dirtime *),
qsort(fMoveInfos, childCount, sizeof(MoveInfo),
qsort(fObjectList, fItemCount, sizeof(void*), compareFunc);
qsort(array, count, sizeof(translator_info),
qsort(sp->fts_array, nitems, sizeof(FTSENT *), fts_compar);
qsort(fModesList, fModesCount, sizeof(display_mode), _CompareModes);
qsort(aliasbuf, num_aliases, sizeof(struct nalias), compare_by_index);
qsort(namesbuf, i, sizeof(const char *), compare_by_name);
qsort(fModeList, fModeCount, sizeof(display_mode), compare_mode);
qsort(fBlocks, fCount, sizeof(void*), &_CompareBlocks);
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
qsort(partitions, count, sizeof(KPartition*),
qsort(partitions, count, sizeof(KPartition*),
qsort(fFunctionData, count, sizeof(FunctionData),
qsort(fFunctionData, count, sizeof(FunctionData),
qsort(fFunctionData, count, sizeof(FunctionData),
qsort(fFunctionData, count, sizeof(FunctionData),
qsort(fFunctionData, count, sizeof(FunctionData),
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
qsort(fItems, fCount, sizeof(lock_item), &_CompareItems);
qsort(sCacheInfoTable, rootCount, sizeof(cache_info),
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
qsort(aio, n, sizeof(*aio), comp_dst);
qsort(mod.mtab, mod.mtabsize, sizeof(mod.mtab[0]),
qsort(_nsmod, _nsmodsize, sizeof(*_nsmod), _nsmodcmp);
qsort(_nsmap, _nsmapsize, sizeof(*_nsmap), _nsdbtcmp);
qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
if (cmp) qsort(names, cnt, sizeof *names, (int (*)(const void *, const void *))cmp);
qsort(kStrings, kNumStrings, sizeof(char *), compareStrings);