Searched refs:word2 (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/cups-408/cups/notifier/
H A Ddbus.c295 const char *word2 = event + 7; /* Second word */ local
297 if (!strcmp(word2, "restarted"))
299 else if (!strcmp(word2, "started"))
301 else if (!strcmp(word2, "stopped"))
303 else if (!strcmp(word2, "audit"))
310 const char *word2 = event + 8; /* Second word */ local
313 if (!strcmp(word2, "restarted"))
315 else if (!strcmp(word2, "shutdown"))
317 else if (!strcmp(word2, "stopped"))
319 else if (!strcmp(word2, "stat
336 const char *word2 = event + 4; /* Second word */ local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/resolv/
H A Dtest_dns.rb42 id, word2, qdcount, ancount, nscount, arcount = msg.unpack("nnnnnn")
43 qr = (word2 & 0x8000) >> 15
44 opcode = (word2 & 0x7800) >> 11
45 aa = (word2 & 0x0400) >> 10
46 tc = (word2 & 0x0200) >> 9
47 rd = (word2 & 0x0100) >> 8
48 ra = (word2 & 0x0080) >> 7
49 z = (word2 & 0x0070) >> 4
50 rcode = word2 & 0x000f
84 word2
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Di960-dis.c53 unsigned int word1, word2 = 0xdeadbeef; local
60 /* Read word1. Only read word2 if the instruction
82 /* Read word2. */
90 word2 = bfd_getl32 (buffer + 4);
94 return pinsn( memaddr, word1, word2 );
120 pinsn (bfd_vma memaddr, unsigned long word1, unsigned long word2)
125 put_abs (word1, word2);
132 ctrl (memaddr, word1, word2);
136 cobr (memaddr, word1, word2);
148 instr_len = mem (memaddr, word1, word2,
119 pinsn(bfd_vma memaddr, unsigned long word1, unsigned long word2) argument
317 mem(bfd_vma memaddr, unsigned long word1, unsigned long word2, int noprint) argument
765 ea(bfd_vma memaddr, int mode, const char *reg2, const char *reg3, int word1, unsigned int word2) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DStructureIDBlob.h62 int32_t blobExcludingStructureID() const { return u.words.word2; }
86 int32_t word2; member in struct:JSC::StructureIDBlob::__anon2682::__anon2684
/macosx-10.10.1/libauto-186/
H A DBitmap.h247 usword_t word2 = cursor[2]; local
256 if (!is_all_zeros(word2)) { cursor -= 2; break; }
284 usword_t word2 = cursor[-2]; local
293 if (!is_all_zeros(word2)) { cursor += 2; break; }
/macosx-10.10.1/pcre-7/pcre/
H A Dpcrecpp_unittest.cc418 string word2; local
422 CHECK(r.PartialMatch("foo", &word1, &word2, &word3));
424 CHECK_EQ(word2, "");
426 CHECK(r.PartialMatch("bar", &word1, &word2, &word3));
428 CHECK_EQ(word2, "bar");
430 CHECK(r.PartialMatch("baz", &word1, &word2, &word3));
432 CHECK_EQ(word2, "");
434 CHECK(!r.PartialMatch("f", &word1, &word2, &word3));
/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dlete2ctl59 local($word, $word2, $ret);
68 ($word2, $_) = /^([^\"]*).(.*)$/;
69 $word .= '"' . $word2;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dtext.c1332 char *word1, *word2; local
1359 word2 = rl_copy_text (w2_beg, w2_end);
1365 /* Do the stuff at word2 first, so that we don't have to worry
1373 rl_insert_text (word2);
1382 free (word2);
/macosx-10.10.1/zsh-61/zsh/Test/
H A DA01grammar.ztst406 for name ( word1 word2 word3 ) print $name
409 >word2
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dutils.c151 WriteOneApplDefault(FILE *file, char *word1, char *word2, char *word3) argument
155 sprintf(buf, "__%s%s%s", word1, word2, word3);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dwinbatch.vim53 syn keyword winbatchImplicit true uncheck unsorted wait wholesection word1 word2 word4 yes
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dsimple.el4083 (let (word2)
4086 (setq word2 (delete-and-extract-region (car pos2) (cdr pos2)))
4090 (insert word2))))
/macosx-10.10.1/curl-83.1.2/curl/
H A Dconfigure16904 for word2 in $flags_dbg_all; do
16905 if test "$word1" = "$word2"; then
16920 for word2 in $flags_dbg_all; do
16921 if test "$word1" = "$word2"; then
17102 for word2 in $flags_opt_all; do
17103 if test "$word1" = "$word2"; then
17120 for word2 in $flags_opt_all; do
17121 if test "$word1" = "$word2"; then
17151 for word2 in $flags_opt_all; do
17152 if test "$word1" = "$word2"; the
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm539 loadi Structure::m_blob + StructureIDBlob::u.words.word2[structure], scratch
/macosx-10.10.1/NFS-82/nfsd/
H A Dmountd.c1999 char *cp, *endcp, *name, *word, *hst, *usr, *dom, savedc, *savedcp, *subdir, *mntonname, *word2; local
2140 word2 = strdup(word);
2141 if ((error = add_dir(&xpaths, word2)))
2142 free(word2);

Completed in 322 milliseconds