Home
last modified time | relevance | path

Searched defs:linep (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dgetdelim.c65 expandtofit(char ** __restrict linep, size_t len, size_t * __restrict capp) in expandtofit()
109 getdelim(char ** __restrict linep, size_t * __restrict linecapp, int delim, in getdelim()
H A Dgetline.c32 getline(char ** __restrict linep, size_t * __restrict linecapp, in getline()
/freebsd/usr.sbin/ypldap/
H A Dentries.c43 char *linep; in flatten_entries() local
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c277 _nc_default_screensize(TERMINAL *termp, int *linep, int *colp) in _nc_default_screensize()
406 _nc_check_screensize(SCREEN *sp, TERMINAL *termp, int *linep, int *colp) in _nc_check_screensize()
456 #define _nc_check_screensize(sp, termp, linep, colp) /* nothing */ argument
465 int *linep, int *colp) in _nc_get_screensize()
H A Dtinfo_driver.c418 drv_size(TERMINAL_CONTROL_BLOCK * TCB, int *linep, int *colp) in drv_size()
/freebsd/lib/libc/rpc/
H A Dgetnetconfig.c105 char *linep; /* hold line read from netconfig */ member
443 char *linep; /* holds current netconfig line */ in getnetconfigent() local
/freebsd/contrib/mandoc/
H A Ddemandoc.c226 pline(int line, int *linep, int *col, int list) in pline()
/freebsd/usr.bin/lam/
H A Dlam.c64 static char *linep; variable
/freebsd/libexec/revnetgroup/
H A Dparse_netgroup.c282 char *pos, *spos, *linep = NULL, *olinep = NULL; in read_for_group() local
/freebsd/contrib/less/
H A Dline.c1631 public POSITION forw_raw_line_len(POSITION curr_pos, size_t read_len, constant char **linep, size_t… in forw_raw_line_len()
1677 public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in forw_raw_line()
1686 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in back_raw_line()
1756 public int skip_columns(int cols, constant char **linep, size_t *line_lenp) in skip_columns()
H A Dsearch.c1356 constant char *linep; in osc8_search_line1() local
/freebsd/bin/sh/
H A Dmknodes.c82 static char *linep; variable
/freebsd/sbin/routed/
H A Dparms.c360 parse_quote(char **linep, /* look here */ in parse_quote()
/freebsd/sbin/mdmfs/
H A Dmdmfs.c459 char *linep; in do_mdconfig_attach_au() local
/freebsd/sbin/routed/rtquery/
H A Drtquery.c844 parse_quote(char **linep, in parse_quote()
/freebsd/usr.bin/sdiff/
H A Dsdiff.c1076 struct fileline *linep; in printc() local
/freebsd/lib/libc/gen/
H A Dgetnetgrent.c791 char *linep, *olinep, *pos, *spos; local
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c2388 char *endp, *linep, line[BUFSIZ]; in set_swpid() local
/freebsd/sys/kern/
H A Dsubr_witness.c2358 witness_save(struct lock_object *lock, const char **filep, int *linep) in witness_save()