Home
last modified time | relevance | path

Searched defs:linep (Results 1 – 18 of 18) 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.c1332 forw_raw_line(POSITION curr_pos,char ** linep,int * line_lenp) forw_raw_line() argument
1377 back_raw_line(POSITION curr_pos,char ** linep,int * line_lenp) back_raw_line() argument
1447 skip_columns(int cols,char ** linep,int * line_lenp) skip_columns() argument
[all...]
/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.c2359 witness_save(struct lock_object *lock, const char **filep, int *linep) in witness_save()