/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | is_linetou.c | 48 is_linetouched(WINDOW *win, int line) argument 50 if (line < 0 || line >= win->_maxy) 52 if (win->_firstch[line] == _INFINITY)
|
H A D | ripoffline.c | 46 * such that a line is removed from the user's screen by initscr. This 48 * which tells initscr to reduce the size of stdscr by one for each line 58 int line; member in struct:_ripdef 82 ((flag = _ripstruct[i].line) > 0) ? 0 : LINES, 0), COLS); 90 ripoffline(int line, int (*initfunction)(WINDOW *, int)) argument 93 _ripstruct[_ripcounter].line = line;
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | versys.c | 51 char line[BUFSIZ]; local 70 while (getsysline(line, sizeof(line))) { 71 if((line[0] == '#') || (line[0] == ' ') || (line[0] == '\t') || 72 (line[0] == '\n')) 75 if ((iptr=strpbrk(line, " \t")) == NULL) 78 if (EQUALS(name, line)) {
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | jstyle.pl | 37 -c check continuation line indenting 61 my ($filename, $line, $prev); 101 printf $fmt, $filename, $., $_[0], $line; 126 line: while (<STDIN>) { label 129 # save the original line, then remove all text from within 132 $line = $_; 141 next line; 145 # a /*JSTYLED*/ comment indicates that the next line is ok. 157 $prev = $line; 158 next line; [all...] |
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppcomment.c | 31 ppcomment(char* head, char* comment, char* tail, int line) argument 33 NoP(line);
|
H A D | ppline.c | 25 * 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);
|
H A D | ppincref.c | 32 ppincref(char* parent, char* file, int line, int type) argument 38 NoP(line);
|
H A D | ppmacref.c | 31 ppmacref(struct ppsymbol* sym, char* file, int line, int type, unsigned long sum) argument 36 NoP(line); 38 p += sfsprintf(p, MAXTOKEN, "\n#%s %d", pp.lineid, error_info.line);
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | assert.c | 34 __assert(const char *assertion, const char *file, int line) argument 39 "%s, file: %s, line: %d", assertion, file, line);
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | assert.c | 35 __assert(const char *func, const char *file, int line, const char *expression) argument 38 panic("Assertion failed: (%s), file %s, line %d.\n", 39 expression, file, line); 42 "Assertion failed: (%s), function %s, file %s, line %d.\n", 43 expression, func, file, line);
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | admutil.c | 51 int line = 0; /* line number we found entry on */ local 55 line++; 61 return(line);
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | help.c | 48 int line; local 60 "the file containing a displayed line\n"; 75 "line.\n"; 107 "to mark or unmark the line to be\n"; 113 *tp++ = "1-9\tMark or unmark the line to be changed.\n"; 130 line = 0; 132 if (line < LINES - 1) { 135 ++line; 143 line = 0; 146 if (line) { [all...] |
H A D | logdir.c | 49 static char line[BUFSIZ+1]; variable 74 /* get the next line in the password file */ 75 i = read(pwf, line, BUFSIZ); 77 if (line[j] == '\n') 82 line[++j] = 0; /* terminate the line */ 83 /* point at the next line */ 85 p = passwdfield(line); /* get the logname */ 86 } while (*name != *line || /* fast pretest */ 87 strcmp(name, line) ! [all...] |
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mdcf.c | 59 char line[1000]; local 105 while (fgets(line, 1000, tfp) != NULL) { 106 if (fputs(line, mfp) == NULL) {
|
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | gethostent6.c | 62 check_addr(nss_XbyY_args_t *argp, const char *line, int linelen) argument 64 return (__nss_files_check_addr(AF_INET6, argp, line, linelen));
|
H A D | getspent.c | 35 check_spnamp(nss_XbyY_args_t *argp, const char *line, int linelen) argument 37 const char *linep = line; 41 if (linelen == 0 || *line == '+' || *line == '-')
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | debug_subr.c | 53 sunFm_assert(const char *expr, const char *file, int line) argument 55 sunFm_panic("\"%s\", line %d: assertion failed: %s\n", file, line,
|
/illumos-gate/usr/src/lib/libnsl/saf/ |
H A D | checkver.c | 54 char line[BUFSIZ]; /* temp buffer for input */ local 60 p = line; 71 p = line;
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | stdethers.c | 44 * The hostname buffer must be at least as large as the line buffer 48 char line[MAXHOSTNAMELEN + 256], *lf, hostname[sizeof (line)]; local 62 while (fgets(line, sizeof (line), in) != NULL) { 63 lf = strchr(line, '\n'); 66 if ((line[0] == '#') || (line[0] == '\0')) 68 if (ether_line(line, &e, hostname) == 0) { 73 "%s: ignoring line [all...] |
/illumos-gate/usr/src/common/net/wanboot/ |
H A D | p12err.c | 160 * the SUNWerr macro provides a filename and line #. 163 ERR_SUNW_error(int function, int reason, char *file, int line) argument 167 ERR_PUT_error(SUNW_lib_error_code, function, reason, file, line);
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | refer1.c | 34 main(int argc, char *argv[]) /* process command-line arguments */ 36 char line[BUFSIZ], *s; local 146 while (input(line)) { 148 if (biblio && *line == '\n') 149 doref(line); 150 else if (biblio && Iline == 1 && *line == '%') 151 doref(line); 152 else if (!prefix(".[", line)) 153 output(line); 155 doref(line); [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rquota.c | 69 char *line; local 82 line = get_sum_line(); 87 (void) sprintf(line, 92 check_retransmit(line, xid); 94 (void) sprintf(line, "RQUOTA R %s ", 96 line += strlen(line); 99 (void) sprintf(line, "OK"); 101 (void) sprintf(line, "No quota"); 103 (void) sprintf(line, "N [all...] |
/illumos-gate/usr/src/cmd/loadkeys/ |
H A D | loadkeys.y | 568 table line 572 line: label 835 yyerror("line too long"); 862 yyerror("missing newline at end of line"); 872 yyerror("missing newline at end of line"); 883 yyerror("line too long"); 1012 (void) fprintf(stderr, "%s, line %d: %s\n", infilename, lineno, msg);
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | tg.c | 25 char line[BIGBUF]; local 31 fprintf(tabout, ".nr %d \\n(.lu\n", SL); /* remember old line length */ 59 while (gets1(line, sizeof line)) 61 if (line[0]=='T' && line[1]=='}' && line[2]== tab) break; 62 if (match("T}", line)) break; 63 fprintf(tabout, "%s\n", line); 73 /* copy remainder of line */ [all...] |
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | debug.c | 32 debug_fatal(const char* file, int line) argument 34 error(2, "%s:%d: debug error", file, line);
|