OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BP_FILE_LEN
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/bootp/common/
bootp.h
38
#define
BP_FILE_LEN
128
56
char bp_file[
BP_FILE_LEN
]; /* boot file name */
/src/sys/nfs/
nfs_bootdhcp.c
109
#define
BP_FILE_LEN
128
125
char bp_file[
BP_FILE_LEN
]; /* boot file name */
904
#if
BP_FILE_LEN
> MNAMELEN
907
#define BOOTFILELEN
BP_FILE_LEN
/src/usr.sbin/bootp/bootpd/
bootpd.c
837
for (t = homedir; t - homedir <
BP_FILE_LEN
; t++)
840
if (t - homedir <
BP_FILE_LEN
) {
841
report(LOG_INFO, "requested path length >
BP_FILE_LEN
file = \"%s\", nul terminating", homedir);
842
homedir[
BP_FILE_LEN
- 1] = '\0';
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025