Home
last modified time | relevance | path

Searched refs:DELETE (Results 1 – 25 of 204) sorted by relevance

123456789

/freebsd/usr.sbin/sysrc/
H A Dsysrc49 DELETE=
293 x) DELETE=${DELETE:-1} ;;
294 X) DELETE=2 ;;
467 if [ "$DELETE" -a "$SHOW_ALL" ]; then
468 [ "$DELETE" = "2" ] || die "$errmsg"
500 $( [ "$DELETE" = "1" ] && echo \ -x )
501 $( [ "$DELETE" = "2" ] && echo \ -X )
694 if [ "$DELETE" = "2" ]; then
761 if [ "$DELETE" ]; then
902 if [ "$DELETE" ]; then
/freebsd/usr.bin/talk/
H A Dinvite.c105 ctl_transact(my_machine_addr, msg, DELETE, &response); in invite_remote()
107 ctl_transact(his_machine_addr, msg, DELETE, &response); in invite_remote()
171 msg.type = DELETE; in send_delete()
H A Dlook_up.c84 ctl_transact(his_machine_addr, msg, DELETE, rp); in check_local()
/freebsd/contrib/elftoolchain/ar/
H A Dacplex.l59 DELETE|delete { return (DELETE); }
H A Dacpyacc.y96 %token DELETE
184 : DELETE mod_list { arscp_delete($2); }
/freebsd/usr.bin/ar/
H A Dacplex.l57 DELETE|delete { return (DELETE); }
H A Dacpyacc.y93 %token DELETE
181 : DELETE mod_list { arscp_delete($2); }
/freebsd/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl527 {- join("\n\t", map { "- DELETE $_.OLB;*" } @libs) || "@ !" -}
528 {- join("\n\t", map { "- DELETE $_.EXE;*,$_.MAP;*" } @shlibs) || "@ !" -}
531 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man1}}) || "@ !" -}
532 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man3}}) || "@ !" -}
533 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man5}}) || "@ !" -}
534 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man7}}) || "@ !" -}
535 {- join("\n\t", map { "- DELETE $_.EXE;*,$_.OPT;*" } @{$unified_info{programs}}) || "@ !" -}
536 {- join("\n\t", map { "- DELETE $_.EXE;*,$_.OPT;*" } @{$unified_info{modules}}) || "@ !" -}
537 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{scripts}}) || "@ !" -}
538 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{depends}->{""}}) || "@ !" -}
[all …]
/freebsd/contrib/one-true-awk/
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
308 | DELETE varname '[' patlist ']' { $$ = stat2(DELETE, makearr($2), $4); }
309 | DELETE varname { $$ = stat2(DELETE, makearr($2), 0); }
H A Dmaketab.c81 { DELETE, "awkdelete", "awkdelete" },
H A Dlex.c57 { "delete", DELETE, DELETE },
/freebsd/usr.sbin/iovctl/
H A Diovctl.c166 DELETE, enumerator
202 action = DELETE; in main()
247 case DELETE: in main()
/freebsd/include/protocols/
H A Dtalkd.h98 #define DELETE 2 /* delete invitation by caller */ macro
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py693 NlMsgProps(NlRtMsgType.RTM_DELROUTE, NlMsgCategory.DELETE),
733 NlMsgProps(NlRtMsgType.RTM_DELLINK, NlMsgCategory.DELETE),
765 NlMsgProps(NlRtMsgType.RTM_DELADDR, NlMsgCategory.DELETE),
797 NlMsgProps(NlRtMsgType.RTM_DELNEIGH, NlMsgCategory.DELETE),
H A Dmessage.py26 DELETE = 3 variable in NlMsgCategory
102 elif category == NlMsgCategory.DELETE:
/freebsd/contrib/libedit/
H A Dchared.h116 #define DELETE 0x01 macro
/freebsd/sys/kern/
H A Dvfs_lookup.c984 * The cn_nameiop is LOOKUP, CREATE, RENAME, or DELETE depending on
986 * When CREATE, RENAME, or DELETE is specified, information usable in
1039 ("CREATE, DELETE, RENAME require LOCKPARENT or WANTPARENT.")); in vfs_lookup()
1051 if (cnp->cn_nameiop == DELETE || in vfs_lookup()
1158 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME))) { in vfs_lookup()
1177 * the name and the operation is DELETE or RENAME. in vfs_lookup()
1203 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) { in vfs_lookup()
1426 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) { in vfs_lookup()
1525 * can't succeed for CREATE, DELETE and RENAME. in vfs_relookup()
1576 (cnp->cn_nameiop == DELETE || cn in vfs_relookup()
[all...]
/freebsd/sys/ufs/ufs/
H A Dufs_lookup.c248 if ((nameiop == CREATE || nameiop == DELETE || nameiop == RENAME) && in ufs_lookup_ino()
299 &i_offset, &bp, nameiop == DELETE ? &prevoff : NULL)) { in ufs_lookup_ino()
474 (nameiop == DELETE && in ufs_lookup_ino()
503 } else if (nameiop == DELETE) { in ufs_lookup_ino()
564 if (nameiop == DELETE && (flags & ISLASTCN)) { in ufs_lookup_ino()
/freebsd/include/arpa/
H A Dnameser_compat.h141 #define DELETE ns_uop_delete macro
/freebsd/contrib/ncurses/include/
H A Dunctrl.h.in39 * Control characters are displayed in caret notation (^x), DELETE is displayed
/freebsd/libexec/talkd/
H A Dprocess.c120 case DELETE: in process_request()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_util.c387 GENERIC_READ | GENERIC_WRITE | DELETE, in __archive_mktempx()
393 GENERIC_READ | GENERIC_WRITE | DELETE, in __archive_mktempx()
/freebsd/contrib/diff/src/
H A Ddiff3.c63 DELETE, /* Two way diff delete */ enumerator
963 case DELETE: in process_diff()
1000 if (dt != DELETE) in process_diff()
1105 type = DELETE; in process_diff_control()
/freebsd/sys/sys/
H A Dnamei.h43 enum nameiop { LOOKUP, CREATE, DELETE, RENAME }; enumerator
/freebsd/contrib/less/
H A Dless.hlp306 DELETE ......................... ESC-x ... Delete char under cursor.
308 ctrl-DELETE .... ESC-DELETE .... ESC-X ... Delete word under cursor.

123456789