Searched refs:sat (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dat.c146 AttributeType *sat,
174 list[size-2] = sat;
214 AttributeType *sat,
223 if ( sat == list[i] ) {
377 AttributeType *sat,
381 if ( sat->sat_oid == NULL ) {
385 if ( strcmp( sat->sat_oid, new_sat->sat_oid ) != 0 ) {
390 if ( sat->sat_oid != NULL ) {
398 if ( sat->sat_names == NULL ) {
403 if ( sat
145 at_append_to_list( AttributeType *sat, AttributeType ***listp ) argument
213 at_find_in_list( AttributeType *sat, AttributeType **list ) argument
376 at_check_dup( AttributeType *sat, AttributeType *new_sat ) argument
439 AttributeType *sat = *rat; local
590 AttributeType *sat = NULL; local
[all...]
H A Dcr.c220 AttributeType *sat; local
225 sat = at_find(*attrs1);
226 if ( !sat ) {
231 if( is_at_operational( sat )) (*op)++;
233 if ( at_find_in_list(sat, scr->scr_required) < 0) {
234 if ( at_append_to_list(sat, &scr->scr_required) ) {
256 AttributeType *sat; local
261 sat = at_find(*attrs1);
262 if ( !sat ) {
267 if( is_at_operational( sat )) (*o
294 AttributeType *sat; local
[all...]
H A Doc.c254 AttributeType *sat; local
261 sat = at_find(*attrs1);
262 if ( !sat ) {
267 if( is_at_operational( sat )) (*op)++;
269 if ( at_find_in_list(sat, soc->soc_required) < 0) {
270 if ( at_append_to_list(sat, &soc->soc_required) ) {
296 AttributeType *sat; local
301 sat = at_find(*attrs1);
302 if ( !sat ) {
307 if( is_at_operational( sat )) (*o
[all...]
H A Dschemaparse.c278 AttributeType **sat,
316 code = at_add( at, 1, sat, prev, &err);
276 parse_at( struct config_args_s *c, AttributeType **sat, AttributeType *prev ) argument
H A Dproto-slap.h232 AttributeType *sat, AttributeType **list ));
234 AttributeType *sat, AttributeType ***listp ));
240 AttributeType **sat, AttributeType *prev, const char **err ));
1810 struct config_args_s *ca, AttributeType **sat, AttributeType *prev ));
1815 struct config_args_s *ca, Syntax **sat, Syntax *prev ));
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcolors.itcl82 set sat [expr {($max-$min)/$max}]
84 set sat 0
86 if {$sat == 0} {
103 return [list $hue $sat $max]
123 set sat [lindex $hsb 1]
127 if {$sat == 0} {
136 set p [format %.0f [expr {65535.0*$value*(1 - $sat)}]]
137 set q [format %.0f [expr {65535.0*$value*(1 - ($sat*$f))}]]
138 set t [format %.0f [expr {65535.0*$value*(1 - ($sat*(1 - $f)))}]]
/macosx-10.10.1/file-46/file/src/
H A Dreadcdf.c203 cdf_sat_t sat, ssat; local
221 if ((i = cdf_read_sat(&info, &h, &sat)) == -1) {
226 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h));
229 if ((i = cdf_read_ssat(&info, &h, &sat, &ssat)) == -1) {
237 if ((i = cdf_read_dir(&info, &h, &sat, &dir)) == -1) {
242 if ((i = cdf_read_short_stream(&info, &h, &sat, &dir, &sst)) == -1) {
247 cdf_dump_dir(&info, &h, &sat, &ssat, &sst, &dir);
250 if ((i = cdf_read_summary_info(&info, &h, &sat, &ssat, &sst, &dir,
273 free(sat.sat_tab);
H A Dcdf.c331 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) argument
351 sat->sat_len = h->h_num_sectors_in_master_sat * nsatpersec + i;
352 DPRINTF(("sat_len = %zu ss = %zu\n", sat->sat_len, ss));
353 if ((sat->sat_tab = CAST(cdf_secid_t *, calloc(sat->sat_len, ss)))
360 if (cdf_read_sector(info, sat->sat_tab, ss * i, ss, h,
387 if (i >= sat->sat_len) {
389 i, sat->sat_len));
393 if (cdf_read_sector(info, sat->sat_tab, ss * i, ss, h,
403 sat
414 cdf_count_chain(const cdf_sat_t *sat, cdf_secid_t sid, size_t size) argument
439 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument
525 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument
538 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_dir_t *dir) argument
592 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_sat_t *ssat) argument
633 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn) argument
671 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) argument
1013 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) argument
1058 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir) argument
1205 cdf_sat_t sat, ssat; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dcolor.tcl376 set sat [expr {(200-$y)/200.0}]
377 set _hsv [lreplace $_hsv 0 1 $hue $sat]
379 _draw_values $hue $sat
384 proc SelectColor::_set_hue_sat {hue sat} {
388 set y [expr {(1-$sat)*200-9}]
390 _draw_values $hue $sat
410 proc SelectColor::_draw_values {hue sat} {
414 set l [hsvToRgb $hue $sat [expr {$val/39.0}]]
438 proc SelectColor::hsvToRgb {hue sat val} {
440 if {$sat
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dport-irix.c43 # include <sat.h>
82 debug("Setting sat id to %d", (int) pw->pw_uid);
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dprotocols74 sat-expak 64 SAT-EXPAK # SATNET and Backroom EXPAK
79 sat-mon 69 SAT-MON # SATNET Monitoring
86 br-sat-mon 76 BR-SAT-MON # Backroom SATNET Monitoring
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dtcolor60 sat = 0.0
62 sat = (max-min)/max
65 if ( sat == 0 )
85 [hue,sat,max/65535]
89 def hsbToRgb(hue,sat,value)
91 if( sat == 0 )
100 p = 65535.0 * value * (1.0 - sat)
101 q = 65535.0 * value * (1.0 - (sat * f))
102 t = 65535.0 * value * (1.0 - (sat * (1.0 - f)))
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dtcolor64 sat = 0.0
66 sat = (max-min)/max
69 if ( sat == 0 )
89 [hue,sat,max/65535]
93 def hsbToRgb(hue,sat,value)
95 if( sat == 0 )
104 p = 65535.0 * value * (1.0 - sat)
105 q = 65535.0 * value * (1.0 - (sat * f))
106 t = 65535.0 * value * (1.0 - (sat * (1.0 - f)))
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dtcolor288 set sat 0
290 set sat [expr {($max-$min)/$max}]
292 if {$sat == 0} {
309 return [list $hue $sat [expr {$max/65535}]]
318 proc hsbToRgb {hue sat value} {
320 if {$sat == 0} {
329 set p [format %.0f [expr {65535.0*$value*(1 - $sat)}]]
330 set q [format %.0f [expr {65535.0*$value*(1 - ($sat*$f))}]]
331 set t [format %.0f [expr {65535.0*$value*(1 - ($sat*(1 - $f)))}]]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dtcolor294 set sat 0
296 set sat [expr {($max-$min)/$max}]
298 if {$sat == 0} {
315 return [list $hue $sat [expr {$max/65535}]]
324 proc hsbToRgb {hue sat value} {
326 if {$sat == 0} {
335 set p [format %.0f [expr {65535.0*$value*(1 - $sat)}]]
336 set q [format %.0f [expr {65535.0*$value*(1 - ($sat*$f))}]]
337 set t [format %.0f [expr {65535.0*$value*(1 - ($sat*(1 - $f)))}]]
/macosx-10.10.1/screen-22/screen/etc/
H A Dcountmail10 if (!$inhdr && /^From\s+\S+\s+(?i:sun|mon|tue|wed|thu|fri|sat)\s+(?i:jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\s+\d+\s/) {
/macosx-10.10.1/vim-55/runtime/tools/
H A Defm_perl.pl97 if ($line =~ /^(.*)\sat\s(.*)\sline\s(\d+)(\.|,\snear\s\".*\")$/) {
/macosx-10.10.1/ntp-92/ntpd/
H A Djupiter.h81 u_short sseq; /* sat measurement sequence number */
125 u_short sseq; /* sat measurement sequence number */
133 } sat[12]; member in struct:jchan
151 } sat[12]; member in struct:jvis
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dchangelog.vim45 syn keyword changelogDay contained mon tue wed thu fri sat sun
H A Dcrontab.vim30 syntax keyword crontabDow7 contained sun mon tue wed thu fri sat
/macosx-10.10.1/misc_cmds-33/calendar/calendars/
H A Dcalendar.freebsd162 06/29 Andrew Pantyukhin <sat@FreeBSD.org> born in Moscow, Russian Federation, 1985
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dspecification.rb1491 find_all_satisfiers(dep) do |sat|
1492 sats << sat
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-store.el648 (not (equal var-Holidays '(vec (var sat var-sat)
/macosx-10.10.1/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL235 For version 2 of common::sense, we finally sat down a few hours and went
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dengine.c16 #define at sat

Completed in 167 milliseconds

12