Home
last modified time | relevance | path

Searched defs:change (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-9-stable/contrib/cvs/diff/
Ddiff.h199 struct change struct
201 struct change *link; /* Previous or next edit command */ argument
202 int inserted; /* # lines of file 1 changed here. */ argument
203 int deleted; /* # lines of file 0 changed here. */ argument
204 int line0; /* Line number of 1st deleted line. */
205 int line1; /* Line number of 1st inserted line. */
206 char ignore; /* Flag used in context.c */
/freebsd-9-stable/contrib/diff/src/
Ddiff.h218 struct change struct
220 struct change *link; /* Previous or next edit command */ argument
221 lin inserted; /* # lines of file 1 changed here. */ argument
222 lin deleted; /* # lines of file 0 changed here. */ argument
223 lin line0; /* Line number of 1st deleted line. */
224 lin line1; /* Line number of 1st inserted line. */
225 bool ignore; /* Flag used in context.c. */
Dutil.c479 print_script (struct change *script, in print_script()
/freebsd-9-stable/crypto/openssh/
Dauth2-passwd.c54 int change; in userauth_passwd() local
/freebsd-9-stable/crypto/heimdal/lib/kadm5/
Dchpass_s.c39 change(void *server_handle, in change() function
/freebsd-9-stable/usr.bin/brandelf/
Dbrandelf.c67 int ch, change = 0, force = 0, listed = 0; in main() local
/freebsd-9-stable/contrib/nvi/vi/
Dv_ulcase.c155 int change, rval; local
Dv_increment.c59 long change, ltmp, lval; local
/freebsd-9-stable/sys/ufs/ufs/
Dufs_quota.c153 chkdq(struct inode *ip, ufs2_daddr_t change, struct ucred *cred, int flags) in chkdq()
252 chkdqchg(struct inode *ip, ufs2_daddr_t change, struct ucred *cred, in chkdqchg()
307 chkiq(struct inode *ip, int change, struct ucred *cred, int flags) in chkiq()
396 chkiqchg(struct inode *ip, int change, struct ucred *cred, int type, int *warn) in chkiqchg()
/freebsd-9-stable/contrib/ipfilter/tools/
Dipf.c259 int flag, xfd, logopt, change = 0; local
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Devmap.c707 const struct event_change *change)
829 struct event_change *change; local
860 struct event_change *change; local
895 struct event_change *change; local
Depoll.c226 change_to_string(int change) in change_to_string()
Dkqueue.c175 kq_setup_kevent(struct kevent *out, evutil_socket_t fd, int filter, short change) in kq_setup_kevent()
/freebsd-9-stable/contrib/top/
Dutils.c283 register long change; local
Dtop.c145 register int change; local
/freebsd-9-stable/sbin/restore/
Drestore.c563 long change; in removeoldnodes() local
/freebsd-9-stable/lib/libc/db/hash/
Dhash_bigkey.c562 u_int32_t change; in __big_split() local
/freebsd-9-stable/sbin/fsck_ffs/
Ddir.c83 long change; in propagate() local
/freebsd-9-stable/contrib/gcc/
Dddg.c909 int change; in find_nodes_on_paths() local
1021 int change = 1; in longest_simple_path() local
Dstruct-equiv.c594 int change; in rtx_equiv_p() local
/freebsd-9-stable/usr.sbin/ctm/mkCTM/
Dmkctm.c43 int change; variable
/freebsd-9-stable/contrib/tcsh/
Dma.setp.c556 change(struct pelem *pe, int loc, char *key) in change() function
/freebsd-9-stable/usr.sbin/ppp/
Dtty.c121 int ombits, change; in tty_Timeout() local
/freebsd-9-stable/crypto/heimdal/kpasswd/
Dkpasswdd.c234 change (krb5_auth_context auth_context, in change() function
/freebsd-9-stable/sys/dev/usb/
Dusb_request.c783 uint16_t change; in usbd_req_reset_port() local
874 uint16_t change; in usbd_req_warm_reset_port() local

12