HomeSort by relevance Sort by last modified time
    Searched defs:linebuf (Results 1 - 25 of 54) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/sgs/rtld.4.x/
rtsubrs.c 124 char linebuf[128]; local
126 doprf(fd, fmt, adx, linebuf);
130 doprf(fd, fmt, adx, linebuf)
134 char *linebuf;
143 if (lbp >= &linebuf[128]) { \
144 _write(fd, linebuf, lbp - &linebuf[0]); \
145 lbp = &linebuf[0]; \
150 lbp = &linebuf[0];
154 _write(fd, linebuf, lbp - &linebuf[0])
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/libdiskstatus/common/
ds_util.c 58 char linebuf[LINEBUFLEN]; local
69 linep = linebuf;
136 linebuf[LINEBUFLEN - bufleft] = 0;
138 dprintf("%s\n", linebuf);
140 linep = linebuf;
  /onnv/onnv-gate/usr/src/psm/stand/bootlst/common/
bootlst.c 139 char linebuf[MAX_CMDLINE]; local
154 while (fgets(linebuf, MAX_CMDLINE, file)) {
155 cp = trim_white_space(linebuf);
191 while (cons_gets(linebuf, MAX_CMDLINE)) {
193 cp = trim_white_space(linebuf);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
ftprestart.c 130 char linebuf[BUFSIZ]; local
180 while (fgets(linebuf, BUFSIZ, accessfile) != NULL) {
181 if (strncasecmp(linebuf, "shutdown", 8) == 0) {
182 (void) strtok(linebuf, " \t");
220 while (fgets(linebuf, sizeof(linebuf) - 1, accessfile) != NULL) {
221 if (strncasecmp(linebuf, "virtual", 7) == 0) {
222 if ((p = strstr(linebuf, "root")) != NULL) {
225 if ((cp = strchr(linebuf, '\n')) != NULL)
285 while (fgets(linebuf, sizeof(linebuf) - 1, accessfile) != NULL)
    [all...]
domain.c 188 char linebuf[MAXPATHLEN]; local
205 while (fgets(linebuf, sizeof(linebuf), msg_file)) {
206 if ((crptr = strchr(linebuf, '\n')) != NULL)
208 msg_massage(linebuf, outbuf, sizeof(outbuf));
ftpcount.c 172 char *crptr, *ptr, linebuf[1024]; local
179 (void) strlcpy(linebuf, aclbuf, sizeof(linebuf));
181 (void) strtok(linebuf, " \t"); /* returns "limit" */
397 char class[80], linebuf[1024], *aclbuf, *myaclbuf, *crptr; local
438 (void) strlcpy(linebuf, myaclbuf, sizeof(linebuf));
440 (void) strtok(linebuf, " \t"); /* returns "class" */
ftpshut.c 224 char linebuf[1024]; local
299 (void) strlcpy(linebuf, myaclbuf, sizeof(linebuf));
301 (void) strtok(linebuf, " \t"); /* returns "shutdown" */
389 while (fgets(linebuf, sizeof(linebuf) - 1, accessfile) != NULL) {
390 if (strncasecmp(linebuf, "virtual", 7) == 0) {
392 if ((sp = strstr(linebuf, "root")) != NULL) {
454 while (fgets(linebuf, sizeof(linebuf) - 1, accessfile) != NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/msgfmt/
check_header.c 89 char *linebuf; local
99 linebuf = NULL;
103 ln_size = get_one_line(&linebuf, &mbuf, &size);
108 p = linebuf;
111 ln_size = get_one_line(&linebuf, &mbuf, &size);
116 p = linebuf;
152 ln_size = get_one_line(&linebuf, &mbuf, &size);
157 p = linebuf;
295 ln_size = get_one_line(&linebuf, &mbuf, &size);
300 p = linebuf;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dumpcs/
dumpcs.c 51 static char linebuf[SCRWID / 2 * (MB_LEN_MAX + 1)]; variable
165 (void) strcpy(linebuf, "");
168 (void) printf("\n%s", linebuf);
209 if (*linebuf) {
211 (void) printf("\n%s", linebuf);
219 (void) sprintf(linebuf, "%lx ",
224 (void) sprintf(linebuf, "%lx ", wc);
237 (void) strcat(linebuf, prep);
239 (void) strcat(linebuf, " ");
241 (void) strcat(linebuf, prep)
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
kuserok.c 274 char linebuf[BUFSIZ]; local
347 while (!isok && (fgets(linebuf, BUFSIZ, fp) != NULL)) {
349 linebuf[BUFSIZ-1] = '\0';
352 if ((newline = strchr(linebuf, '\n')))
354 if (!strcmp(linebuf, princname)) {
  /onnv/onnv-gate/usr/src/cmd/exstr/
exstr.c 243 char linebuf[BUFSIZ]; local
262 inp = linebuf;
264 linebuf[0] = '\0';
349 } else if (*linebuf != '\0')
350 (void) fputs(linebuf, stdout);
352 inp = linebuf;
353 if (fgets(linebuf,
354 sizeof (linebuf), fi) == (char *)NULL) {
379 if (fgets(linebuf,
380 sizeof (linebuf), fi) == (char *)NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
grep.c 93 static char linebuf[BUFSIZ]; variable
126 prntbuf[0] = expbuf[0] = linebuf[0] = '\0';
232 for(i=0, lbuf=linebuf; i < nchars; i++, lbuf++)
235 lbuf = linebuf;
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
ns_files.c 85 char linebuf[LINESZ], lineqbuf[LINESZ]; local
119 rc = call_read_execout(key, &lp, fname, ml->linebuf, LINESZ);
126 if (strlen(ml->linebuf) == 0) {
131 unquote(ml->linebuf, ml->lineqbuf);
142 lp = get_line(fp, fname, linebuf, sizeof (linebuf));
196 (void) strcpy(ml->linebuf, lp);
219 char linebuf[LINESZ], lineqbuf[LINESZ]; local
264 lp = get_line(fp, fname, linebuf, sizeof (linebuf));
333 char linebuf[LINESZ]; local
424 char linebuf[LINESZ]; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/lib/
nfslog_config.c 241 char linebuf[MAX_LINESZ]; local
289 while (getline(fp, NFSL_CONFIG_FILE_PATH, linebuf, sizeof (linebuf))) {
290 if (linebuf[0] == '\0') {
297 if (error = get_info(linebuf, &tag, &defaultdir, &bufferpath,
768 * Parses 'linebuf'. Returns 0 if a valid tag is found, otherwise non-zero.
771 * parameters if they need to be used before linebuf is freed.
775 char *linebuf,
789 tok = strtok(linebuf, whitespace);
  /onnv/onnv-gate/usr/src/cmd/grep/
grep.c 79 static char *linebuf; variable
213 if ((linebuf = malloc(fw_lPrntBufLen)) == NULL) {
272 free(linebuf);
273 if ((linebuf = malloc(fw_lPrntBufLen)) == NULL)
303 for (lbuf = linebuf; p < ptrend; )
307 lbuf = linebuf;
  /onnv/onnv-gate/usr/src/cmd/mailx/
list.c 442 char linebuf[LINESIZE], quotec; local
451 cp2 = linebuf;
480 if (cp2 == linebuf)
487 *ap++ = savestr(linebuf);
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
fc_led_parse.c 490 char linebuf[160]; local
502 while ((ptr = fgets(linebuf, sizeof (linebuf), fp)) != NULL) {
  /onnv/onnv-gate/usr/src/cmd/troff/
n9.c 91 tchar linebuf[NC]; local
111 i = linebuf;
136 pushback(linebuf);
  /onnv/onnv-gate/usr/src/cmd/vi/misc/
xstr.c 141 char linebuf[BUFSIZ]; local
147 if (fgets(linebuf, sizeof (linebuf), stdin) == NULL) {
155 if (linebuf[0] == '#') {
156 if (linebuf[1] == ' ' && isdigit(linebuf[2]))
157 printf("#line%s", &linebuf[1]);
159 printf("%s", linebuf);
162 for (cp = linebuf; c = *cp++; ) {
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_vadj.c 584 linebuf[0] = 0; local
670 CP(temp, linebuf);
879 CP(temp, linebuf);
  /onnv/onnv-gate/usr/src/cmd/xstr/
xstr.c 123 char linebuf[BUFSIZ]; variable
135 if (fgets(linebuf, sizeof (linebuf), stdin) == NULL) {
143 if (linebuf[0] == '#') {
144 if (linebuf[1] == ' ' && isdigit(linebuf[2]))
145 (void) printf("#line%s", &linebuf[1]);
147 (void) printf("%s", linebuf);
150 for (cp = linebuf; (c = *cp++) != 0; ) {
217 if (fgets(linebuf, sizeof (linebuf), stdin
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/libdiagcode/common/
diagcode_test.c 336 char linebuf[MAXLINE]; local
351 while (fgets(linebuf, MAXLINE, fp) != NULL) {
358 if (strncmp(linebuf, "#TEST:", 6))
361 if ((endp = strchr(linebuf, '\n')) != NULL)
364 beginp = &linebuf[6];
  /onnv/onnv-gate/usr/src/tools/stabs/
main.c 324 static char linebuf[MAXLINE]; local
330 for (line = 1; (cp = fgets(linebuf, MAXLINE, sp)) != NULL; line++) {
373 ((cp = fgets(linebuf, MAXLINE, sp)) != NULL) &&
stabs.c 62 static char linebuf[MAXLINE]; variable
109 /* Read a line from stdin into linebuf and increment line_number. */
113 char *cp = fgets(linebuf, MAXLINE, stdin);
  /onnv/onnv-gate/usr/src/cmd/boot/bootadm/
bootadm_upgrade.c 350 char linebuf[PATH_MAX]; local
399 assert(sizeof (linebuf) > strlen(line->arg) + 32);
400 (void) strlcpy(linebuf, line->arg, sizeof (linebuf));
402 old_ptr = strpbrk(linebuf, " \t\n");
704 char linebuf[PATH_MAX]; local
734 (void) snprintf(linebuf, sizeof (linebuf),
737 newlp->line = s_strdup(linebuf);

Completed in 539 milliseconds

1 2 3