option.c (e477abf734cc777a55286bfbd6b80a6760c96acf) option.c (9ed0c92c91e9a8459462774b33c368b56e2c7ced)
1/*-
2 * Copyright (c) 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Cimarron D. Taylor of the University of California, Berkeley.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 131 unchanged lines hidden (view full) ---

140 { "-print", c_print, f_print, 0 },
141 { "-print0", c_print, f_print0, 0 },
142// -printf
143 { "-prune", c_simple, f_prune, 0 },
144 { "-quit", c_simple, f_quit, 0 },
145 { "-regex", c_regex, f_regex, 0 },
146 { "-samefile", c_samefile, f_inum, 0 },
147 { "-size", c_size, f_size, 0 },
1/*-
2 * Copyright (c) 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Cimarron D. Taylor of the University of California, Berkeley.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 131 unchanged lines hidden (view full) ---

140 { "-print", c_print, f_print, 0 },
141 { "-print0", c_print, f_print0, 0 },
142// -printf
143 { "-prune", c_simple, f_prune, 0 },
144 { "-quit", c_simple, f_quit, 0 },
145 { "-regex", c_regex, f_regex, 0 },
146 { "-samefile", c_samefile, f_inum, 0 },
147 { "-size", c_size, f_size, 0 },
148 { "-sparse", c_sparse, f_sparse, 0 },
148 { "-true", c_simple, f_always_true, 0 },
149 { "-type", c_type, f_type, 0 },
150 { "-uid", c_user, f_user, 0 },
151 { "-user", c_user, f_user, 0 },
152 { "-wholename", c_name, f_path, 0 },
153 { "-xdev", c_xdev, f_always_true, 0 },
154// -xtype
155};

--- 42 unchanged lines hidden ---
149 { "-true", c_simple, f_always_true, 0 },
150 { "-type", c_type, f_type, 0 },
151 { "-uid", c_user, f_user, 0 },
152 { "-user", c_user, f_user, 0 },
153 { "-wholename", c_name, f_path, 0 },
154 { "-xdev", c_xdev, f_always_true, 0 },
155// -xtype
156};

--- 42 unchanged lines hidden ---