Searched refs:getentry (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/bc/tests/
H A Dradamsa.sh30 getentry() { function
90 entry=$(cat -- "$dir/radamsa.txt" | getentry)
97 item=$(printf '%s\n' "$items" | getentry "$i")
108 f=$(ls "$inputs" | getentry)
/freebsd-13-stable/contrib/less/
H A Dtags.c53 static int getentry LESSPARAMS((char *buf, char **tag, char **file, char **line));
592 if (getentry(buf, &name, &file, &line))
702 * The getentry() parses both standard and extended ctags -x format.
730 getentry(buf, tag, file, line) function
/freebsd-13-stable/usr.sbin/edquota/
H A Dedquota.c108 int getentry(const char *, int);
236 if ((protoid = getentry(protoname, quotatype)) == -1)
268 if ((id = getentry(buf, quotatype)) < 0)
303 if ((id = getentry(*argv, quotatype)) == -1)
339 getentry(const char *name, int quotatype) function

Completed in 63 milliseconds