/src/share/man/tools/ |
line.c | 16 register char *linep, *linend; local in function:main 19 linep = line; 24 if (linep == linend) 27 linep = line; 29 *linep++ = c; 31 write (1, line, linep-line);
|
/src/lib/libutil/ |
pty.c | 67 const char *cp1, *cp2, *cp, *linep; local in function:openpty 86 linep = pt.sn; 115 linep = line; 124 (void)strcpy(name, linep);
|
/src/usr.bin/lam/ |
lam.c | 71 static char *linep; variable in typeref:typename:char * 87 linep = line; 89 linep = gatherline(ip); 179 char *lp = linep; 196 char *lp = linep;
|
/src/usr.bin/last/ |
want.c | 79 char linebuf[sizeof(bp->ut_line) + 1], *linep; local in function:wtmp 168 if (linep[0] == '~' && !linep[1]) { 179 linesz, linesz, linep, 191 if ((linep[0] == '{' || linep[0] == '|') && !linep[1]) { 196 linesz, linesz, linep, 209 T = addtty(linep); 212 if (!strncmp(T->tty, linep, LINESIZE) [all...] |
/src/usr.sbin/ypserv/revnetgroup/ |
parse_netgroup.c | 293 char *pos, *spos, *linep = NULL, *olinep = NULL; local in function:read_for_group 336 linep = (char *)malloc(olen + len + 1); 338 memmove(linep, olinep, olen); 341 memmove(linep + olen, pos, len); 343 *(linep + olen) = '\0'; 344 olinep = linep; 356 lp->l_line = linep;
|
/src/lib/libc/rpc/ |
getnetconfig.c | 122 char *linep; /* hold line read from netconfig */ member in struct:netconfig_list 332 list->linep = stringp; 403 free(q->linep); 426 char *linep; /* holds current netconfig line */ local in function:getnetconfigent 455 if ((linep = malloc(MAXNETCONFIGLINE)) == NULL) { 464 if ((stringp = fgets(linep, MAXNETCONFIGLINE, file)) 481 if (parse_ncp(linep, ncp) == -1) { 489 free(linep);
|
/src/lib/libform/ |
field.c | 465 _FORMI_FIELD_LINES *linep; local in function:field_buffer 499 for (linep = field->alines; linep; linep = linep->next) { 500 size_t len = strlen(linep->string); 510 memcpy(reformat + pos, linep->string, len); 512 reformat[pos++] = linep->next ? '\n' : '\0';
|
/src/usr.bin/sdiff/ |
sdiff.c | 935 struct fileline *linep; local in function:printc 943 if (!(linep = malloc(sizeof(struct fileline)))) 945 linep->line = line1; 946 SIMPLEQ_INSERT_TAIL(&delqhead, linep, fileentries);
|
/src/sys/arch/sgimips/gio/ |
newport.c | 393 uint16_t linep,cols; local in function:newport_get_resolution 406 linep = vc2_read_ram(dc, vep++); 415 data = vc2_read_ram(dc, linep++); 421 data = vc2_read_ram(dc, linep++);
|