Searched refs:repbuf (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/exstr/ |
H A D | exstr.c | 252 char repbuf[BUFSIZ], *repbufp; local 276 while (fgets(repbuf, sizeof (repbuf), stdin) != (char *)NULL) { 281 (void) strcpy(curline, repbuf); 284 repbufp = strchr(repbuf, ':'); 289 if (strcmp(repbuf, name) != NULL)
|
/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rep.c | 176 if (repbuf != NULL) { \ 177 munmap(repbuf, filesize); \ 225 char *repbuf, *c_repbuf, *t_repbuf; in update_fabric_wwn_list() local 232 repbuf = c_repbuf = t_repbuf = NULL; in update_fabric_wwn_list() 320 if ((repbuf = (char *)mmap(0, filesize, PROT_READ, in update_fabric_wwn_list() 345 memcpy(c_repbuf, repbuf, filesize); in update_fabric_wwn_list() 350 munmap(repbuf, filesize); in update_fabric_wwn_list() 351 repbuf = NULL; in update_fabric_wwn_list()
|