Searched refs:eline (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dtest.c67 long eline; local
73 conf=CONF_load(NULL,"ssleay.cnf",&eline);
77 printf("unable to load configuration, line %ld\n",eline);
H A Dconf_lib.c90 LHASH *CONF_load(LHASH *conf, const char *file, long *eline) argument
106 ltmp = CONF_load_bio(conf, in, eline);
113 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline) argument
121 ltmp = CONF_load_bio(conf, btmp, eline);
127 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline) argument
134 ret = NCONF_load_bio(&ctmp, bp, eline);
259 int NCONF_load(CONF *conf, const char *file, long *eline) argument
267 return conf->meth->load(conf, file, eline);
271 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline) argument
280 ret = NCONF_load_bio(conf, btmp, eline);
286 NCONF_load_bio(CONF *conf, BIO *bp,long *eline) argument
[all...]
H A Dconf.h96 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
100 int (*load)(CONF *conf, const char *name, long *eline);
120 LHASH *CONF_load(LHASH *conf,const char *file,long *eline);
122 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline);
124 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline);
154 int NCONF_load(CONF *conf,const char *file,long *eline);
156 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline);
158 int NCONF_load_bio(CONF *conf, BIO *bp,long *eline);
H A Dconf_def.c85 static int def_load(CONF *conf, const char *name, long *eline);
86 static int def_load_bio(CONF *conf, BIO *bp, long *eline);
217 long eline=0; local
218 char btmp[DECIMAL_SIZE(eline)+1];
285 eline++; /* another input line */
449 if (line != NULL) *line=eline;
450 BIO_snprintf(btmp,sizeof btmp,"%ld",eline);
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl74 $eline = $line;
75 1 while $eline =~
78 if (length($eline) > 80) {
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Djstyle.pl258 my $eline = $line;
259 1 while $eline =~
261 if (length($eline) > 80) {
H A Dcstyle.pl323 my $eline = $line;
324 1 while $eline =~
326 if (length($eline) > 80) {
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dwclib.c170 register Sfoff_t eline = -1; local
230 if (x == -1 && eline != nlines && !(wp->mode & WC_QUIET))
231 eline = invalid(file, nlines);
451 if(eline!=nlines && !(wp->mode & WC_QUIET))
452 eline = invalid(file, nlines);
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c100 register int n,eline; local
152 eline = lexp->sh->inlineno-(lexp->token==NL);
153 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff);
154 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline);
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Dauditxml407 my $eline = $line.$text;
409 1 while $eline =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e;
410 if ((length($eline) > 77) && ($line =~ /\t\t/)) {
414 # shorten eline; don't mind where the spaces are removed, it is
415 # only $eline length which matters
416 $eline =~ s/ {8}//;
418 if (length($eline) > 77) { # 80 - length(" */")
421 $line .= substr($text, 0, 74 - length($eline));

Completed in 102 milliseconds