paths.c | 65 static char *exstrdup(const char *, const char *); 77 exstrdup(const char *bp, const char *ep) function in typeref:typename:char * 190 path->sp_path = exstrdup(epath, epath + len); 250 hwptr->name = exstrdup(ptr, bp); 261 hwptr->ctlname = exstrdup(ptr, bp); 294 hwptr->entry[i].library[j] = exstrdup(l, lib); 316 hwptr->entry[i].value = exstrdup(l, key);
|