Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/edquota/
H A Dedquota.c106 int getentry(const char *, int);
234 if ((protoid = getentry(protoname, quotatype)) == -1) in main()
266 if ((id = getentry(buf, quotatype)) < 0) in main()
301 if ((id = getentry(*argv, quotatype)) == -1) in main()
337 getentry(const char *name, int quotatype) in getentry() function
/freebsd-14.2/contrib/less/
H A Dtags.c53 static int getentry(char *buf, char **tag, char **file, char **line);
575 if (getentry(buf, &name, &file, &line)) in findgtag()
709 static int getentry(char *buf, char **tag, char **file, char **line) in getentry() function