OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:locbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/config/
mkioconf.c
383
char
locbuf
[20];
local in function:emitcfdata
441
(void)snprintf(
locbuf
, sizeof(
locbuf
), "loc+%3d",
443
loc =
locbuf
;
/src/sys/kern/
tty_pty.c
740
u_char
locbuf
[BUFSIZ];
local in function:ptcwrite
755
cp =
locbuf
;
787
cp =
locbuf
;
/src/usr.bin/ftp/
cmds.c
1291
char *remdir, *
locbuf
, *locfile;
local in function:ls
1295
locbuf
= NULL;
1326
locfile =
locbuf
= ftp_strdup("-");
1346
free(
locbuf
);
1347
locbuf
= ftp_malloc(len);
1348
locbuf
[0] = '|';
1349
(void)strlcpy(
locbuf
+ 1, p, len - 1);
1350
locfile =
locbuf
;
1351
} else if (locfile !=
locbuf
) {
1352
if ((
locbuf
= globulize(locfile)) == NULL |
[
all
...]
Completed in 15 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025