Home
last modified time | relevance | path

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

/titanic_51/usr/src/cmd/ptools/pargs/
H A Dpargs.c484 char *lcs[] = { NULL, NULL, NULL, NULL, NULL, NULL }; in lookup_locale() local
506 lcs[j] = s + strlen(cat_names[j]); in lookup_locale()
521 lcs[i] = lc_all; in lookup_locale()
522 } else if (lcs[i] != NULL) { in lookup_locale()
523 lcs[i] = lcs[i]; in lookup_locale()
525 lcs[i] = lang; in lookup_locale()
527 lcs[i] = "C"; in lookup_locale()
529 if ((i > 0) && (lcs[i] != lcs[ in lookup_locale()
[all...]
/titanic_51/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c220 register struct cstate *lcs; in vj_compress_tcp() local
224 lcs = cs; cs = cs->cs_next; in vj_compress_tcp()
248 comp->last_cs = lcs; in vj_compress_tcp()
257 comp->last_cs = lcs; in vj_compress_tcp()
259 lcs->cs_next = cs->cs_next; in vj_compress_tcp()
/titanic_51/usr/src/lib/libast/common/port/
H A Dlc.c94 static Lc_t* lcs = &debug_lc; variable
414 for (lc = lcs; lc; lc = lc->next) in lcmake()
723 lc->next = lcs; in lcmake()
724 lcs = lc; in lcmake()
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.c103 static Lc_t* lcs = &debug_lc; variable
451 for (lc = lcs; lc; lc = lc->next) in lcmake()
808 lc->next = lcs; in lcmake()
809 lcs = lc; in lcmake()