Searched +refs:ps +refs:value (Results 1 - 25 of 185) sorted by relevance

12345678

/macosx-10.9.5/procmail-14/procmail/src/
H A Dmanconf.c84 static void pnr(name,value)const char*const name;const long value;
85 { pname(name,0);printf("%s%ld/g\n",value<0?"\\":"",value);lines--;
111 static void ps(name,value)const char*const name,*const value; function
112 { pname(name,0);putsesc(value);putsg();
115 static void pc(name,value)const char*const name;const int value;
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Drddbg.c166 bfd_vma value; local
174 value = bfd_get_32 (abfd, stab + 8);
181 next_stroff += value;
223 save_stab (type, desc, value, s);
225 if (! parse_stab (dhandle, shandle, type, desc, value, s))
263 asymbol **ps, **symend; local
267 for (ps = syms; ps < symend; ps++)
271 bfd_get_symbol_info (abfd, *ps,
371 bfd_vma value; member in struct:saved_stab
381 save_stab(int type, int desc, bfd_vma value, const char *string) argument
[all...]
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dsubr.c90 if (sp->value != NULL) {
95 l = (int)strlen(sp->value) + 1;
97 strncpy(p, sp->value, l);
104 sp->value = p;
135 if (sp->value) {
136 /* prefer existing value */
137 if (strcmp(p, sp->value) != 0)
138 free(sp->value);
141 p = sp->value;
144 sp->value
635 struct portselect *ps; local
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dsubr.c90 if (sp->value != NULL) {
95 l = (int)strlen(sp->value) + 1;
97 strncpy(p, sp->value, l);
104 sp->value = p;
135 if (sp->value) {
136 /* prefer existing value */
137 if (strcmp(p, sp->value) != 0)
138 free(sp->value);
141 p = sp->value;
144 sp->value
635 struct portselect *ps; local
[all...]
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-internal.h41 #define tre_mbrtowc(pwc, s, n, ps) (mbrtowc((pwc), (s), (n), (ps)))
43 #define tre_mbrtowc_l(pwc, s, n, ps, l) (mbrtowc_l((pwc), (s), (n), (ps), (l)))
46 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n)))
179 TRE_BRACKET_MATCH_TYPE_CHAR, /* Single character value */
183 TRE_BRACKET_MATCH_TYPE_EQUIVALENCE, /* Collation equivalence value */
188 tre_cint_t value; member in struct:__anon2935
205 The "first" field contains the first set value (when "count" equals 1).
206 The "value" fiel
213 int value; member in struct:__anon2937
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dnameref.sh92 [[ ${.sh.value} ]] && print hello
109 then err_exit "value of nameref foo != $foo"
187 function setval # name value
198 typeset -n ps=$1
199 print -r -- "${ps}"
201 ps=(a=1 b=2)
202 [[ $(selfref ps) == *a=1* ]] || err_exit 'local nameref cannot reference global variable of the same name'
208 [[ $(subref ps) == 1 ]] || err_exit 'local nameref cannot reference global variable child'
212 typeset ps=(typeset -i a=3 b=4)
213 [[ $(subref ps)
[all...]
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DcanvPsImg.tcl25 $canvas postscript -file /tmp/test.ps -colormode $level
31 $canvas postscript -file tmp.ps -colormode $level
32 exec lpr tmp.ps
40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
58 radiobutton .t.$v -text $v -variable visual -value $v \
68 radiobutton .t.$l -text $l -variable level -value $l
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DcanvPsImg.tcl25 $canvas postscript -file /tmp/test.ps -colormode $level
31 $canvas postscript -file tmp.ps -colormode $level
32 exec lpr tmp.ps
40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
58 radiobutton .t.$v -text $v -variable visual -value $v \
68 radiobutton .t.$l -text $l -variable level -value $l
/macosx-10.9.5/bash-92/bash-3.2/
H A Dparse.y1224 /* Reset the prompt to the decoded value of prompt_string_pointer. */
1333 /* These two functions used to test the value of the HAVE_RESTARTABLE_SYSCALLS
1545 * the value of expand_next_token when the string is popped, so that the
1806 /* Tokens whose value is the character itself */
2152 sh_parser_state_t ps;
2154 save_parser_state (&ps);
2161 restore_parser_state (&ps);
2239 value if it is. */
2321 expanded = ap ? mk_alexpansion (ap->value) : (char *)NULL;
3334 /* The value fo
[all...]
H A Dvariables.c135 /* The value of $$. */
307 /* Now, name = env variable name, string = env variable value, and
372 /* Set up initial value of $_ */
919 /* Print the value of a single SHELL_VAR. No newline is
947 /* Print the value cell of VAR, a shell variable. Do not print
949 and the value contains shell metacharacters, quote the value
1004 SHELL_VAR *temp = (*(entry->assign_func)) (entry, value, ind)
1005 and the (SHELL_VAR *)temp is returned as the value of bind_variable. It
1010 value fo
2159 char *name, *temp, *value; local
3064 char **list, *value; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregion.cpp151 UErrorCode ps = U_ZERO_ERROR; local
152 df->parse(r->idStr,result,ps);
153 if ( U_SUCCESS(ps) ) {
183 UErrorCode ps = U_ZERO_ERROR; local
184 df->parse(aliasFromRegion->idStr,result,ps);
185 if ( U_SUCCESS(ps) ) {
227 UErrorCode ps = U_ZERO_ERROR; local
228 df->parse(codeMappingNumber,result,ps);
229 if ( U_SUCCESS(ps) ) {
314 Region *ar = (Region *)element->value
[all...]
H A Dsmpdtfmt.cpp173 * A value of -1 means that the value is not checked.
1038 * Append symbols[value] to dst. Make sure the array index is not out
1043 int32_t value,
1046 U_ASSERT(0 <= value && value < symbolsCount);
1047 if (0 <= value && value < symbolsCount) {
1048 dst += symbols[value];
1053 _appendSymbolWithMonthPattern(UnicodeString& dst, int32_t value, cons argument
1042 _appendSymbol(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount) argument
1257 int32_t value = cal.get(field, status); local
1678 zeroPaddingNumber(NumberFormat *currentNumberFormat,UnicodeString &appendTo, int32_t value, int32_t minDigits, int32_t maxDigits, UBool basicNumFmt) const argument
2490 int32_t value = 0; local
2492 int32_t ps = 0; local
3125 int32_t value = number.getLong(); local
3385 setContext(UDisplayContext value, UErrorCode& status) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A DWaveform.tcl12 set filename waveform.ps
32 pack [ radiobutton .f2.c$f -text $f -variable color -value $f \
36 foreach {text value} {100% "" 50% gray50 25% gray25} {
37 pack [ radiobutton .f2.$text -text $text -variable stipple -value $value \
H A DSection.tcl14 set filename section.ps
37 pack [ scale .f1.s4 -variable maxval -label "Max value" -from 40 -to -40 \
40 pack [ scale .f1.s5 -variable minval -label "Min value" -from -20 -to -100 \
72 pack [ radiobutton .f2i.w$n -text $n -variable winlen -value $n \
79 pack [ radiobutton .f3i.f$n -text $n -variable fftlen -value $n \
89 pack [ radiobutton .f2.c$color -text $color -variable color -value $color \
94 foreach {text value} {100% "" 50% gray50 25% gray25} {
95 pack [ radiobutton .f2.$text -text $text -variable stipple -value $value \
/macosx-10.9.5/swig-10/Source/Modules/
H A Dtypepass.cxx72 String *value = Getattr(p, "value"); local
73 if (value) {
74 Node *n = Swig_symbol_clookup(value, 0);
78 String *vb = Swig_scopename_last(value);
79 Clear(value);
80 Printf(value, "%s::%s", SwigType_namestr(q), vb);
85 if (value && SwigType_istemplate(value)) {
86 String *nv = SwigType_namestr(value);
786 String *value = Getattr(n, "value"); local
1013 Node *ps = Getattr(n, "sym:previousSibling"); local
1023 Node *ps = Getattr(n, "sym:previousSibling"); local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dcanvasprintbox.itk46 option add *Canvasprintbox.filename "canvas.ps" widgetDefault
82 itk_option define -filename filename FileName "canvas.ps"
248 # It can take the value "portrait" or "landscape" (default). Changes
327 set _globVar($this,fileef) "canvas.ps"
358 -value printer \
378 -value file \
517 # Returns the value of the -printercmd or -filename option
521 # Out: The value of -printercmd or -filename
565 set ps [_calc_poster_size]
566 set pshw [expr {int([lindex $ps
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/ctestfw/
H A Duperf.cpp143 sourceDir = options[SOURCEDIR].value;
147 encoding = options[ENCODING].value;
155 fileName = options[FILE_NAME].value;
159 passes = atoi(options[PASSES].value);
162 iterations = atoi(options[ITERATIONS].value);
168 time = atoi(options[TIME].value);
184 locale = options[LOCALE].value;
314 *pos = delim; // restore original value at pos
412 for(int32_t ps =0; ps < passe
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Ddbmmanage.in46 groups or comment of - for update command clears the existing value
47 groups or comment of - for add and adduser commands is the empty value
171 `ps $_ 2>/dev/null`;
174 srand (time ^ $$ ^ unpack("%L*", `ps $psf | gzip -f`));
272 my $value = getpass "New password:";
273 die "They don't match, sorry.\n" unless getpass("Re-type new password:") eq $value;
274 $crypted_pwd = cryptpw $value;
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.h50 #include <IOKit/ps/IOPSKeys.h>
51 #include <IOKit/ps/IOPowerSources.h>
52 #include <IOKit/ps/IOPowerSourcesPrivate.h>
210 #define kPMASLValueKey "value"
557 __private_extern__ IOReturn getNvramArgInt(char *key, int *value);
/macosx-10.9.5/llvmCore-3425.0.33/utils/Misc/
H A Dzkill29 def parse_time(value):
30 minutes,value = value.split(':',1)
31 if '.' in value:
32 seconds,fseconds = value.split('.',1)
34 seconds = value
72 p = subprocess.Popen(['ps', 'aux'], stdout=subprocess.PIPE,
108 value = fields[idx]
110 record[field[2]] = field[1](value)
126 value
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddescr-text.el67 'help-echo "mouse-2, RET: pretty print value in another buffer"))))
75 ;; Sort the properties by the size of their value.
83 (value (nth 1 elt)))
88 (symbol-name value)
90 (describe-text-category ',value))
94 (format "%S" value)
95 'type 'help-face 'help-args (list value)))
96 ((widgetp value)
97 (describe-text-widget value))
99 (describe-text-sexp value))))
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dcomplete.c148 a slash appended (subject to the value of _rl_complete_mark_directories).
195 If this function exists and returns NULL then call the value of
211 she is sure she wants to see them all. A negative value means
310 /* Set to a non-zero value if readline found quoting anywhere in the word to
315 symbolic links to directory names, subject to the value of the
319 It's set to the value of _rl_complete_mark_symlink_dirs in
373 /* Return the correct value to pass to rl_complete_internal performing
572 mbstate_t ps; local
578 memset (&ps, 0, sizeof (mbstate_t));
592 clen = mbrtowc (&wc, string + pos, left - pos, &ps);
624 mbstate_t ps; local
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDUPSClass.h28 #include <IOKit/ps/IOUPSPlugIn.h>
198 SInt32 value);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dbackglue.c412 PagedResultsState *ps = op->o_pagedresults_state; local
415 struct berval cookie = BER_BVC(""), value; local
426 ber_printf( ber, "{iO}", ps->ps_size, &cookie );
427 ber_flatten2( ber, &value, 0 );
428 assert( op->o_ctrls[c]->ldctl_value.bv_len >= value.bv_len );
429 op->o_ctrls[c]->ldctl_value.bv_len = value.bv_len;
431 value.bv_val, value.bv_len );
434 ps->ps_cookie = (PagedResultsCookie)0;
435 BER_BVZERO( &ps
567 PagedResultsState *ps = op->o_pagedresults_state; local
607 struct berval cookie, value; local
673 struct berval cookie = BER_BVC(""), value; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf64-sparc.c29 /* In case we're on a 32-bit machine, construct a 64-bit "-1" value. */
104 asymbol **ps, *s; local
106 ps = symbols + ELF64_R_SYM (rela.r_info) - 1;
107 s = *ps;
111 relent->sym_ptr_ptr = ps;
322 && (*r->sym_ptr_ptr)->value == 0)
363 else if (bfd_is_abs_section (sym->section) && sym->value == 0)
393 && (*r->sym_ptr_ptr)->value == 0)
823 /* This is the official ABI value. */
826 /* This is the value tha
[all...]

Completed in 344 milliseconds

12345678