HomeSort by: relevance | last modified time | path
    Searched defs:sdtmp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/citrus/modules/
citrus_iconv_std.c 210 struct _citrus_iconv_std_dst *sd, *sdtmp; local in function:open_dsts
224 TAILQ_FOREACH(sdtmp, dl, sd_entry) {
225 if (sdtmp->sd_norm > norm) {
226 TAILQ_INSERT_BEFORE(sdtmp, sd,
citrus_iconv_std.c 210 struct _citrus_iconv_std_dst *sd, *sdtmp; local in function:open_dsts
224 TAILQ_FOREACH(sdtmp, dl, sd_entry) {
225 if (sdtmp->sd_norm > norm) {
226 TAILQ_INSERT_BEFORE(sdtmp, sd,

Completed in 26 milliseconds