Searched refs:gp (Results 1 - 25 of 86) sorted by relevance

1234

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dglob.c79 gl_diropen(glob_t* gp, const char* path) argument
81 return (*gp->gl_opendir)(path);
89 gl_dirnext(glob_t* gp, void* handle) argument
93 while (dp = (struct dirent*)(*gp->gl_readdir)(handle))
97 gp->gl_status |= GLOB_NOTDIR;
109 gl_dirclose(glob_t* gp, void* handle) argument
111 (gp->gl_closedir)(handle);
119 gl_type(glob_t* gp, const char* path, int flags) argument
124 if ((flags & GLOB_STARSTAR) ? (*gp->gl_lstat)(path, &st) : (*gp
142 gl_attr(glob_t* gp, const char* path, int flags) argument
152 gl_nextdir(glob_t* gp, char* dir) argument
183 errorcheck(register glob_t* gp, const char* path) argument
228 addmatch(register glob_t* gp, const char* dir, const char* pat, register const char* rescan, char* endslash, int meta) argument
290 glob_dir(glob_t* gp, globlist_t* ap, int re_flags) argument
573 glob(const char* pattern, int flags, int (*errfn)(const char*, int), register glob_t* gp) argument
817 globfree(glob_t* gp) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecDH.c49 ccdh_gp_t gp = { .gp = p }; local
50 return gp;
106 ccdh_gp_t gp; local
107 gp.gp = context;
109 CCDH_GP_N(gp) = n;
110 CCDH_GP_L(gp) = l;
112 if(ccn_read_uint(n, CCDH_GP_PRIME(gp), p_len, p))
115 if(ccn_read_uint(n+1, CCDH_GP_RECIP(gp), recip_le
196 ccdh_gp_t gp; local
254 ccdh_gp_t gp = SecDH_gp(dh); local
274 ccdh_gp_t gp = SecDH_gp(dh); local
296 ccdh_gp_t gp = SecDH_gp(dh); local
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DHardLinkCheck.c76 static int GetPrivateDir(SGlobPtr gp, CatalogRecord *rec);
77 static int GetRootDir(SGlobPtr gp, CatalogRecord *rec);
78 static int RecordOrphanOpenUnlink(SGlobPtr gp, UInt32 parID, unsigned char * filename);
80 static int RecordBadHardLinkNext(SGlobPtr gp, UInt32 fileID, UInt32 is, UInt32 shouldbe);
81 static int RecordBadHardLinkPrev(SGlobPtr gp, UInt32 fileID, UInt32 is, UInt32 shouldbe);
82 static int RecordBadLinkCount(SGlobPtr gp, UInt32 inodeID, UInt32 is, UInt32 shouldbe) ;
83 static int RecordOrphanLink(SGlobPtr gp, Boolean isdir, UInt32 linkID);
84 static int RecordOrphanInode(SGlobPtr gp, Boolean isdir, UInt32 inodeID);
184 CheckHardLinkList(SGlobPtr gp, UInt32 inodeID, struct HardLinkList *list, int calc_link_count, UInt32 firstID) argument
190 if (fsckGetVerbosity(gp
252 HardLinkCheckBegin(SGlobPtr gp, void** cookie) argument
542 RepairHardLinkChains(SGlobPtr gp, Boolean isdir) argument
892 SGlobPtr gp; local
1050 GetPrivateDir(SGlobPtr gp, CatalogRecord * rec) argument
1085 GetRootDir(SGlobPtr gp, CatalogRecord * rec) argument
1108 RecordOrphanLink(SGlobPtr gp, Boolean isdir, UInt32 linkID) argument
1133 RecordOrphanInode(SGlobPtr gp, Boolean isdir, UInt32 inodeID) argument
1158 RecordOrphanOpenUnlink(SGlobPtr gp, UInt32 parID, unsigned char* filename) argument
1167 RecordBadHardLinkChainFirst(SGlobPtr gp, UInt32 fileID, UInt32 is, UInt32 shouldbe) argument
1195 RecordBadHardLinkPrev(SGlobPtr gp, UInt32 fileID, UInt32 is, UInt32 shouldbe) argument
1219 RecordBadHardLinkNext(SGlobPtr gp, UInt32 fileID, UInt32 is, UInt32 shouldbe) argument
1244 RecordBadLinkCount(SGlobPtr gp, UInt32 inodeID, UInt32 is, UInt32 shouldbe) argument
[all...]
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonDH.c38 ccdh_const_gp_t gp; member in struct:CCDHParameters_s
67 stockParm->gp = ccdh_gp_rfc3526group05();
76 retSize = ccdh_full_ctx_size(ccdh_ccn_size(CCDHParm->gp));
80 ccdh_ctx_init(CCDHParm->gp, retval->ctx);
98 CC_XFREE(keyref->ctx._full, ccdh_full_ctx_size(ccdh_ccn_size(keyref->parms->gp)));
114 if(ccdh_generate_key(keyref->parms->gp, ccDRBGGetRngState(), keyref->ctx.pub))
139 ccdh_pub_ctx_decl_gp(keyref->parms->gp, peer_pub);
143 if(ccdh_import_pub(keyref->parms->gp, peerPubKeyLen, peerPubKey,
178 retval->gp.gp
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_gss.c71 struct smb_gss *gp = &vcp->vc_gss; local
77 if (IPC_PORT_VALID(gp->gss_mp))
85 if (gp->gss_spn != NULL) {
86 SMB_FREE(gp->gss_spn, M_SMBTEMP);
106 if (gp->gss_asid == AU_ASSIGN_ASID)
107 gp->gss_asid = kauth_cred_getasid(cred);
113 kr = mach_gss_lookup(gssd_host_port, uid, gp->gss_asid, &gp->gss_mp);
114 if (kr != KERN_SUCCESS || !IPC_PORT_VALID(gp->gss_mp)) {
118 SMBERROR("Port is %s\n", gp
131 smb_gss_reset(struct smb_gss *gp) argument
149 smb_gss_destroy(struct smb_gss *gp) argument
469 struct smb_gss *gp = &vcp->vc_gss; local
[all...]
H A Dsmb_gss.h44 void smb_gss_destroy(struct smb_gss *gp);
/macosx-10.9.5/tcl-102/tk84/tk/xlib/
H A Dxgc.c120 GC gp;
130 gp = (XGCValues *)ckalloc(sizeof(XGCValues) + MAX_DASH_LIST_SIZE);
131 if (!gp) {
135 gp->function = (mask & GCFunction) ?values->function :GXcopy;
136 gp->plane_mask = (mask & GCPlaneMask) ?values->plane_mask :~0;
137 gp->foreground = (mask & GCForeground) ?values->foreground :
139 gp->background = (mask & GCBackground) ?values->background :
141 gp->line_width = (mask & GCLineWidth) ?values->line_width :1;
142 gp->line_style = (mask & GCLineStyle) ?values->line_style :LineSolid;
143 gp
117 GC gp; local
[all...]
/macosx-10.9.5/mail_cmds-29/mail/
H A Dvars.c167 struct group *gp; local
174 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link)
175 printf(" %s", gp->ge_name);
H A Dnames.c513 struct group *gp; local
524 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) {
525 cp = gp->ge_name;
540 if (gp == gh->g_list && gp->ge_link == NULL)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dexpand.c78 static char *nextdir(glob_t *gp, char *dir) argument
81 Pathcomp_t *pp = (Pathcomp_t*)gp->gl_handle;
86 gp->gl_handle = (void*)pp;
97 register glob_t *gp= &gdata; local
104 memset(gp,0,sizeof(gdata));
126 gp->gl_nextdir = nextdir;
181 gp->gl_fignore = stakfreeze(1);
184 gp->gl_fignore = "";
188 gp->gl_fignore = nv_getval(sh_scoped(shp,FIGNORENOD));
190 gp
[all...]
/macosx-10.9.5/shell_cmds-175/chroot/
H A Dchroot.c73 struct group *gp; local
108 if ((gp = getgrnam(group)))
109 gid = gp->gr_gid;
127 if ((gp = getgrnam(grouplist)))
128 gidlist[gids] = gp->gr_gid;
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/eg/
H A Drainbow.pl35 my ( $rp, $gp, $bp ) = ( sin $red, sin $green, sin $blue );
50 $gq = $gp <=> $gs;
54 $gp = $gs;
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/eg/
H A Drainbow.pl35 my ( $rp, $gp, $bp ) = ( sin $red, sin $green, sin $blue );
50 $gq = $gp <=> $gs;
54 $gp = $gs;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsubr_prof.c175 struct gmonparam *gp = &_gmonparam; local
184 error = sysctl_int(oldp, oldlenp, newp, newlen, &gp->state);
187 if (gp->state == GMON_PROF_OFF)
194 gp->kcount, gp->kcountsize);
198 gp->froms, gp->fromssize);
202 gp->tos, gp->tossize);
205 error = sysctl_rdstruct(oldp, oldlenp, newp, gp, sizeo
[all...]
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dmkglue.c65 void dump_std(FILE *fp, FILE *gp);
76 register FILE *fp, *gp; local
84 gp = fopen(path("ubvec.s"), "w");
85 if (gp == 0) {
108 dump_std(fp, gp);
130 (void) fclose(gp);
202 dump_std(FILE *fp, FILE *gp) argument
230 fprintf(gp, "#define\tI_%s\t%lu\n", buf, i*sizeof (long));
/macosx-10.9.5/remote_cmds-41.90.1/revnetgroup.tproj/
H A Dparse_netgroup.c143 struct netgrp *gp, *ogp; local
158 gp = grouphead.gr;
159 while (gp) {
160 ogp = gp;
161 gp = gp->ng_next;
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-alpha.c156 of the gp register are loaded. */
202 that when the value is used the value of the gp register will be
258 /* Load the gp register. This is always used for a ldah instruction
259 which loads the upper 16 bits of the gp register. The next reloc
676 /* Copy the gp value for this object file into the addend, to
679 rptr->addend += ecoff_data (abfd)->gp;
708 rptr->addend = intern->r_symndx + ecoff_data (abfd)->gp;
715 the section vma. We record the gp value for this object file
719 rptr->addend = ecoff_data (abfd)->gp;
792 bfd_vma gp;
787 bfd_vma gp; local
1381 bfd_vma gp; local
[all...]
H A Dcoff-mips.c196 /* A reference to an offset from the gp register. Handled by the
212 /* A reference to a literal using an offset from the gp register.
384 rptr->addend += ecoff_data (abfd)->gp;
595 the offset from the gp register. */
614 bfd_vma gp;
642 /* We have to figure out the gp value, so that we can adjust the
647 gp = _bfd_get_gp_value (output_bfd);
648 if (gp == 0
655 gp = symbol->section->output_section->vma + 0x4000;
656 _bfd_set_gp_value (output_bfd, gp);
609 bfd_vma gp; local
837 bfd_vma gp; local
[all...]
H A Delfn32-mips.c1721 /* We have to figure out the gp value, so that we can adjust the
1761 become the offset from the gp register. */
1771 bfd_vma gp;
1782 &gp);
1788 data, gp);
1800 bfd_vma gp;
1822 &gp);
1828 data, gp);
1832 become the offset from the gp register. */
1841 bfd_vma gp;
1769 bfd_vma gp; local
1798 bfd_vma gp; local
1839 bfd_vma gp; local
1872 gprel32_with_gp(bfd *abfd, asymbol *symbol, arelent *reloc_entry, asection *input_section, bfd_boolean relocatable, void *data, bfd_vma gp) argument
1942 bfd_vma gp; local
[all...]
H A Dlibecoff.h96 /* The cached gp value. This is used when relocating. */
97 bfd_vma gp; member in struct:ecoff_tdata
99 /* The maximum size of objects to optimize using gp. This is
187 input .lita section to have its own gp value. To support this,
188 we need to keep track of the gp values that we picked for each
190 bfd_vma gp; member in struct:ecoff_section_tdata
/macosx-10.9.5/tcl-102/tk/tk/xlib/
H A Dxgc.c119 GC gp;
130 gp = (XGCValues *) ckalloc(sizeof(XGCValues) + MAX_DASH_LIST_SIZE +
132 if (!gp) {
137 (gp->name = (mask & (maskbit)) ? values->name : (default))
163 (&(gp->dashes))[1] = 0;
165 gp->clip_mask = None;
167 TkpClipMask *clip_mask = AllocClipMask(gp);
172 TkpInitGCCache(gp);
174 return gp;
116 GC gp; local
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/vmdh/
H A Dvmdh-42-example2.c22 ccdh_gp_t gp = { .gp = p }; local
23 return gp;
107 ccdh_gp_t gp = vmdh_gp(vmdh); local
110 ok_status(ccdh_import_priv(gp, sizeof(client_priv), client_priv, priv), "Import DH private key");
H A Dvmdh-41-example.c22 ccdh_gp_t gp = { .gp = p }; local
23 return gp;
122 ccdh_gp_t gp = vmdh_gp(vmdh); local
124 ok_status(ccdh_import_priv(gp, sizeof(client_priv), client_priv, priv), "Import private DH key");
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Drnews.el508 (defun news-goto-news-group (gp)
512 (message "Jumping to news group %s..." gp)
513 (news-select-news-group gp)
514 (message "Jumping to news group %s... done." gp))
516 (defun news-select-news-group (gp)
517 (let ((grp (assoc gp news-group-article-assoc)))
519 (error "Group %s not subscribed to" gp)
767 (defun news-get-pruned-list-of-files (gp-list end-file-no)
776 (news-group-certification gp-list))
780 (string-subst-char ?/ ?. gp
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest_acl_freebsd.c75 gid_t g, *gp; local
114 gp = acl_get_qualifier(aclent);
115 g = *gp;
116 acl_free(gp);

Completed in 287 milliseconds

1234