Searched refs:entbuf (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/network_cmds-433/rtadvd.tproj/
H A Dconfig.c312 char entbuf[256]; local
314 makeentry(entbuf, sizeof(entbuf), i, "addr");
315 addr = (char *)agetstr(entbuf, &bp);
354 makeentry(entbuf, sizeof(entbuf), i, "prefixlen");
355 MAYHAVE(val, entbuf, 64);
364 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags");
365 if ((flagstr = (char *)agetstr(entbuf,
478 char entbuf[256], oentbuf[256]; local
639 char entbuf[256]; local
708 char entbuf[sizeof("dnssldomain") + 20]; local
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dfile_module.c1799 struct dirent *ent, entbuf; local
1805 while (readdir_r(dirp, &entbuf, &ent) == 0 && ent != NULL)

Completed in 125 milliseconds