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 - 4
of
4
) 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
...]
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/lib/libc/stdio/
vfwprintf.c
1951
CHAR_T
expbuf
[MAXEXPDIG];
local
1961
t =
expbuf
+ MAXEXPDIG;
1967
for (; t <
expbuf
+ MAXEXPDIG; *p++ = *t++);
vfwprintf.c
1951
CHAR_T
expbuf
[MAXEXPDIG];
local
1961
t =
expbuf
+ MAXEXPDIG;
1967
for (; t <
expbuf
+ MAXEXPDIG; *p++ = *t++);
Completed in 74 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026