OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bcp
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/rbootd/
parseconf.c
90
char *cp, *
bcp
;
local
115
* GETSTR positions `
bcp
' at the start of the current token,
120
bcp
= cp; \
138
if (
bcp
== cp) /* all delimiters */
144
if ((addr = ParseAddr(
bcp
)) == NULL) {
147
linecnt,
bcp
);
158
* Otherwise, validate each file (`
bcp
') against the
162
if (
bcp
== cp) /* no files spec'd */
175
linecnt,
bcp
);
178
if (STREQN(BootFiles[j],
bcp
)) {
[
all
...]
/src/external/bsd/libbind/dist/resolv/
res_debug.c
924
u_char *
bcp
;
local
1016
bcp
= binary;
1017
*
bcp
++ = (u_int8_t) 0; /*%< version byte */
1018
*
bcp
++ = siz;
1019
*
bcp
++ = hp;
1020
*
bcp
++ = vp;
1021
PUTLONG(latit,
bcp
);
1022
PUTLONG(longit,
bcp
);
1023
PUTLONG(alt,
bcp
);
/src/lib/libc/resolv/
res_debug.c
929
u_char *
bcp
;
local
1021
bcp
= binary;
1022
*
bcp
++ = (u_int8_t) 0; /*%< version byte */
1023
*
bcp
++ = siz;
1024
*
bcp
++ = hp;
1025
*
bcp
++ = vp;
1026
PUTLONG(latit,
bcp
);
1027
PUTLONG(longit,
bcp
);
1028
PUTLONG(alt,
bcp
);
Completed in 141 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026