Searched defs:ln (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm378 values are C<cp>, which actually copies the files, C<ln> which creates
435 ln($from,$to), last STRICT_SWITCH if $how eq 'ln';
438 "Legal values are 'best', 'cp', and 'ln'.");
453 sub ln { subroutine
473 *ln = \&cp;
484 ln($srcFile, $dstFile) or cp($srcFile, $dstFile);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c323 int i, v, tmp, n, ln, exp_nl; local
328 ln = ctx->line_num;
340 if (ln >= 80) {
351 ln++;
369 ln = 0;
376 ln = 0;
444 ctx->line_num = ln;
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c472 db_indx_t cnt, lo, ln, min, off, prefix, suffix; local
532 ln = BKEYDATA_SIZE(data->size);
533 if (lo != ln) {
534 nbytes = lo - ln; /* Signed difference. */
/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c919 int hn, ln; local
930 (ln = hex_char2int(read[1])) >= 0) {
932 *read = (hn<<4)+ln;
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c149 static struct local_names *ln = NULL; variable in typeref:struct:local_names
169 if (ln != NULL) {
171 return (ln);
174 ln = calloc(1, sizeof (*ln));
175 if (ln == NULL) {
179 ln->principal_map = NULL;
181 if (sysinfo(SI_SRPC_DOMAIN, ln->domain, LN_BUFSIZE) < 0)
182 return (ln);
184 if (ln
248 struct local_names *ln = __get_local_names(); local
389 struct local_names *ln = __get_local_names(); local
454 struct local_names *ln = __get_local_names(); local
472 struct local_names *ln = __get_local_names(); local
491 struct local_names *ln = __get_local_names(); local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm61 sqrt log ln
803 # ln
807 sub ln { Math::Complex::log(@_) } subroutine
1707 I<coth>, I<acosech>, I<acotanh>, have aliases I<rho>, I<theta>, I<ln>,
1878 log ln log10 logn
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c57 unsigned long int ln, int category, int plural)
65 unsigned int n = (unsigned int)ln; /* we don't need long for n */
56 _real_gettext_u(const char *domain, const char *msgid1, const char *msgid2, unsigned long int ln, int category, int plural) argument
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c853 int ln = 0; local
876 ln++;
891 (*errcb)(MP_IGNORING_LINE_ERR, ln);
901 (*errcb)(MP_IGNORING_LINE_ERR, ln);
907 (*errcb)(MP_IGNORING_LINE_ERR, ln);
922 (*errcb)(MP_IGNORING_LINE_ERR, ln);
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c2638 int i, j, lo, ln; local
2647 if ((lo = slen(oldDn)) <= 0 || (ln = slen(dn)) <= 0)
2663 for (i = lo-1, j = ln-1; i >= 0 && j >= 0; i--, j--) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c955 STRLEN ln; local
1014 ln = STR_LEN(c); /* length to match in octets/bytes */
1015 lnc = (I32) ln; /* length to match in characters */
1030 while (sm < ((U8 *) m + ln)) {
1042 ln = STR_LEN(c);
1043 lnc = (I32) ln;
1077 && (ln == len ||
1079 m, (char **)0, ln, (bool)UTF))
1087 && (ln == foldlen ||
1091 (char **)0, ln, (boo
2258 register I32 ln = 0; /* len or last */ local
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c433 scf_decoration_layer_from_string(const char *ln) argument
438 if (strcmp(scf_layer_info[i].li_name, ln) == 0)
441 if (strcmp(SCF_LAYER_ALL, ln) == 0)

Completed in 122 milliseconds