Home
last modified time | relevance | path

Searched refs:lc (Results 76 – 100 of 604) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c90 char *lc; in main() local
101 lc = setlocale(LC_CTYPE, (const char *)NULL); in main()
102 if (lc) { in main()
103 (void) sprintf(tmps, _LDTERM_DAT_PATH, lc); in main()
125 strlen(lc) >= MAXNAMELEN || in main()
134 (void) strcpy(cswp.locale_name, lc); in main()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c78 #define LC(i, j) (lc[(i) * (LINES + 1) + (j)])
80 static lcost *lc = NULL; variable
134 new = malloc((lines + 1) * (lines + 1) * sizeof (*lc)); in __m_doupdate_init()
137 if (lc != NULL) in __m_doupdate_init()
138 free(lc); in __m_doupdate_init()
139 lc = (lcost *) new; in __m_doupdate_init()
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/i386/
H A DMakefile30 LDLIBS += -lgss -lc -lmech_krb5 -L$(ROOT_KLIBDIR) $(KRUNPATH)
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/sparc/
H A DMakefile30 LDLIBS += -lgss -lc -lmech_krb5 -L$(ROOT_KLIBDIR) $(KRUNPATH)
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/sparc/
H A DMakefile31 LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lsocket -lc
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/i386/
H A DMakefile31 LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lsocket -lc
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c102 static int number(char **lc);
232 number(char **lc) in number() argument
236 while (digit(**lc)) in number()
237 nn = nn*10 + *(*lc)++ - '0'; in number()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmlocale.c53 if ((li->lc->language->flags & (LC_debug|LC_default)) || streq(li->lc->language->code, "en")) in standardized()
110 if (li->lc->flags & LC_default) in fixup()
358 lcid = li->lc->index; in native_lc_time()
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE24 lc, rc, lf, and rf contain PostScript code that can be used to build the top
26 code field in the S font file for lc, rc, lf, and rf is set to 1. A code larger
38 The lc, rc, lf, and rf files are a very complicated attempt to get around the
/illumos-gate/usr/src/lib/pam_modules/krb5/sparc/
H A DMakefile30 LDLIBS += -lpam -lc
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A DMakefile.com35 LDLIBS += -lpam -lc
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A DMakefile.com33 LDLIBS += -lpam -lc
/illumos-gate/usr/src/lib/pam_modules/krb5/i386/
H A DMakefile30 LDLIBS += -lpam -lc
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/amd64/
H A DMakefile30 LDLIBS64 += -lgss -lc -lmech_krb5 -L$(ROOT_KLIBDIR64) $(KRUNPATH64)
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/sparcv9/
H A DMakefile31 LDLIBS64 += -lgss -lc -lmech_krb5 -L$(ROOT_KLIBDIR64) $(KRUNPATH64)
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/amd64/
H A DMakefile32 LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lsocket -lc
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/sparcv9/
H A DMakefile32 LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lsocket -lc
/illumos-gate/usr/src/lib/crypt_modules/bsdmd5/
H A DMakefile.com32 LDLIBS += -lc -lmd
/illumos-gate/usr/src/lib/crypt_modules/sunmd5/
H A DMakefile.com31 LDLIBS += -lc -lmd
/illumos-gate/usr/src/lib/pam_modules/allow/
H A DMakefile.com33 LDLIBS += -lpam -lc
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A DMakefile.com33 LDLIBS += -lpam -lc
/illumos-gate/usr/src/lib/pam_modules/deny/
H A DMakefile.com33 LDLIBS += -lpam -lc
/illumos-gate/usr/src/lib/pam_modules/dial_auth/
H A DMakefile.com33 LDLIBS += -lpam -lc
/illumos-gate/usr/src/lib/pam_modules/list/
H A DMakefile.com32 LDLIBS += -lpam -lc
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A DMakefile.com24 LDLIBS += -lpam -lc

12345678910>>...25