extern.h (127d7563c4779d9be231b4657388dd55622139a4) | extern.h (3f5223f84ac91b218fb0544edf5e914e339023b3) |
---|---|
1/*- 2 * Copyright (c) 1991, 1993, 1994 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 33 unchanged lines hidden (view full) --- 42PLAN *find_formplan __P((char **)); 43PLAN *not_squish __P((PLAN *)); 44PLAN *or_squish __P((PLAN *)); 45PLAN *paren_squish __P((PLAN *)); 46struct stat; 47void printlong __P((char *, char *, struct stat *)); 48int queryuser __P((char **)); 49 | 1/*- 2 * Copyright (c) 1991, 1993, 1994 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 33 unchanged lines hidden (view full) --- 42PLAN *find_formplan __P((char **)); 43PLAN *not_squish __P((PLAN *)); 44PLAN *or_squish __P((PLAN *)); 45PLAN *paren_squish __P((PLAN *)); 46struct stat; 47void printlong __P((char *, char *, struct stat *)); 48int queryuser __P((char **)); 49 |
50PLAN *c_amin __P((char *)); |
|
50PLAN *c_atime __P((char *)); | 51PLAN *c_atime __P((char *)); |
52PLAN *c_cmin __P((char *)); |
|
51PLAN *c_ctime __P((char *)); 52PLAN *c_delete __P((void)); 53PLAN *c_depth __P((void)); 54PLAN *c_exec __P((char ***, int)); 55PLAN *c_execdir __P((char ***)); 56PLAN *c_follow __P((void)); 57PLAN *c_fstype __P((char *)); 58PLAN *c_group __P((char *)); --- 10 unchanged lines hidden (view full) --- 69PLAN *c_print0 __P((void)); 70PLAN *c_prune __P((void)); 71PLAN *c_size __P((char *)); 72PLAN *c_type __P((char *)); 73PLAN *c_user __P((char *)); 74PLAN *c_xdev __P((void)); 75PLAN *c_openparen __P((void)); 76PLAN *c_closeparen __P((void)); | 53PLAN *c_ctime __P((char *)); 54PLAN *c_delete __P((void)); 55PLAN *c_depth __P((void)); 56PLAN *c_exec __P((char ***, int)); 57PLAN *c_execdir __P((char ***)); 58PLAN *c_follow __P((void)); 59PLAN *c_fstype __P((char *)); 60PLAN *c_group __P((char *)); --- 10 unchanged lines hidden (view full) --- 71PLAN *c_print0 __P((void)); 72PLAN *c_prune __P((void)); 73PLAN *c_size __P((char *)); 74PLAN *c_type __P((char *)); 75PLAN *c_user __P((char *)); 76PLAN *c_xdev __P((void)); 77PLAN *c_openparen __P((void)); 78PLAN *c_closeparen __P((void)); |
79PLAN *c_mmin __P((char *)); |
|
77PLAN *c_mtime __P((char *)); 78PLAN *c_not __P((void)); 79PLAN *c_or __P((void)); 80 81extern int ftsoptions, isdeprecated, isdepth, isoutput, isxargs; | 80PLAN *c_mtime __P((char *)); 81PLAN *c_not __P((void)); 82PLAN *c_or __P((void)); 83 84extern int ftsoptions, isdeprecated, isdepth, isoutput, isxargs; |