Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 3 of 3) sorted by relevance

/intl/
A Dlocalealias.c94 # define FGETS(buf, n, fp) __fgets_unlocked (buf, n, fp) argument
97 # define FGETS(buf, n, fp) fgets (buf, n, fp) argument
111 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) argument
252 char buf[400]; in read_alias_file() local
A Ddcigettext.c144 # define getcwd(buf, max) getwd (buf) argument
147 # define getcwd(buf, max) (getcwd) (buf, max, 0) argument
A Dloadmsgcat.c450 # define read(fd, buf, n) __read_nocancel (fd, buf, n) argument

Completed in 10 milliseconds