Searched refs:oldopts (Results 1 – 5 of 5) sorted by relevance
70 translate_opts(char *oldopts, FILE *out) in translate_opts() argument90 newopts_len = (strlen(oldopts) + 1) * 3 / 2 + 1; in translate_opts()95 s = oldopts; in translate_opts()
523 char *opts, *oldopts; in timeout_act_error() local528 oldopts = opts; in timeout_act_error()530 oldopts == NULL ? "" : oldopts, in timeout_act_error()531 oldopts == NULL ? "" : ", ", in timeout_act_error()534 free(oldopts); in timeout_act_error()
2357 int oldopts = _res.options; local2366 _res.options = oldopts;2445 int oldopts = _res.options; local2453 _res.options = oldopts;
1348 Field_Options oldopts; in _nc_Synchronize_Options() local1358 oldopts = field->opts; in _nc_Synchronize_Options()1359 changed_opts = oldopts ^ newopts; in _nc_Synchronize_Options()1369 field->opts = oldopts; in _nc_Synchronize_Options()
400 vfs_mergeopts(struct vfsoptlist *toopts, struct vfsoptlist *oldopts) in vfs_mergeopts() argument404 TAILQ_FOREACH(opt, oldopts, link) { in vfs_mergeopts()