Home
last modified time | relevance | path

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

/freebsd/usr.sbin/edquota/
H A Dedquota.c94 int getentry(const char *, int);
222 if ((protoid = getentry(protoname, quotatype)) == -1) in main()
254 if ((id = getentry(buf, quotatype)) < 0) in main()
289 if ((id = getentry(*argv, quotatype)) == -1) in main()
325 getentry(const char *name, int quotatype) in getentry() function
/freebsd/contrib/less/
H A Dtags.c53 static int getentry(char *buf, constant char **tag, constant char **file, constant char **line);
577 if (getentry(buf, &name, &file, &line)) in findgtag()
711 static int getentry(char *buf, constant char **tag, constant char **file, constant char **line) in getentry() function