Searched refs:od (Results 1 - 25 of 56) sorted by relevance

123

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp-glob.c64 fudge_readdir(struct SFTP_OPENDIR *od) argument
73 if (od->dir[od->offset] == NULL)
83 strlcpy(ret->d_name, od->dir[od->offset++]->filename, MAXPATHLEN);
85 strlcpy(ret->d_name, od->dir[od->offset++]->filename,
103 fudge_closedir(struct SFTP_OPENDIR *od) argument
105 free_sftp_dirents(od->dir);
106 xfree(od);
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dopenrisc-opc.h99 #define CGEN_INIT_PARSE(od) \
102 #define CGEN_INIT_INSERT(od) \
105 #define CGEN_INIT_EXTRACT(od) \
108 #define CGEN_INIT_PRINT(od) \
H A Dip2k-opc.h105 #define CGEN_INIT_PARSE(od) \
108 #define CGEN_INIT_INSERT(od) \
111 #define CGEN_INIT_EXTRACT(od) \
114 #define CGEN_INIT_PRINT(od) \
H A Dmt-opc.h166 #define CGEN_INIT_PARSE(od) \
169 #define CGEN_INIT_INSERT(od) \
172 #define CGEN_INIT_EXTRACT(od) \
175 #define CGEN_INIT_PRINT(od) \
H A Dxstormy16-opc.h124 #define CGEN_INIT_PARSE(od) \
127 #define CGEN_INIT_INSERT(od) \
130 #define CGEN_INIT_EXTRACT(od) \
133 #define CGEN_INIT_PRINT(od) \
H A Dfr30-opc.h137 #define CGEN_INIT_PARSE(od) \
140 #define CGEN_INIT_INSERT(od) \
143 #define CGEN_INIT_EXTRACT(od) \
146 #define CGEN_INIT_PRINT(od) \
H A Dm32r-opc.h130 #define CGEN_INIT_PARSE(od) \
133 #define CGEN_INIT_INSERT(od) \
136 #define CGEN_INIT_EXTRACT(od) \
139 #define CGEN_INIT_PRINT(od) \
H A Diq2000-opc.h167 #define CGEN_INIT_PARSE(od) \
170 #define CGEN_INIT_INSERT(od) \
173 #define CGEN_INIT_EXTRACT(od) \
176 #define CGEN_INIT_PRINT(od) \
H A Dmep-opc.h280 #define CGEN_INIT_PARSE(od) \
283 #define CGEN_INIT_INSERT(od) \
286 #define CGEN_INIT_EXTRACT(od) \
289 #define CGEN_INIT_PRINT(od) \
H A Dxc16x-opc.h211 #define CGEN_INIT_PARSE(od) \
214 #define CGEN_INIT_INSERT(od) \
217 #define CGEN_INIT_EXTRACT(od) \
220 #define CGEN_INIT_PRINT(od) \
/macosx-10.10.1/KerberosHelper-151/Tests/migration/data/10.7/private/var/db/krb5kdc/
H A Dmigration.conf3 dbname = od:/Local/Default&/Volumes/11A221/private/var/db/dslocal/nodes/Default
/macosx-10.10.1/KerberosHelper-151/Tests/migration/data/10.7/var/db/krb5kdc/
H A Dmigration.conf3 dbname = od:/Local/Default&/Volumes/11A221/private/var/db/dslocal/nodes/Default
/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-mitdump.in55 dump --format=od ${testdir}/dump-files || exit 1
H A Dcheck-apple-dump.in63 echo "dump format=od"
64 ${kadmin} -r ${realm} -c ${conf} -l dump -d --format=od . || exit 1
86 echo "mit-dump-file format=od"
87 ${kadmin} -r ${realm} -c ${conf} -l dump -d --mit-dump-file="${confdir}/dumpfile" --format=od . || exit 1
H A Dcheck-apple-od.in47 echo "checking for od.apple.com"
49 { echo "no od.apple.com, skipping tests" ; exit 0; }
72 # { echo "signing and joined to od.apple.com" ; cat ${logfile}; exit 1 ; }
80 ${winmount} ${testbase}/apple/coswin7-od.plist ${host} || { cat ${logfile}; exit 1; }
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Ddictionary.cpp140 object_dictionary_iterator::object_dictionary_iterator(object_dictionary &od) argument
141 : di(od.d)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhaste.vim33 syn keyword hasteStatement negedge od of or outprobe pas
51 syn match hasteStatement "\<\(forever\|do\|od\)\>"
52 syn match hasteStatement "\<\(for\|do\|od\)\>"
53 syn match hasteStatement "\<\(do\|or\|od\)\>"
H A Dmodel.vim18 syn keyword modelKeyword inline is lbnd max min mod new NIL nil noresult not notin od of
H A Dpromela.vim19 syn keyword promelaStatement proctype if else while chan do od fi break goto unless
/macosx-10.10.1/ntp-92/libopts/
H A Denumeration.c234 tOptDesc od; local
236 od.optArg.argEnum = enum_val;
237 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, &od );
238 return od.optArg.argString;
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Denumeration.c234 tOptDesc od; local
236 od.optArg.argEnum = enum_val;
237 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, &od );
238 return od.optArg.argString;
/macosx-10.10.1/screen-22/screen/
H A Dmark.c478 int newcopylen = 0, od; local
506 od = *extrap++;
513 od = mark_key_tab[(int)(unsigned char)*pt++];
517 if (od >= '0' && od <= '9')
519 if (rep_cnt < 1001 && (od != '0' || rep_cnt != 0))
521 markdata->rep_cnt = 10 * rep_cnt + od - '0';
537 switch (od)
710 nextword(&cx, &cy, NW_ENDOFWORD|NW_MUSTMOVE | (od == 'E' ? NW_BIG : 0), rep_cnt);
717 nextword(&cx, &cy, NW_BACK|NW_ENDOFWORD|NW_MUSTMOVE | (od
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Di960.h125 /* Macros to extract info from the register operand descriptor byte 'od'.
127 #define SFR_OK(od) (od & SFR) /* TRUE if sfr operand allowed */
128 #define LIT_OK(od) (od & LIT) /* TRUE if literal operand allowed */
129 #define FP_OK(od) (od & FP) /* TRUE if floating-point op allowed */
130 #define REG_ALIGN(od,n) ((od & 0x3 & n) == 0)
132 #define MEMOP(od) (o
[all...]
/macosx-10.10.1/ruby-106/ruby/test/date/
H A Dtest_date_base.rb62 oy, od = Date.__send__(:jd_to_ordinal, j, Date::JULIAN)
64 assert_equal(j2 - j0, od)
65 oj = Date.__send__(:ordinal_to_jd, oy, od, Date::JULIAN)
78 oy, od = Date.__send__(:jd_to_ordinal, j, Date::GREGORIAN)
80 assert_equal(j2 - j0, od)
81 oj = Date.__send__(:ordinal_to_jd, oy, od, Date::GREGORIAN)
/macosx-10.10.1/BerkeleyDB-21/db/hash/
H A Dhash_dup.c674 HOFFDUP od; local
681 od.type = H_OFFDUP;
682 UMRW_SET(od.unused[0]);
683 UMRW_SET(od.unused[1]);
684 UMRW_SET(od.unused[2]);
685 od.pgno = pgno;
689 new_dbt.data = &od;
721 memcpy(P_ENTRY(dbp, pagep, ndx), &od, HOFFDUP_SIZE); local

Completed in 132 milliseconds

123