Searched refs:linep (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/lib/libc/stdio/
H A Dgetline.c34 getline(char ** __restrict linep, size_t * __restrict linecapp, argument
38 return (getdelim(linep, linecapp, '\n', fp));
H A Dgetdelim.c62 * Expand *linep to hold len bytes (up to SSIZE_MAX + 1).
65 expandtofit(char ** __restrict linep, size_t len, size_t * __restrict capp) argument
79 newline = realloc(*linep, newcap);
83 *linep = newline;
109 getdelim(char ** __restrict linep, size_t * __restrict linecapp, int delim, argument
118 if (linep == NULL || linecapp == NULL) {
123 if (*linep == NULL)
128 if (!__sfeof(fp) || expandtofit(linep, 1, linecapp))
130 (*linep)[0] = '\0';
137 if (sappend(linep,
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Dentries.c45 char *linep; local
60 if ((linep = calloc(1, env->sc_user_line_len + 1)) == NULL) {
66 endp = linep;
94 env->sc_user_lines = linep;
98 if ((linep = calloc(1, env->sc_group_line_len + 1)) == NULL) {
104 endp = linep;
120 env->sc_group_lines = linep;
/freebsd-11-stable/contrib/binutils/gas/
H A Dinput-scrub.c495 as_where (char **namep, unsigned int *linep)
498 && (linep == NULL || logical_input_line >= 0))
501 if (linep != NULL)
502 *linep = logical_input_line;
507 if (linep != NULL)
508 *linep = physical_input_line;
513 if (linep != NULL)
514 *linep = 0;
490 as_where(char **namep, unsigned int *linep) argument
/freebsd-11-stable/usr.bin/lam/
H A Dlam.c70 static char *linep; variable
88 linep = line;
90 linep = gatherline(ip);
179 char *lp = linep;
196 char *lp = linep;
/freebsd-11-stable/bin/sh/
H A Dmknodes.c94 static char *linep; variable
143 if (*linep != '\0')
198 fp->decl = savestr(linep);
200 if (*linep)
393 p = linep;
400 linep = p;
408 while (*linep == ' ' || *linep == '\t')
409 linep++;
424 linep
[all...]
/freebsd-11-stable/libexec/revnetgroup/
H A Dparse_netgroup.c285 char *pos, *spos, *linep = NULL, *olinep = NULL; local
328 linep = (char *)malloc(olen + len + 1);
330 bcopy(olinep, linep, olen);
333 bcopy(pos, linep + olen, len);
335 *(linep + olen) = '\0';
336 olinep = linep;
348 lp->l_line = linep;
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh4.c133 e.linep = cp;
159 sp = e.linep;
166 if (sp == e.linep)
168 *e.linep++ = 0;
186 *e.linep++ = c;
211 *e.linep++ = c;
213 *e.linep++ = 0;
258 s = e.linep;
260 *e.linep++ = c;
263 if (e.linep < eline
[all...]
H A Dsh5.c33 if(e.linep > elinep) {
H A Dsh3.c582 tp = e.linep;
588 if (tp != e.linep)
592 execve(e.linep, v, envp);
595 *v = e.linep;
597 *v = e.linep;
777 tp = e.linep;
780 if (tp != e.linep)
784 if ((i = open(e.linep, 0)) >= 0) {
825 for (cp = e.linep; !nl && cp < elinep-1; cp++)
833 setval(lookup(*wp), e.linep);
[all...]
H A Dsh2.c621 e.linep = line;
637 *e.linep++ = c;
652 *e.linep++ = c;
706 if (e.linep >= elinep)
709 *e.linep++ = c;
713 *e.linep++ = '\0';
728 *e.linep++ = c;
739 *e.linep++ = c;
741 *e.linep++ = c;
H A Dsh.h146 char *linep; member in struct:env
H A Dsh1.c232 e.linep = line;
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c275 int *linep, int *colp)
282 assert(termp != 0 && linep != 0 && colp != 0);
286 TCB->drv->size(TCB, linep, colp);
304 *linep = (int) lines;
315 *linep = ((sp != 0 && sp->_filtered)
319 *linep, *colp));
330 *linep = ((sp != 0 && sp->_filtered)
335 *linep, *colp));
349 _nc_setenv_num("LINES", *linep);
363 *linep
271 _nc_get_screensize(SCREEN *sp, TERMINAL * termp, int *linep, int *colp) argument
[all...]
H A Dtinfo_driver.c337 drv_size(TERMINAL_CONTROL_BLOCK * TCB, int *linep, int *colp) argument
357 *linep = (int) lines;
368 *linep = ((sp != 0 && sp->_filtered)
372 *linep, *colp));
385 *linep = ((sp != 0 && sp->_filtered)
390 *linep, *colp));
405 _nc_setenv_num("LINES", *linep);
419 *linep = value;
420 T(("screen size: environment LINES = %d", *linep));
429 if (*linep <
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dgetnetconfig.c109 char *linep; /* hold line read from netconfig */ member in struct:netconfig_list
342 list->linep = stringp;
421 free(q->linep);
447 char *linep; /* holds current netconfig line */ local
487 if ((linep = malloc(MAXNETCONFIGLINE)) == NULL) {
497 if ((stringp = fgets(linep, MAXNETCONFIGLINE, file)) == NULL) {
515 if (parse_ncp(linep, ncp) == -1) {
523 free(linep);
/freebsd-11-stable/sbin/mdmfs/
H A Dmdmfs.c452 char *linep; local
486 linep = fgetln(sfd, &linelen);
488 if (linep == NULL || linelen <= mdnamelen + 1 ||
490 strncmp(linep, mdname, mdnamelen) != 0)
492 linep += mdnamelen;
494 /* Can't use strlcpy because linep is not NULL-terminated. */
495 strncpy(linebuf, linep, linelen);
/freebsd-11-stable/lib/libc/gen/
H A Dgetnetgrent.c795 char *linep, *olinep, *pos, *spos; local
804 linep = NULL;
831 linep = NULL;
879 linep = malloc(olen + len + 1);
880 if (linep == NULL) {
888 bcopy(olinep, linep, olen);
891 bcopy(pos, linep + olen, len);
893 *(linep + olen) = '\0';
894 olinep = linep;
904 lp->l_line = linep;
[all...]
/freebsd-11-stable/contrib/less/
H A Dline.c1293 forw_raw_line(curr_pos, linep, line_lenp)
1295 char **linep;
1330 if (linep != NULL)
1331 *linep = linebuf.buf;
1342 back_raw_line(curr_pos, linep, line_lenp)
1344 char **linep;
1404 if (linep != NULL)
1405 *linep = &linebuf.buf[n];
H A Dfuncs.h206 public POSITION forw_raw_line LESSPARAMS ((POSITION curr_pos, char **linep, int *line_lenp));
207 public POSITION back_raw_line LESSPARAMS ((POSITION curr_pos, char **linep, int *line_lenp));
/freebsd-11-stable/usr.bin/sdiff/
H A Dsdiff.c1056 struct fileline *linep; local
1064 if (!(linep = malloc(sizeof(struct fileline))))
1066 linep->line = line1;
1067 STAILQ_INSERT_TAIL(&delqhead, linep, fileentries);
/freebsd-11-stable/sbin/routed/rtquery/
H A Drtquery.c863 parse_quote(char **linep, argument
873 pc = *linep;
915 *linep = pc-1;
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp552 char *linep = strchr(line, '\0'); local
554 if (*(--linep) == '\n')
555 *linep = '\0';
/freebsd-11-stable/sbin/routed/
H A Dparms.c370 parse_quote(char **linep, /* look here */ argument
380 pc = *linep;
424 *linep = pc-1; /* say where we ended */
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c2211 char *endp, *linep, line[BUFSIZ]; local
2264 linep = line;
2265 while (*linep == ' ')
2266 linep++;
2267 rval = strtol(linep, &endp, 10);

Completed in 154 milliseconds

12