Searched refs:BUILTIN (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dmodloader.cpp43 #define BUILTIN(suffix) \ macro
53 BUILTIN(__apple_csp)
54 BUILTIN(__apple_file_dl)
55 BUILTIN(__apple_cspdl)
56 BUILTIN(__apple_x509_cl)
57 BUILTIN(__apple_x509_tp)
58 BUILTIN(__sd_cspdl)
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dcap.c124 BUILTIN("cap", 0, bin_cap, 0, 1, 0, NULL, NULL),
125 BUILTIN("getcap", 0, bin_getcap, 1, -1, 0, NULL, NULL),
126 BUILTIN("setcap", 0, bin_setcap, 2, -1, 0, NULL, NULL),
H A Dfiles.c756 BUILTIN("chgrp", 0, bin_chown, 2, -1, BIN_CHGRP, "hRs", NULL),
757 BUILTIN("chown", 0, bin_chown, 2, -1, BIN_CHOWN, "hRs", NULL),
758 BUILTIN("ln", 0, bin_ln, 1, -1, BIN_LN, LN_OPTS, NULL),
759 BUILTIN("mkdir", 0, bin_mkdir, 1, -1, 0, "pm:", NULL),
760 BUILTIN("mv", 0, bin_ln, 2, -1, BIN_MV, "fi", NULL),
761 BUILTIN("rm", 0, bin_rm, 1, -1, 0, "dfirs", NULL),
762 BUILTIN("rmdir", 0, bin_rmdir, 1, -1, 0, NULL, NULL),
763 BUILTIN("sync", 0, bin_sync, 0, 0, 0, NULL, NULL),
765 BUILTIN("zf_chgrp", 0, bin_chown, 2, -1, BIN_CHGRP, "hRs", NULL),
766 BUILTIN("zf_chow
[all...]
H A Dattr.c227 BUILTIN("zgetattr", 0, bin_getattr, 2, 3, 0, "h", NULL),
228 BUILTIN("zsetattr", 0, bin_setattr, 3, 3, 0, "h", NULL),
229 BUILTIN("zdelattr", 0, bin_delattr, 2, -1, 0, "h", NULL),
230 BUILTIN("zlistattr", 0, bin_listattr, 1, 2, 0, "h", NULL),
H A Dclone.c109 BUILTIN("clone", 0, bin_clone, 1, 1, 0, NULL, NULL),
H A Dpcre.c427 BUILTIN("pcre_compile", 0, bin_pcre_compile, 1, 1, 0, "aimxs", NULL),
428 BUILTIN("pcre_match", 0, bin_pcre_match, 1, 1, 0, "a:v:n:b", NULL),
429 BUILTIN("pcre_study", 0, bin_pcre_study, 0, 0, 0, NULL, NULL)
H A Dsystem.c542 BUILTIN("syserror", 0, bin_syserror, 0, 1, 0, "e:p:", NULL),
543 BUILTIN("sysread", 0, bin_sysread, 0, 1, 0, "c:i:o:s:t:", NULL),
544 BUILTIN("syswrite", 0, bin_syswrite, 1, 1, 0, "c:o:", NULL),
545 BUILTIN("zsystem", 0, bin_zsystem, 1, -1, 0, NULL, NULL)
H A Ddb_gdbm.c50 BUILTIN("ztie", 0, bin_ztie, 1, -1, 0, "d:f:", NULL),
51 BUILTIN("zuntie", 0, bin_zuntie, 1, -1, 0, NULL, NULL),
H A Dexample.c164 BUILTIN("example", 0, bin_example, 0, -1, 0, "flags", NULL),
H A Dsocket.c260 BUILTIN("zsocket", 0, bin_zsocket, 0, 3, 0, "ad:ltv", NULL),
H A Dstat.c623 BUILTIN("stat", 0, bin_stat, 0, -1, 0, NULL, NULL),
624 BUILTIN("zstat", 0, bin_stat, 0, -1, 0, NULL, NULL),
H A Ddatetime.c218 BUILTIN("strftime", 0, bin_strftime, 2, 2, 0, "qrs:", NULL),
H A Dtermcap.c139 BUILTIN("echotc", 0, bin_echotc, 1, -1, 0, NULL, NULL),
H A Dterminfo.c130 BUILTIN("echoti", 0, bin_echoti, 1, -1, 0, NULL, NULL),
H A Dzselect.c272 BUILTIN("zselect", 0, bin_zselect, 0, -1, 0, NULL, NULL),
H A Dzprof.c291 BUILTIN("zprof", 0, bin_zprof, 0, 0, 0, "c", NULL),
H A Dzutil.c1870 BUILTIN("zformat", 0, bin_zformat, 3, -1, 0, NULL, NULL),
1871 BUILTIN("zparseopts", 0, bin_zparseopts, 1, -1, 0, NULL, NULL),
1872 BUILTIN("zregexparse", 0, bin_zregexparse, 3, -1, 0, "c", NULL),
1873 BUILTIN("zstyle", 0, bin_zstyle, 0, -1, 0, NULL, NULL),
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/perl/
H A DMakefile.in66 BUILTIN = bperl5
73 ${BUILTIN}: ${OBJ}
94 ${RM} ${BUILTIN}
/macosx-10.10/zsh-61/zsh/Src/
H A Dbuiltin.c45 BUILTIN("[", BINF_HANDLES_OPTS, bin_test, 0, -1, BIN_BRACKET, NULL, NULL),
46 BUILTIN(".", BINF_PSPECIAL, bin_dot, 1, -1, 0, NULL, NULL),
47 BUILTIN(":", BINF_PSPECIAL, bin_true, 0, -1, 0, NULL, NULL),
48 BUILTIN("alias", BINF_MAGICEQUALS | BINF_PLUSOPTS, bin_alias, 0, -1, 0, "Lgmrs", NULL),
49 BUILTIN("autoload", BINF_PLUSOPTS, bin_functions, 0, -1, 0, "mktTUwXz", "u"),
50 BUILTIN("bg", 0, bin_fg, 0, -1, BIN_BG, NULL, NULL),
51 BUILTIN("break", BINF_PSPECIAL, bin_break, 0, 1, BIN_BREAK, NULL, NULL),
52 BUILTIN("bye", 0, bin_break, 0, 1, BIN_EXIT, NULL, NULL),
53 BUILTIN("cd", BINF_SKIPINVALID | BINF_SKIPDASH | BINF_DASHDASHVALID, bin_cd, 0, 2, BIN_CD, "qsPL", NULL),
54 BUILTIN("chdi
[all...]
/macosx-10.10/shell_cmds-179/printf/
H A Dprintf.c34 #if !defined(BUILTIN) && !defined(SHELL)
71 #ifndef BUILTIN
107 #ifdef BUILTIN
117 #ifndef BUILTIN
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dclojure.js20 var BUILTIN = "builtin", COMMENT = "comment", STRING = "string", CHARACTER = "string-2",
220 returnType = BUILTIN;
/macosx-10.10/zsh-61/zsh/Util/
H A Dhelpfiles111 last if /^\s*SHELL BUILTIN COMMANDS/;
/macosx-10.10/zsh-61/zsh/Src/Builtins/
H A Drlimits.c986 BUILTIN("limit", 0, bin_limit, 0, -1, 0, "sh", NULL),
987 BUILTIN("ulimit", 0, bin_ulimit, 0, -1, 0, NULL, NULL),
988 BUILTIN("unlimit", 0, bin_unlimit, 0, -1, 0, "hs", NULL),
H A Dsched.c370 BUILTIN("sched", 0, bin_sched, 0, -1, 0, NULL, NULL),
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_main.c1971 BUILTIN("bindkey", 0, bin_bindkey, 0, -1, 0, "evaM:ldDANmrsLRp", NULL),
1972 BUILTIN("vared", 0, bin_vared, 1, 1, 0, "aAcef:hi:M:m:p:r:t:", NULL),
1973 BUILTIN("zle", 0, bin_zle, 0, -1, 0, "aAcCDFgGIKlLmMNrRTUw", NULL),

Completed in 284 milliseconds

12