Home
last modified time | relevance | path

Searched refs:update_opt (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dmv.c380 enum Update_type update_opt; in main() local
381 update_opt = XARGMATCH ("--update", optarg, in main()
383 if (update_opt == UPDATE_ALL) in main()
389 else if (update_opt == UPDATE_NONE) in main()
394 else if (update_opt == UPDATE_OLDER) in main()
Dcp.c1138 enum Update_type update_opt; in main() local
1139 update_opt = XARGMATCH ("--update", optarg, in main()
1141 if (update_opt == UPDATE_ALL) in main()
1147 else if (update_opt == UPDATE_NONE) in main()
1152 else if (update_opt == UPDATE_OLDER) in main()