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

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c102 char *line; local
129 line = get_sum_line();
132 (void) sprintf(line,
135 line += strlen(line);
141 (void) sprintf(line,
149 (void) sprintf(line,
162 check_retransmit(line, xid);
164 (void) sprintf(line, "PORTMAP R %s ",
166 line
389 char *line; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/checknr/
H A Dchecknr.c44 int lno; /* line number the thing came in in */
144 static int lineno; /* current line number in input file */
145 static char line[256]; /* the current line */ variable
158 static void chkcmd(char *line, char *mac);
163 static void addcmd(char *line);
285 for (lineno = 1; fgets(line, sizeof (line), f); lineno++) {
286 if (line[0] == '.') {
290 (void) strncpy(mac, line
407 chkcmd(char *line, char *mac) argument
524 addcmd(char *line) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c51 /* This specifies the maximum length of a contents file line read in. */
244 char line[2048]; local
282 for (i = 0; fgets(line, 2048, fp) != NULL; i++);
289 for (i = 0; fgets(line, 2048, fp) != NULL; ) {
291 if (line[0] == '#' || line[0] == ' ' || line[0] == '\n' ||
292 line[0] == '\t' || line[0] == '\r')
294 n = strlen(line);
509 char line[LINESZ]; /* Reads in and writes out contents lines. */ local
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dcrypto.h414 void CRYPTO_lock(int mode, int type,const char *file,int line);
416 const char *file,int line));
418 int line);
420 const char *file, int line));
422 const char *file,int line);
428 int line);
433 void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*dyn_create_function)(const char *file, int line));
434 void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line));
435 void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)(struct CRYPTO_dynlock_value *l, const char *file, int line));
436 struct CRYPTO_dynlock_value *(*CRYPTO_get_dynlock_create_callback(void))(const char *file,int line);
[all...]
H A Dcryptlib.c185 const char *file,int line)=NULL;
187 int type,const char *file,int line)=NULL;
190 (const char *file,int line)=NULL;
192 struct CRYPTO_dynlock_value *l, const char *file,int line)=NULL;
194 const char *file,int line)=NULL;
357 (const char *file,int line)
363 struct CRYPTO_dynlock_value *l, const char *file,int line)
369 (struct CRYPTO_dynlock_value *l, const char *file,int line)
375 (const char *file, int line))
381 struct CRYPTO_dynlock_value *l, const char *file, int line))
374 CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*func) (const char *file, int line)) argument
380 CRYPTO_set_dynlock_lock_callback(void (*func)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) argument
386 CRYPTO_set_dynlock_destroy_callback(void (*func) (struct CRYPTO_dynlock_value *l, const char *file, int line)) argument
405 CRYPTO_set_locking_callback(void (*func)(int mode,int type, const char *file,int line)) argument
411 CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, const char *file,int line)) argument
448 CRYPTO_lock(int mode, int type, const char *file, int line) argument
492 CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, int line) argument
756 OpenSSLDie(const char *file,int line,const char *assertion) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl68 # The algorithm to calculate line length from cstyle.
70 $line = $_;
71 if ($line =~ tr/\t/\t/ * 7 + length($line) > 80) {
74 $eline = $line;
79 err "line > 80 characters";
108 # the line ending in a space or tab.)
114 err "space or tab at end of line";
136 err "left brace not on its own line";
140 err "left brace not on its own line";
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.h51 int line; /* line where this token appeared */ member in struct:tokstr
/opensolaris-onvv-gate/usr/src/cmd/tsol/zones/
H A Dzoneshare.sh75 while read line # get complete lines
77 echo $line
H A Dzoneunshare.sh73 while read line # get complete lines
75 echo $line
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppline.c25 * common preprocessor line sync handler
31 ppline(int line, char* file) argument
51 type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sync;
75 * some front ends can't handle two line syncs in a row
81 ppprintf("#%s %d \"%s\"%s\n", pp.lineid, line, (pp.flags & PP_linebase) && (s = strrchr(file, '/')) ? s + 1 : file, type);
83 ppprintf("#%s %d\n", pp.lineid, line);
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dcplfile.h58 * line const char * The string containing the incomplete filename.
59 * word_start int The index of the first character in line[]
61 * word_end int The index of the character in line[] that
84 const char *line, int word_start, int word_end,
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dsystat.c49 char filename[MAXFULLNAME], line[S_SIZE]; local
54 line[0] = '\0';
61 if (fgets(line, S_SIZE, fp) != NULL)
62 if (getargs(line, vec, 4) == 4) {
141 char filename[MAXFULLNAME], line[S_SIZE]; local
149 if (fgets(line, S_SIZE, fp) == NULL) {
159 sscanf(line, "%d%d%ld%ld", &type, &count, &lasttime, &retrytime);
H A Duuglist.c130 char line[BUFSIZ]; local
136 while (rdfulline(cfd, line, BUFSIZ) != 0) {
138 na = getargs(line, carray, C_MAX);
150 char line[BUFSIZ]; local
156 while (rdfulline(cfd, line, BUFSIZ) != 0) {
158 na = getargs(line, carray, C_MAX);
186 errent(s1, s2, i1, file, line)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Ddomacro.c64 (void) strcat(line, " ");
66 (void) gets(&line[strlen(line)]);
87 (void) strcpy(line2, line);
94 cp2 = line;
155 printf("%s\n", line);
162 (void) strcpy(line, line2);
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c90 alloc_malloc(size_t nbytes, const char *fname, int line) argument
119 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) argument
121 void *retval = alloc_malloc(nbytes, fname, line);
132 alloc_free((char *)ptr, fname, line);
144 alloc_strdup(const char *ptr, const char *fname, int line) argument
146 char *retval = alloc_malloc(strlen(ptr) + 1, fname, line);
160 alloc_free(void *ptr, const char *fname, int line) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Ddup.t129 my $line;
130 $line = <G>; chomp $line; is($line, "ggg");
131 $line = <G>; chomp $line; is($line, "fff");
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl20 testcmp -- compare two files line-by-line
32 Compare two text files line-by-line and return 0 if they are the
38 The referenced user-defined subroutine should be a line-comparator
61 my ($line, $diffs) = (0, 0);
66 ++$line;
78 warn "$file1 and $file2 differ at line $line\n";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A DCheckIn58 my ($fh, $line, %file);
60 while (defined($line = <$fh>) && $line !~ m{^"Path",}) {
63 while (defined($line = <$fh>)) {
64 chomp($line);
66 push(@field, $+) while $line =~
68 push(@field, undef) if (substr($line, -1, 1) eq ',');
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dcstyle.pl103 my ($filename, $line, $prev); # shared globals
194 printf $fmt, $filename, $., $error, $line;
201 my $out = $prevline."\n".$line;
239 $line = '';
243 line: while (<$filehandle>) { label
246 # save the original line, then remove all text from within
249 $line = $_;
253 # the line. We translate that into a quoted string on the previous
254 # line followed by an initial quote on the next line
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dvar.c34 char *get_variable(string, after, line)
36 int line;
49 fprintf(stderr, "%d: { without }\n", line);
58 line, *s);
69 fprintf(stderr, "%d: unknown variable '%s'\n", line, s);
74 value = expand_string(s, line);
81 static char *expand_string(oldstring, line)
83 int line;
106 value = get_variable(s, &p3, line);
110 p2 = expand_string(value, line);
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dtee.c44 "[l:linebuffer?Set the standard output to be line buffered.]"
62 int line; member in struct:Tee_s
102 if (tp->line >= 0)
103 sfset(sfstdout, SF_LINE, tp->line);
116 int line; local
128 line = -1;
141 line = sfset(sfstdout, 0, 0) & SF_LINE;
142 if ((line == 0) == (opt_info.num == 0))
143 line = -1;
176 tp->line
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm111 =item * =over on line I<N> without closing =back
208 =item * line containing nothing but whitespace in paragraph
210 There is some whitespace on a seemingly empty line. POD is very sensitive
225 There is a list C<=item> right above the flagged line that has no
591 -line
593 The line number the error occurred in.
612 my $line = (exists $opts{-line}) ? " at line $opts{-line}"
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c335 dsyslog(LOG_DEBUG, "line listed in utmp file is not a tty\n");
412 char line[BUFSIZ]; local
434 while (fgets(line, sizeof (line), fi) != NULL) {
444 if (strncmp(line, "From ", 5) == 0)
446 if (inheader && (line[0] == ' ' || line[0] == '\t'))
448 cp = index(line, ':');
449 if (cp == 0 || (index(line, ' ') && index(line, ' ') < c
[all...]
H A Din.fingerd.c56 char line[512]; local
66 line[0] = '\0';
67 if (fgets(line, sizeof (line), stdin) == NULL)
69 sp = line;
97 /* check for end of "command line" */
106 /* check again for end of "command line" */
/opensolaris-onvv-gate/usr/src/cmd/refer/
H A Dinv2.c35 char line[LINESIZ]; local
42 while (fgets(line, LINESIZ, inf)) {
43 p = line;
46 fputs(line, recf);
93 lp += (strlen(line)+lt+1);

Completed in 234 milliseconds

1234567891011>>