Searched refs:line (Results 151 - 175 of 3289) sorted by relevance

1234567891011>>

/macosx-10.10/apache-793/httpd/test/
H A Dcls.c98 char line[1035]; local
129 if (fgets(line, 1034, fp) == NULL) {
134 if (!checkmask(line, "&&&&&&&& &&&&&&&& &&&&&&&& &&&&&&&& &&&&&&&&\n")) {
139 date = hex2sec(line);
140 lmod = hex2sec(line + 9);
141 expire = hex2sec(line + 18);
142 ver = hex2sec(line + 27);
143 len = hex2sec(line + 35);
144 if (fgets(line, 1034, fp) == NULL) {
150 i = strlen(line);
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dxmalloc.c138 sh_xmalloc (bytes, file, line)
141 int line;
145 temp = sh_malloc (bytes, file, line);
151 fatal_error (_("xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"), file, line, (unsigned long)bytes, (unsigned long)allocated);
153 fatal_error (_("xmalloc: %s:%d: cannot allocate %lu bytes"), file, line, (unsigned long)bytes);
161 sh_xrealloc (pointer, bytes, file, line)
165 int line;
169 temp = pointer ? sh_realloc (pointer, bytes, file, line) : sh_malloc (bytes, file, line);
175 fatal_error (_("xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"), file, line, (unsigne
[all...]
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_out.c55 /* cleanup_out_header() outputs a multi-line header as records
118 msg_panic("cleanup_out: bad line length limit: %d", var_line_limit);
164 /* cleanup_out_header - output one multi-line header as a bunch of records */
169 char *line; local
180 * XXX We prefer to truncate a header at the last line boundary before the
182 * 10%, we truncate between line boundaries to avoid losing too much
190 for (line = start; line; line = next_line) {
191 next_line = split_at(line, '\
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctline.py26 line = CTLineCreateWithAttributedString(
28 self.failUnlessIsInstance(line, CTLineRef)
31 v = CTLineCreateTruncatedLine(line, 20.0, kCTLineTruncationStart, token)
35 v = CTLineCreateJustifiedLine(line, 0.75, 20.0)
38 v = CTLineGetGlyphCount(line)
41 v = CTLineGetGlyphRuns(line)
44 v = CTLineGetStringRange(line)
47 v = CTLineGetPenOffsetForFlush(line, 0.5, 40.0)
56 CTLineDraw(line, ctx)
58 v = CTLineGetImageBounds(line, ct
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctline.py26 line = CTLineCreateWithAttributedString(
28 self.assertIsInstance(line, CTLineRef)
31 v = CTLineCreateTruncatedLine(line, 20.0, kCTLineTruncationStart, token)
35 v = CTLineCreateJustifiedLine(line, 0.75, 20.0)
38 v = CTLineGetGlyphCount(line)
41 v = CTLineGetGlyphRuns(line)
44 v = CTLineGetStringRange(line)
47 v = CTLineGetPenOffsetForFlush(line, 0.5, 40.0)
56 CTLineDraw(line, ctx)
58 v = CTLineGetImageBounds(line, ct
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/library/
H A Dbuildidx.tcl36 # Write a line to the index file describing the package.
54 set length [expr [clength $matchInfo(line)] + 1]
55 set line [string trimright $matchInfo(line)]
56 while {[string match {*\\} $line]} {
57 set line [csubstr $line 0 [expr [clength $line]-1]]
59 append line " " [string trimright $nextLine]
63 foreach p [lrange $line
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip_util.tcl27 foreach line [split $text \n] {
29 if {$line eq $endverbline} then {
32 append res [string map {[ [lb] ] [rb]} $line] \n
35 switch -glob -- $line %%* {
40 append res [string range $line 2 end] \n
46 set endverbline "%[string range $line 3 end]"
54 regexp -- {(^%<[^>]*>)(.*)$} $line "" guard line
56 [string map {[ [lb] ] [rb]} $line] \n
62 append res [string range $line
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/eg/
H A D5005it.pl63 my($line) = @_;
72 if($line =~ /=/) {
74 $line =~ s/^our\s+//;
76 # There's nothing, just get rid of the entire line
77 $line = "\n";
80 $out .= $line;
/macosx-10.10/Heimdal-398.1.2/lib/libedit/doc/
H A Dmdoc2man.awk36 line=""
53 line=line "\n"
54 line=line str
81 if(length(line)&&!(match(line," $")||prenl))
113 sub(" $","",line)
116 sub(" $","",line)
152 if(!nospace&&length(line)
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Dbprint.c188 char line[BP_LEN]; local
194 line[0] = '\n';
195 line[1] = '\0';
202 if( i ) (*ber_pvt_log_print)( line );
203 memset( line, ' ', sizeof(line)-2 );
204 line[sizeof(line)-2] = '\n';
205 line[sizeof(line)
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DRecognitionException.cpp17 , line(-1)
24 , line(-1)
34 , line(line_)
46 if ( line != -1 )
49 fileLineColumnString = fileLineColumnString + "line ";
51 fileLineColumnString = fileLineColumnString + line;
/macosx-10.10/WebCore-7600.1.25/
H A Dmake-export-file-generator31 def line_for_output line
32 return line.chomp if line =~ /^#\s*(if|ifdef|ifndef|else|elif|endif)/
33 " validateAndPrint(\"#{line.chomp}\");"
74 <%- input.each_line do |line| -%>
75 <%= line_for_output line %>
/macosx-10.10/bind9-45.101/bind9/win32utils/
H A Dupdateopenssl.pl87 my($filename, $substr, $line);
98 foreach $line (@Lines) {
99 $line =~ s/openssl-[0-9]+\.[0-9]+\.[0-9]+[a-z]{0,1}/$substr/gi;
103 foreach $line (@Lines) {
104 print RFILE $line;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/windres/
H A Dwindres.exp56 if { [gets $file line] == -1 } {
59 if [regexp "^ \[0-9a-z\]\[0-9a-z\]* " $line] {
60 return $line
71 while { [gets $rc line] != -1 } {
72 if ![regexp "^(//|/\*|#)" $line] {
75 if [regexp "\[xp\]fail *(\[^ \]*)" $line junk sys] {
97 while { [gets $rc line] != -1 } {
98 if ![regexp "^(//|/\*|#)" $line] {
101 if [regexp "parse-only" $line] {
106 if [regexp "\[xc\]fail *(\[^ \]*)" $line jun
[all...]
/macosx-10.10/msdosfs-209.1.1/
H A DHexDump.py19 line = bytes[index:index+bytesPerLine]
20 if line == lastLine and not verbose:
25 hex = " ".join(map(HexByte, line))
26 ascii = line.translate(printable)
28 lastLine = line
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_clreol.c55 struct ldat *line; local
61 * new line, unless we are at the lower right corner.
78 line = &win->_line[y];
79 CHANGED_TO_EOL(line, x, win->_maxx);
81 ptr = &(line->text[x]);
82 end = &(line->text[win->_maxx]);
/macosx-10.10/ruby-106/ruby/test/dtrace/
H A Dtest_object_create_start.rb16 saw = saw.map(&:split).find_all { |klass, file, line|
20 assert_equal([rbfile], saw.map { |line| line[1] })
21 assert_equal(['1'], saw.map { |line| line[2] })
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchangelog.tcl50 set line [lindex $text $i]
52 if {[regexp "^\[^ \t\]" $line]} {
61 set date [string trim [lindex $line 0]]
62 set author [string trim [lrange $line 1 end]]
64 set pos [string first " " $line]
65 set date [string trim [string range $line 0 $pos]]
66 set author [string trim [string range $line $pos end]]
73 set line [string trim $line]
75 if {[string length $line]
[all...]
/macosx-10.10/vim-55/runtime/indent/
H A Dtcl.vim22 let line = getline(lnum)
23 if line !~ '^\s*\(#\|$\)'
34 let line = getline(a:lnum)
36 let i = match(line, pattern)
39 if line[i] == '{'
41 elseif line[i] == '}'
49 let i = match(line, pattern, i + 1)
55 let line = getline(v:lnum)
56 if line =~ '^\s*\*'
58 elseif line
[all...]
H A Dtcsh.vim24 " Find a non-blank line above the current line.
32 " Add indent if previous line begins with while or foreach
33 " OR line ends with case <str>:, default:, else, then or \
35 let line = getline(lnum)
36 if line =~ '\v^\s*%(while|foreach)>|^\s*%(case\s.*:|default:|else)\s*$|%(<then|\\)$'
40 if line =~ '\v^\s*breaksw>'
44 " Subtract indent if current line has on end, endif, case commands
45 let line = getline(v:lnum)
46 if line
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dmig_log.c104 unsigned int line)
109 size, kpd, retcode, ports, oolports, ool, file, line);
119 unsigned int line)
122 printf("%d|%d|%d -- %s %d\n", who, what, *(int *)par, file, line);
124 printf("%d|%d|%s -- %s %d\n", who, what, (char *)par, file, line);
93 MigEventTracer( mig_who_t who, mig_which_event_t what, mach_msg_id_t msgh_id, unsigned int size, unsigned int kpd, unsigned int retcode, unsigned int ports, unsigned int oolports, unsigned int ool, char *file, unsigned int line) argument
114 MigEventErrors( mig_who_t who, mig_which_error_t what, void *par, char *file, unsigned int line) argument
/macosx-10.10/ruby-106/ruby/ext/ripper/tools/
H A Dpreproc.rb42 while line = f.gets
43 case line
54 out << line.sub(/<\w+>/, '<val>')
56 out << line.sub(/<\w+>/, '<val>')
58 out << line
64 while line = f.gets
65 case line
80 out << line
86 while line = f.gets
87 out << line
[all...]
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A Dman2tcl.c43 * Current line number, used for error messages.
70 static void DoMacro(char *line);
71 static void DoText(char *line);
96 int argc, /* Number of command-line arguments. */
97 char **argv) /* Values of command-line arguments. */
101 char line[MAX_LINE_SIZE];
131 while (fgets(line, MAX_LINE_SIZE, f) != NULL) {
132 for (p = line; *p != 0; p++) {
140 if (((line[0] == '.') || (line[
100 char line[MAX_LINE_SIZE]; local
195 DoMacro( char *line) argument
283 DoText( char *line) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen91 my ($result, $line);
93 $line = $handle->getline();
94 last if (!defined($line));
96 chomp($line);
97 $line .= "\n";
99 $result = parse_line($testsuite, $parser, $line);
101 die sprintf("%s, at line %d\n",
107 die "unexpected EOF, at line $.\n";
114 my ($testsuite, $parser, $line) = @_;
118 if ($line
[all...]
/macosx-10.10/groff-38/groff/src/preproc/eqn/
H A Deqn.cpp11 #line 20 "eqn.y"
21 #line 31 "eqn.y"
30 #line 31 "y.tab.c"
811 #line 125 "eqn.y"
815 #line 130 "eqn.y"
819 #line 132 "eqn.y"
829 #line 143 "eqn.y"
833 #line 145 "eqn.y"
837 #line 147 "eqn.y"
841 #line 15
[all...]

Completed in 169 milliseconds

1234567891011>>