Searched refs:modifier (Results 1 - 25 of 75) sorted by relevance

123

/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DCGA.c73 * modifier dictionary schema
110 CFDataRef modifier; local
113 modifier = CGAModifierDictGetModifier(dict, &security_level);
114 if (modifier != NULL) {
157 CFDataRef modifier, uint8_t security_level)
159 CFDataGetBytes(modifier,
160 CFRangeMake(0, CFDataGetLength(modifier)),
169 CFDataRef modifier, uint8_t security_level)
178 cga_prepare_set((struct in6_cga_prepare *)offset, modifier, security_level);
229 CFDataRef modifier local
156 cga_prepare_set(struct in6_cga_prepare * cga_prep, CFDataRef modifier, uint8_t security_level) argument
168 cga_parameters_set(CFDataRef priv, CFDataRef pub, CFDataRef modifier, uint8_t security_level) argument
253 modifier_dict_create(CFDataRef modifier, CFNumberRef sec_level, CFDateRef now) argument
275 CGAModifierDictCreate(CFDataRef modifier, uint8_t sec_level) argument
377 CFDataRef modifier = NULL; local
418 CFDataRef modifier = NULL; local
528 CFDataRef modifier = NULL; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dfmtcheck.c91 enum e_modifier modifier; local
101 modifier = MOD_CHAR;
103 modifier = MOD_SHORT;
108 modifier = MOD_INTMAXT;
115 modifier = MOD_QUAD;
117 modifier = MOD_LONG;
122 modifier = MOD_QUAD;
126 modifier = MOD_PTRDIFFT;
130 modifier = MOD_SIZET;
134 modifier
[all...]
/macosx-10.10.1/file_cmds-242/chmod/
H A Dchmod_acl.h79 extern int find_matching_entry (acl_t acl, acl_entry_t modifier, acl_entry_t *rentry, unsigned match_inherited);
80 extern unsigned find_canonical_position(acl_t acl, acl_entry_t modifier);
81 extern int subtract_from_entry(acl_entry_t rentry, acl_entry_t modifier, int *valid_perms);
82 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.c437 find_canonical_position(acl_t acl, acl_entry_t modifier) { argument
451 mscore = score_acl_entry(modifier);
466 /* For a given acl_entry_t "modifier", find the first exact or
471 find_matching_entry (acl_t acl, acl_entry_t modifier, acl_entry_t *rentryp, argument
483 cmp = compare_acl_entries(entry, modifier);
488 if (0 != acl_get_flagset_np(modifier, &mflags))
510 /* Remove all perms specified in modifier from rentry*/
512 subtract_from_entry(acl_entry_t rentry, acl_entry_t modifier, int* valid_perms) argument
522 (acl_get_permset(modifier, &mperms) != 0) ||
523 (acl_get_flagset_np(modifier,
542 merge_entry_perms(acl_entry_t rentry, acl_entry_t modifier) argument
568 modify_acl(acl_t *oaclp, acl_entry_t modifier, unsigned int optflags, int position, int inheritance_level, unsigned flag_new_acl, const char* path) argument
682 modify_file_acl(unsigned int optflags, const char *path, acl_t modifier, int position, int inheritance_level, int follow) argument
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
57 const char **modifier;
69 *modifier = NULL;
127 /* Next is the modifier. */
130 *modifier = ++cp;
187 if (*modifier != NULL && (*modifier)[0] == '\0')
H A Dloadinfo.h115 const char *modifier, const char *special,
124 /* Split a locale name NAME into its pieces: language, modifier,
143 const char **modifier,
H A Dfinddomain.c58 const char *modifier; local
70 language[_territory[.codeset]][@modifier]
86 (7) audience/modifier
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
148 codeset, normalized_codeset, modifier, special,
H A Dlocalcharset.c344 const char *modifier; local
348 modifier = strchr (dot, '@');
349 if (modifier == NULL)
351 if (modifier - dot < sizeof (buf))
353 memcpy (buf, dot, modifier - dot);
354 buf [modifier - dot] = '\0';
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
57 const char **modifier;
69 *modifier = NULL;
127 /* Next is the modifier. */
130 *modifier = ++cp;
187 if (*modifier != NULL && (*modifier)[0] == '\0')
H A Dloadinfo.h115 const char *modifier, const char *special,
124 /* Split a locale name NAME into its pieces: language, modifier,
143 const char **modifier,
H A Dfinddomain.c58 const char *modifier; local
70 language[_territory[.codeset]][@modifier]
86 (7) audience/modifier
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
148 codeset, normalized_codeset, modifier, special,
H A Dlocalcharset.c344 const char *modifier; local
348 modifier = strchr (dot, '@');
349 if (modifier == NULL)
351 if (modifier - dot < sizeof (buf))
353 memcpy (buf, dot, modifier - dot);
354 buf [modifier - dot] = '\0';
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dlocale.rb19 (?:@ (?<modifier>.*) )?
26 @lang = @territory = @encoding_name = @modifier = nil
29 @lang, @territory, @encoding_name, @modifier = m[:language], m[:territory], m[:codeset], m[:modifier]
166 yield "#{@lang}_#{@territory}.#{@encoding_name}@#{@modifier}" if @modifier
169 yield "#{@lang}_#{@territory}@#{@modifier}" if @modifier
173 yield "#{@lang}.#{@encoding_name}@#{@modifier}" if @modifier
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dlocalcharset.c323 const char *modifier; local
327 modifier = strchr (dot, '@');
328 if (modifier == NULL)
330 if (modifier - dot < sizeof (buf))
332 memcpy (buf, dot, modifier - dot);
333 buf [modifier - dot] = '\0';
406 const char *modifier; local
410 modifier = strchr (dot, '@');
411 if (modifier == NULL)
413 if (modifier
[all...]
/macosx-10.10.1/libiconv-42/libiconv/libcharset/lib/
H A Dlocalcharset.c330 const char *modifier; local
334 modifier = strchr (dot, '@');
335 if (modifier == NULL)
337 if (modifier - dot < sizeof (buf))
339 memcpy (buf, dot, modifier - dot);
340 buf [modifier - dot] = '\0';
413 const char *modifier; local
417 modifier = strchr (dot, '@');
418 if (modifier == NULL)
420 if (modifier
[all...]
/macosx-10.10.1/file-46/file/src/
H A Dvasprintf.c77 %[flag][width][.prec][modifier]type
86 modifier: F N L h l ll ('F' and 'N' are ms-dos/16-bit specific)
301 int width, prec, modifier, approx_width; local
387 /* modifier */
389 modifier = *SRCTXT;
391 if (modifier=='l' && *SRCTXT=='l') {
393 modifier = 'L'; /* 'll' == 'L' long long == long double */
397 modifier = -1; /* no modifier specified */
442 if (modifier !
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXKeyboard.c217 * that simple keycode-modifier combinations are preferred in the
295 * Add in the Mac modifier flags for shift and option.
361 * Returns a new modifier map.
364 * Allocates a new modifier map data structure.
379 * we don't generate them either. So there is no modifier map.
394 * Deallocate a modifier map that was created by XGetModifierMapping.
460 * modifier bits in the high byte.
593 * but it also sets the modifier mask in the XEvent. It is used by
685 * Handle pure modifier keys specially. We use -1 as a signal for
690 int modifier
679 int modifier = eventPtr->xkey.keycode; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dfoldout.el98 ;; You can change the modifier keys used by setting `foldout-mouse-modifiers'.
529 "List of modifier keys to apply to foldout's mouse events.
548 (lambda (modifier)
551 ((eq modifier 'shift) ?S)
552 ((eq modifier 'control) ?C)
553 ((eq modifier 'meta) ?M)
554 ((eq modifier 'alt) ?A)
555 ((eq modifier 'hyper) ?H)
556 ((eq modifier 'super) ?s)
557 (t (error "invalid mouse modifier
[all...]
H A Dwindmove.el108 ;; to use another modifier key.
559 (defun windmove-default-keybindings (&optional modifier)
564 (unless modifier (setq modifier 'shift))
565 (global-set-key (vector (list modifier 'left)) 'windmove-left)
566 (global-set-key (vector (list modifier 'right)) 'windmove-right)
567 (global-set-key (vector (list modifier 'up)) 'windmove-up)
568 (global-set-key (vector (list modifier 'down)) 'windmove-down))
/macosx-10.10.1/emacs-93/emacs/src/
H A Dstrftime.c619 int modifier; /* Field modifier ('E', 'O', or 0). */ variable
773 modifier = *f++;
777 modifier = 0;
793 if (modifier != 0)
799 if (modifier != 0)
814 if (modifier != 0)
835 if (modifier != 0)
845 if (modifier != 0)
860 if (modifier
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrftime.c567 int modifier; /* Field modifier ('E', 'O', or 0). */ variable
714 modifier = *f++;
718 modifier = 0;
734 if (modifier != 0)
740 if (modifier != 0)
755 if (modifier != 0)
776 if (modifier != 0)
786 if (modifier != 0)
801 if (modifier
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dmenu.tcl60 set modifier Command
62 set modifier Control
64 set modifier Meta
68 -accelerator Meta+$i -command "puts $i" -accelerator $modifier+$i
69 bind $w <$modifier-[string tolower $i]> "puts $i"
76 -command {puts stdout "Hello"} -accelerator $modifier+H -underline 6
77 bind $w <$modifier-h> {puts stdout "Hello"}
79 puts stdout "Goodbye"} -accelerator $modifier+G -underline 6
80 bind $w <$modifier-g> {puts stdout "Goodbye"}
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dmenu.tcl62 set modifier Command
64 set modifier Control
66 set modifier Meta
70 -accelerator Meta+$i -command "puts $i" -accelerator $modifier+$i
71 bind $w <$modifier-[string tolower $i]> "puts $i"
78 -command {puts stdout "Hello"} -accelerator $modifier+H -underline 6
79 bind $w <$modifier-h> {puts stdout "Hello"}
81 puts stdout "Goodbye"} -accelerator $modifier+G -underline 6
82 bind $w <$modifier-g> {puts stdout "Goodbye"}
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXKeyboard.c219 * keycode-modifier combinations are preferred in the resulting table.
382 * Add in the Mac modifier flags for shift and option.
447 * Returns a new modifier map.
450 * Allocates a new modifier map data structure.
465 * don't generate them either. So there is no modifier map.
480 * Deallocate a modifier map that was created by XGetModifierMapping.
546 * modifier bits in the high byte.
652 * but it also sets the modifier mask in the XEvent. It is used by [event
744 * Handle pure modifier keys specially. We use -1 as a signal for
749 int modifier
737 int modifier = eventPtr->xkey.keycode; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_cga.c259 const struct in6_cga_modifier *modifier)
271 max < in6_cga.cga_pubkey.iov_len + sizeof (modifier->octets) + 9) {
277 if (modifier == NULL) modifier = &in6_cga.cga_prepare.cga_modifier;
283 bcopy(&modifier->octets, cursor, sizeof (modifier->octets));
284 cursor += sizeof (modifier->octets);
257 in6_cga_parameters_prepare(void *output, size_t max, const struct in6_addr *prefix, u_int8_t collisions, const struct in6_cga_modifier *modifier) argument

Completed in 212 milliseconds

123