/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Manifest.pm | 378 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 D | pem_encode.c | 323 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 D | bt_put.c | 472 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 D | search.c | 919 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 D | nis_subr.c | 149 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 D | Complex.pm | 61 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 D | gettext_real.c | 57 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 D | devinfo_devperm.c | 853 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 D | ldap_op.c | 2638 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 D | regexec.c | 955 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 D | lowlevel.c | 433 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)
|