/src/distrib/notes/common/ |
extract-contrib-string.pl | 90 print "XXX $fn line $.: $msg\n" 121 line: label 129 last line; 178 last line; 287 $key =~ s/\n/ /g; # ignore difference in line breaks 313 last line;
|
extract-contrib-string.pl | 90 print "XXX $fn line $.: $msg\n" 121 line: label 129 last line; 178 last line; 287 $key =~ s/\n/ /g; # ignore difference in line breaks 313 last line;
|
extract-contrib-string.pl | 90 print "XXX $fn line $.: $msg\n" 121 line: label 129 last line; 178 last line; 287 $key =~ s/\n/ /g; # ignore difference in line breaks 313 last line;
|
/src/tests/lib/libc/stdio/ |
h_testnumbers.c | 8 char line[1024]; local in function:main 10 while (fgets(line, sizeof(line), stdin) != NULL) { 11 if ((size_t)atoi(line) != i) 12 errx(EXIT_FAILURE, "bad line \"%s\", expected %zu\n", 13 line, i);
|
h_testnumbers.c | 8 char line[1024]; local in function:main 10 while (fgets(line, sizeof(line), stdin) != NULL) { 11 if ((size_t)atoi(line) != i) 12 errx(EXIT_FAILURE, "bad line \"%s\", expected %zu\n", 13 line, i);
|
h_testnumbers.c | 8 char line[1024]; local in function:main 10 while (fgets(line, sizeof(line), stdin) != NULL) { 11 if ((size_t)atoi(line) != i) 12 errx(EXIT_FAILURE, "bad line \"%s\", expected %zu\n", 13 line, i);
|
/src/tests/usr.bin/nbperf/ |
hash_driver.c | 42 char *line = NULL; local in function:main 46 while ((len = getline(&line, &buflen, stdin)) > 0) { 47 if (len && line[len - 1] == '\n') 49 printf("%" PRId32 "\n", hash(line, len)); 51 free(line);
|
hash_driver.c | 42 char *line = NULL; local in function:main 46 while ((len = getline(&line, &buflen, stdin)) > 0) { 47 if (len && line[len - 1] == '\n') 49 printf("%" PRId32 "\n", hash(line, len)); 51 free(line);
|
hash_driver.c | 42 char *line = NULL; local in function:main 46 while ((len = getline(&line, &buflen, stdin)) > 0) { 47 if (len && line[len - 1] == '\n') 49 printf("%" PRId32 "\n", hash(line, len)); 51 free(line);
|
/src/sys/modules/examples/readhappy_mpsafe/ |
test_readhappy.c | 52 int line; local in function:read_happy 55 fscanf(fp, "%d", &line); 56 printf("%d\n", line);
|
test_readhappy.c | 52 int line; local in function:read_happy 55 fscanf(fp, "%d", &line); 56 printf("%d\n", line);
|
test_readhappy.c | 52 int line; local in function:read_happy 55 fscanf(fp, "%d", &line); 56 printf("%d\n", line);
|
/src/usr.sbin/gspa/gspa/ |
gsp_gram.y | 69 %start line 78 line : label ID operands { statement($2, $3); } label
|
gsp_gram.y | 69 %start line 78 line : label ID operands { statement($2, $3); } label
|
gsp_gram.y | 69 %start line 78 line : label ID operands { statement($2, $3); } label
|
/src/tests/usr.bin/indent/ |
opt_v.c | 59 /* $ XXX: If they are broken, -nv does NOT output 'Line broken'. */ 68 * the line numbers were counted wrong. 72 int line = 1; 73 int line = 2; 74 int line = 3; 76 int line = 5; variable in typeref:typename:int
|
opt_v.c | 59 /* $ XXX: If they are broken, -nv does NOT output 'Line broken'. */ 68 * the line numbers were counted wrong. 72 int line = 1; 73 int line = 2; 74 int line = 3; 76 int line = 5; variable in typeref:typename:int
|
opt_v.c | 59 /* $ XXX: If they are broken, -nv does NOT output 'Line broken'. */ 68 * the line numbers were counted wrong. 72 int line = 1; 73 int line = 2; 74 int line = 3; 76 int line = 5; variable in typeref:typename:int
|
/src/share/man/tools/ |
line.c | 1 /* $NetBSD: line.c,v 1.2 1998/01/09 08:05:00 perry Exp $ */ 3 /* @(#)line.c 1.1 */ 5 This program reads a single line from the standard input 15 char line[LSIZE]; local in function:main 19 linep = line; 20 linend = line + LSIZE; 26 write (1, line, LSIZE); 27 linep = line; 31 write (1, line, linep-line); [all...] |
/src/sys/arch/alpha/pci/ |
pci_up1000.c | 93 int line = pa->pa_intrline; local in function:ALPHA_PCI_INTR_INIT 108 * The console places the interrupt mapping in the "line" value. 111 if (line == 0xff) { 117 if (line < 0 || line > 15) { 118 printf("%s: bad ISA IRQ (%d)\n", __func__, line); 121 if (line == 2) { 123 line = 9; 126 alpha_pci_intr_handle_init(ihp, line, 0);
|
/src/sys/arch/mvme68k/stand/bootst/ |
boot.c | 47 char line[80]; variable in typeref:typename:char[80] 65 kgets(line, sizeof(line)); 66 if (line[0]) 67 file = line;
|
/src/sys/arch/mvme68k/stand/netboot/ |
boot.c | 47 char line[80]; variable in typeref:typename:char[80] 69 kgets(line, sizeof(line)); 70 if (line[0]) { 71 bugargs.arg_start = line; 72 cp = line; 73 while (cp < (line + sizeof(line) - 1) && *cp)
|
/src/sys/arch/sun68k/stand/tapeboot/ |
boot.c | 55 char line[80]; variable in typeref:typename:char[80] 101 kgets(line, sizeof(line)); 102 if (line[0]) 103 file = line;
|
/src/sys/dev/raidframe/ |
rf_shutdown.c | 61 void *arg, char *file, int line) 80 ent->line = line; 92 int line; local in function:rf_ShutdownList 99 line = r->line; 102 printf("call shutdown, created %s:%d\n", file, line); 108 printf("completed shutdown, created %s:%d\n", file, line);
|
rf_shutdown.h | 58 int line; member in struct:RF_ShutdownList_s
|