OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expbuf
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/rdist/
expand.c
157
char
expbuf
[BUFSIZ];
local
191
snprintf(
expbuf
, sizeof(
expbuf
), "%s%s%s", s,
193
expstr(
expbuf
);
197
snprintf(
expbuf
, sizeof(
expbuf
), "%s%s", s, tail);
198
expstr(
expbuf
);
212
tilde = cp1 =
expbuf
;
218
if (pw == NULL || strcmp(pw->pw_name,
expbuf
+1) != 0) {
219
if ((pw = getpwnam(
expbuf
+1)) == NULL)
[
all
...]
/src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fphex.c
97
char
expbuf
[5];
419
expstr = _itoa_word (exponent,
expbuf
+ sizeof
expbuf
, 10, 0);
428
+ ((
expbuf
+ sizeof
expbuf
) - expstr));
479
PRINT (expstr, wexpstr, (
expbuf
+ sizeof
expbuf
) - expstr);
95
char
expbuf
[5];
local
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fphex.c
97
char
expbuf
[5];
419
expstr = _itoa_word (exponent,
expbuf
+ sizeof
expbuf
, 10, 0);
428
+ ((
expbuf
+ sizeof
expbuf
) - expstr));
479
PRINT (expstr, wexpstr, (
expbuf
+ sizeof
expbuf
) - expstr);
95
char
expbuf
[5];
local
/src/external/bsd/am-utils/dist/amd/
opts.c
59
#define BUFSPACE(ep, len) (((ep) + (len)) <
expbuf
+MAXPATHLEN)
1032
char
expbuf
[MAXPATHLEN + 1];
local
1034
char *ep =
expbuf
;
1315
opt = xstrdup(
expbuf
);
/src/lib/libc/stdio/
vfwprintf.c
1951
CHAR_T
expbuf
[MAXEXPDIG];
local
1961
t =
expbuf
+ MAXEXPDIG;
1967
for (; t <
expbuf
+ MAXEXPDIG; *p++ = *t++);
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026