Searched refs:optflags (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dflags.c217 char optflags[NUM_SHELL_FLAGS+4] = { '+' }; variable
351 optflags[i+1] = shell_flags[i].name;
352 optflags[++i] = 'o';
353 optflags[++i] = ';';
354 optflags[i+1] = '\0';
H A Dflags.h41 extern char optflags[];
/macosx-10.10.1/file_cmds-242/chmod/
H A Dchmod_acl.h82 extern int modify_acl(acl_t *oaclp, acl_entry_t modifier, unsigned int optflags, int position, int inheritance_level, unsigned flag_new_acl, const char* path);
83 extern int modify_file_acl(unsigned int optflags, const char *path, acl_t modifier, int position, int inheritance_level, int follow);
H A Dchmod_acl.c568 modify_acl(acl_t *oaclp, acl_entry_t modifier, unsigned int optflags, argument
580 if (modifier && (optflags & ACL_INHERIT_FLAG)) {
588 if (optflags & ACL_SET_FLAG) {
617 } else if (optflags & ACL_DELETE_FLAG) {
658 } else if (optflags & ACL_REWRITE_FLAG) {
682 modify_file_acl(unsigned int optflags, const char *path, acl_t modifier, int position, int inheritance_level, int follow) { argument
709 if (optflags & ACL_CLEAR_FLAG) {
726 if (optflags & ACL_FROM_STDIN) {
746 if ((0 == flag_new_acl) && (optflags & (ACL_REMOVE_INHERIT_FLAG |
763 if (optflags
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dset.c493 while ((flag_name = internal_getopt (list, optflags)) != -1)
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_utils.c2007 int optflags = 0; local
2009 if (getsockopt(tunsock, SYSPROTO_CONTROL, UTUN_OPT_FLAGS, &optflags, &optlen)) {
2014 optflags |= (UTUN_FLAGS_NO_INPUT + UTUN_FLAGS_NO_OUTPUT);
2016 if (setsockopt(tunsock, SYSPROTO_CONTROL, UTUN_OPT_FLAGS, &optflags, optlen)) {
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Drtadvd.c1242 union nd_opts *ndopts, u_int32_t optflags)
1271 if ((ndopt_flags[hdr->nd_opt_type] & optflags) == 0) {
1241 nd6_options(struct nd_opt_hdr *hdr, int limit, union nd_opts *ndopts, u_int32_t optflags) argument
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dspec.vim72 syn keyword specMacroNameOther contained buildroot buildsubdir distribution disturl ix86 name nil optflags perl_sitearch release requires_eq vendor version
/macosx-10.10.1/ruby-106/ruby/
H A Dconfigure693 optflags
3115 test -z "$optflags" ||
3116 cflagspat="$cflagspat;s|"`eval echo '"'"${optflags}"'"' | sed 's/[][|.*]/\\&/g;s/^ */ /;s/ *$/ /'`'| |g'
3124 cflags="$cflags "'${optflags} ${debugflags} ${warnflags}'
3129 cxxflags="$cxxflags "'${optflags} ${debugflags} ${warnflags}'
5041 : ${optflags=-O3}
7785 # optflags
7815 optflags="${optflags+$optflags }
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dmkmf.rb1854 optflags = #{CONFIG['optflags']}
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals

Completed in 493 milliseconds