HomeSort by: relevance | last modified time | path
    Searched defs:NAMELEN (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/rpc/
pmap_getmaps.c 74 #define NAMELEN 255
  /src/sys/arch/bebox/stand/boot/
boot.c 57 #define NAMELEN 128
58 char namebuf[NAMELEN];
59 char nametmp[NAMELEN];
  /src/sys/arch/prep/stand/boot/
boot.c 56 #define NAMELEN 128
57 char namebuf[NAMELEN];
58 char nametmp[NAMELEN];
  /src/sys/arch/rs6000/stand/boot/
boot.c 52 #define NAMELEN 128
53 char namebuf[NAMELEN];
54 char nametmp[NAMELEN];
  /src/include/protocols/
dumprestore.h 62 #define NAMELEN 64
111 char c_filesys[NAMELEN]; /* name of dumpped file system */
112 char c_dev[NAMELEN]; /* name of dumpped device */
113 char c_host[NAMELEN]; /* name of dumpped host */
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-osdata.c 41 #define NAMELEN(dirent) strlen ((dirent)->d_name)
209 || NAMELEN (dp) > MAX_PID_T_STRLEN)
314 || NAMELEN (dp) > MAX_PID_T_STRLEN)
423 || NAMELEN (dp) > MAX_PID_T_STRLEN)
487 || NAMELEN (dp) > sizeof ("4294967295") - 1)
517 || NAMELEN (dp2) > sizeof ("4294967295") - 1)
637 || NAMELEN (dp) > sizeof ("4294967295") - 1)
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-osdata.c 41 #define NAMELEN(dirent) strlen ((dirent)->d_name)
209 || NAMELEN (dp) > MAX_PID_T_STRLEN)
314 || NAMELEN (dp) > MAX_PID_T_STRLEN)
423 || NAMELEN (dp) > MAX_PID_T_STRLEN)
487 || NAMELEN (dp) > sizeof ("4294967295") - 1)
517 || NAMELEN (dp2) > sizeof ("4294967295") - 1)
637 || NAMELEN (dp) > sizeof ("4294967295") - 1)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c 241 #define NAMELEN(node) ((node)->namelen)
308 name->length = NAMELEN(node);
1417 NAMELEN(current) = prefix->length;
2338 OLDNAMELEN(node) = NAMELEN(node) = region.length;
3136 r.length = NAMELEN(node);

Completed in 37 milliseconds