Searched refs:inum (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsftp-glob.c70 static int inum = 1; local
94 ret->d_ino = inum++;
95 if (!inum)
96 inum = 1;
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_queue.h107 #define MQID_GET_INUM(path, inum, long_form, error) do { \
110 MQID_LG_DECODE_INUM(_cp + 1, (inum), (error)); \
112 MQID_SH_DECODE_INUM((path) + MQID_SH_USEC_PAD, (inum), (error)); \
162 #define MQID_SH_ENCODE_INUM(buf, inum) \
163 vstring_str(vstring_sprintf((buf), "%lX", (unsigned long) (inum)))
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_chash.c86 #define CNODEHASH(hfsmp, inum) (&hfsmp->hfs_cnodehashtbl[(inum) & hfsmp->hfs_cnodehash])
141 * Use the device, inum pair to find the incore cnode.
146 hfs_chash_getvnode(struct hfsmount *hfsmp, ino_t inum, int wantrsrc, int skiplock, int allow_deleted) argument
161 for (cp = CNODEHASH(hfsmp, inum)->lh_first; cp; cp = cp->c_hash.le_next) {
162 if (cp->c_fileid != inum)
225 hfs_chash_snoop(struct hfsmount *hfsmp, ino_t inum, int existence_only, int (*callout)(const struct cat_desc *, argument
238 for (cp = CNODEHASH(hfsmp, inum)->lh_first; cp; cp = cp->c_hash.le_next) {
239 if (cp->c_fileid != inum)
284 * inum i
293 hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp, int wantrsrc, int skiplock, int *out_flags, int *hflags) argument
[all...]
H A Dhfs_cnode.h369 extern struct vnode * hfs_chash_getvnode(struct hfsmount *hfsmp, ino_t inum, int wantrsrc,
371 extern struct cnode * hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp,
H A Dhfs_catalog.c147 #define IDHASH(hfsmp, inum) (&hfsmp->hfs_idhashtbl[(inum) & hfsmp->hfs_idhash])
/macosx-10.9.5/curl-78.94.1/curl/docs/libcurl/
H A Dsymbols.pl85 my $inum = str2num($intr);
88 #define ${sym}_FIRST $inum /* Added in $intr */
/macosx-10.9.5/postfix-252/postfix/src/postsuper/
H A Dpostsuper.c740 unsigned long inum; local
880 MQID_GET_INUM(path, inum, long_name, error);
885 if (inum != (unsigned long) st.st_ino) {
930 MQID_GET_INUM(path, inum, long_name, error);
936 || (inum != (unsigned long) st.st_ino
/macosx-10.9.5/bash-92/bash-3.2/examples/complete/
H A Dcomplete.ianmac341 -[acm]min|-[acm]time|-?(i)?(l)name|-inum|-?(i)path|-?(i)regex| \
354 iname inum ipath iregex links lname mmin mtime name \
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c729 int inum; /* num from "attr={num}" in filename, or INT_MIN */ member in struct:bvlist
867 bvl->inum = strtol( idxp, &endp2, 10 );
873 bvl->inum = INT_MIN;
882 if ( cmp < 0 || (cmp == 0 && bvl->inum < ptr->inum) )
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfstab.vim93 syn keyword fsOptionsExt3Journal contained update inum
106 syn keyword fsOptionsExt4Journal contained update inum
H A Dmush.vim42 syntax keyword mushFunction contained inum ipaddr isdaylight isdbref isint isnum
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1185 \ 'ccvs_lookup(': 'string session, string invoice, int inum | string',

Completed in 216 milliseconds