Searched defs:line (Results 526 - 550 of 621) sorted by relevance

<<2122232425

/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c173 static char line[4096]; local
179 if (fgets(line, sizeof (line), input) == NULL)
194 s = line;
198 /* chop off trailing new line */
199 (void) strtok(line, "\n");
216 if ((s = strstr(line, "//")) != NULL) {
219 stmt = strtok_r(line, ";\n", &lasts);
262 (void) fprintf(stderr, "Error: %s on line %d of %s\n", msgbuf, lineno,
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c690 int line = 1; local
701 test_debugf(t, "%d: %s", line, buf);
702 line++;
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc82 static Boolean check_dependencies(Doname *result, Property line, Boolean do_get, Name target, Name true_target, Boolean doing_subtree, Chain *out_of_date_tail, Property old_locals, Boolean implicit, Property *command, Name less, Boolean rechecking_target, Boolean recheck_conditionals);
84 static Doname run_command(register Property line, Boolean print_machine);
85 extern Doname execute_serial(Property line);
90 static void do_assign(register Name line, register Name target);
91 static void build_command_strings(Name target, register Property line);
92 static Doname touch_command(register Property line, register Name target, Doname result);
93 extern void update_target(Property line, Doname result);
186 Property line, source_line; local
190 line = maybe_append_prop(target, line_prop);
191 line
289 register Property line; local
928 check_dependencies(Doname *result, Property line, Boolean do_get, Name target, Name true_target, Boolean doing_subtree, Chain *out_of_date_tail, Property old_locals, Boolean implicit, Property *command, Name less, Boolean rechecking_target, Boolean recheck_conditionals) argument
1314 Property line; local
1569 run_command(register Property line, Boolean) argument
1761 execute_serial(Property line) argument
2075 do_assign(register Name line, register Name target) argument
2158 build_command_strings(Name target, register Property line) argument
2503 touch_command(register Property line, register Name target, Doname result) argument
2584 update_target(Property line, Doname result) argument
2680 register Property line; local
3078 Property line; local
3133 Property line; local
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.h96 int line; /* Input file line number. */ member in struct:roff_node
104 #define MDOC_LINE (1 << 3) /* First macro/text on line. */
142 #define MDOC_NEWLINE (1 << 3) /* First macro/text in a line. */
150 #define MAN_ELINE (1 << 11) /* Next-line element scope. */
151 #define MAN_BLINE (1 << 12) /* Next-line block scope. */
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h50 /* GRUB menu per-line classification */
61 typedef struct line { struct
67 char *line; member in struct:line
69 struct line *next;
70 struct line *prev;
86 #define BAM_ENTRY_ROOT 0x08 /* entry has a root line */
91 #define BAM_ENTRY_FINDROOT 0x100 /* entry has a findroot line */
103 line_t *curdefault; /* line containing default */
104 line_t *olddefault; /* old default line (commented) */
105 line_t *old_rc_default; /* old default line fo
[all...]
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c525 char line[80]; local
532 sprintf(line, " zfs:%s\n", spa->spa_name);
533 ret = pager_output(line);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c197 * original line is also preserved. Used in parsing and updating the
210 static int line = 0; local
215 line = 0;
217 line++;
223 item->lineno = line;
250 item->lineno = line;
366 * remdfsline(list, line)
368 * Remove the line specified from the list.
372 remdfsline(xfs_sharelist_t *list, char *line) argument
382 if (strcmp(item->origline, line)
539 sa_comment_line(char *line, char *err) argument
763 add_syntax_comment(xmlNodePtr root, char *line, char *err, int todfstab) argument
1134 char *line; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c276 char line[BUFSIZ]; local
288 while (fread(line, sizeof (line), 1, fsrc))
289 (void) fprintf(fdest, "%s\n", line);
301 char line[BUFSIZ], key[BUFSIZ], idstr[BUFSIZ]; local
325 (void) fgets(line, sizeof (line), fp);
326 if (sscanf(line, "%1024s %1024s", key, idstr) == 2) {
328 (void) fprintf(newfp, "%s\n", line);
348 char line[BUFSI local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c459 * Compute the total line width of each line,
794 char *cp, line[MAXLINE]; local
831 cp = line;
871 cfga_msg(msgp, line); /* print the message */
1548 * This routine prints a single line of help message
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c290 char *linep, line[NSS_BUFSIZ]; local
298 while ((linep = fgets(line, NSS_BUFSIZ, fp)) != NULL) {
2378 * marks the server as on-line. Otherwise, the server's status is set
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c796 char *cp, line[MAXVALSIZE + 6]; local
803 while (fgets(line, MAXVALSIZE + 6, file)) {
804 if (strncmp(line, "0 ", 2) != 0)
806 /* drop new-line */
807 line[strlen(line) - 1] = '\0';
812 cp = strchr(line + 2, ' ');
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c862 dtj_wrap_exception(JNIEnv *jenv, const char *file, int line) argument
900 jfile, line, e);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h181 * CDEBUG is for communication line debugging
291 char *line; /* device name for outgoing line */ member in struct:call
296 /* structure of an Systems file line */
297 #define F_MAX 50 /* max number of fields in Systems file line */
305 /* structure of an Devices file line */
312 #define D_MAX 50 /* max number of fields in Devices file line */
402 static char Dc[]; /* line name */
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h89 #define PROTO_LINESYNC (1<<7) /* force standalone line syncs */
115 #define IN_ignoreline (1<<8) /* ignore #line until file */
121 #define IN_sync (1<<14) /* line sync required on pop */
152 int line; /* saved line number */ member in struct:ppinstk
192 int line; /* line number of first arg */ member in struct:ppmacstk
326 struct ppfile* insert; /* inserted line sync file */ \
335 PPLINESYNC linesync; /* pass along line sync info */ \
501 #define IN_MULTILINE (8|IN_TOP) /* multi-line macr
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c81 char line[MAX_CANON]; local
113 while (fgets(line, MAX_CANON, fp) != NULL) {
115 if ((ptr = strchr(line, '#')) != NULL)
117 if (strtok_r(line, field_delims, &lasts) == NULL)
1354 char line[MAX_CANON]; local
1367 ptr = fgets(line, MAX_CANON, dafp);
1369 if ((strcmp(line, DA_ON_STR) == 0) ||
1370 (strcmp(line, DA_OFF_STR) == 0)) {
1391 /* now put the first line that we read in fgets */
1392 nlen = plen + strlen(line)
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h117 typedef short line; typedef
119 typedef int line; typedef
222 var line *endcore; /* Last available core location */
224 var line *fendcore; /* First address in line pointer space */
227 var bool hush; /* Command line option - was given, hush up! */
234 var unsigned char *input; /* Current position in cmd line input buffer */
242 var unsigned char linebuf[LBSIZE]; /* The primary line buffer */
244 var line names['z'-'a'+2]; /* Mark registers a-z,' */
318 * actual text of the line i
[all...]
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c900 * status line. Allocate and return response information via the 'resp'
908 * about the status line, the code in the status line and the number of
925 char line[MAXHOSTNAMELEN]; local
943 * check the response status line, expecting
946 i = getaline(c_id, line, sizeof (line), B_FALSE);
967 libbootlog(BOOTLOG_VERBOSE, "http_process_headers: %s", line);
969 ptr = line;
1017 * See if there is a 'content-type: multipart/mixed' line i
1119 char line[MAXHOSTNAMELEN]; local
2293 char line[MAXHOSTNAMELEN]; local
2420 char line[MAXHOSTNAMELEN]; local
2647 getaline(http_conn_t *c_id, char *line, int len, boolean_t bread) argument
2734 getbytes(http_conn_t *c_id, char *line, int len) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c439 * Compute the total line width of each line,
879 char *cp, line[MAXLINE]; local
931 cp = line;
992 cfga_msg(msgp, line); /* print the message */
1707 * This routine prints a single line of help message
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c108 struct line { /* how line addresses are stored */ struct
110 off_t l_no; /* line number in file */
113 typedef struct line LINE;
115 static LINE *zero = NULL, /* first line */
116 *dot, /* current line */
117 *dol, /* last line */
152 static int initopt = 0; /* set if the line option is used */
181 static short doliseof; /* set when last line of file is known */
182 static off_t eofl_no; /* what the last line o
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c357 int size, char *fname, int line);
359 int size, char *fname, int line);
361 int flags, char *fname, int line);
727 * of the line segment.
777 * of the line segment.
2296 int flags, char *fname, int line)
2328 envd_log(LOG_INFO, ENV_CONF_INT_EXPECTED, fname, line, keyword);
2330 envd_log(LOG_INFO, "SUNW_piclenvd: file:%s line:%d SKIPPED"
2331 " as no sensor specified.\n", fname, line, keyword);
2353 "line
2295 process_threshold_tuneable(char *keyword, char *buf, void *dummy_thresh_addr, int flags, char *fname, int line) argument
2395 process_int_tuneable(char *keyword, char *buf, void *addr, int size, char *fname, int line) argument
2450 process_string_tuneable(char *keyword, char *buf, void *addr, int size, char *fname, int line) argument
2495 int line, len, toklen; local
2564 tunep->arg1, tunep->arg2, fname, line); local
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2445 char *nlp, *line, *token, *lasts, *buf; local
2486 line = buf;
2487 while ((token = strtok_r(line, " \t", &lasts)) != NULL) {
2488 line = NULL;
2562 * Allocate the worst-case single-line buffer sizes. A bit skanky,
2580 * line. We need to handle these specially since they should
2586 rcm_log_message(RCM_TRACE1, "IP: one-line hostname file\n");
2598 * Loop through the file one line at a time and feed it to ifconfig.
H A Dsvm_rcm.c1146 gettext("SVM: can't create hash line."));
1238 gettext("SVM: can't create hash line."));
2182 * (i = 0, line = NULL). Initialize variables to these values for these
2190 * deventry_t **line ptr to previous device entry
2193 * deventry_t **line ptr to device entry
2199 cache_walk(cache_t *cache, uint32_t *i, deventry_t **line) argument
2204 if (cache == NULL || i == NULL || line == NULL ||
2209 if (*i == 0 && *line == NULL) {
2213 *line = cache->hashline[j];
2214 return ((*line)
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h230 * Variables set by command-line options.
296 extern int option_line; /* and from which line in the file */
369 option_t *options; /* List of command-line options */
383 * command line, etc.) and whether it came from a privileged source.
388 int line; /* line number where the option came from */ member in struct:option_info
539 extern void clean_check __P((void)); /* Check if line was 8-bit clean */
543 extern void setdtr __P((int, int)); /* Raise or lower port's DTR line */
674 /* Return a string containing the option source and line number */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c244 syslog(LOG_ERR, "Unrecognized command line option "
349 static char *line; variable
1063 if ((line = ptsname(p)) == NULL)
1065 if ((t = open(line, O_RDWR)) == -1)
1147 (void) strncpy(ut.ut_line, line, sizeof (ut.ut_line));
1163 if ((tt = open(line, O_RDWR)) == -1)
1187 "-d", line,
1198 "-d", line,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c1619 * The following line clears both IPv4 and IPv6 address stored
1950 static char line[NI_MAXHOST + 1]; /* assuming */ local
1974 (void) snprintf(line, sizeof (line),
1976 return (line);
2001 (void) strlcpy(line, hbuf, sizeof (line));
2003 return (line);

Completed in 199 milliseconds

<<2122232425