Home
last modified time | relevance | path

Searched refs:getentry (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/usr.sbin/edquota/
H A Dedquota.c108 int getentry(const char *, int);
236 if ((protoid = getentry(protoname, quotatype)) == -1) in main()
268 if ((id = getentry(buf, quotatype)) < 0) in main()
303 if ((id = getentry(*argv, quotatype)) == -1) in main()
339 getentry(const char *name, int quotatype) in getentry() function
/freebsd-13.1/contrib/less/
H A Dtags.c53 static int getentry LESSPARAMS((char *buf, char **tag, char **file, char **line));
600 if (getentry(buf, &name, &file, &line))
738 getentry(buf, tag, file, line) in getentry() function