Searched refs:grp (Results 26 - 50 of 80) sorted by relevance

1234

/external/dropbear/
H A Dsshpty.c358 struct group *grp; local
364 grp = getgrnam("tty");
365 if (grp) {
366 gid = grp->gr_gid;
H A Dincludes.h46 #include <grp.h>
/external/e2fsprogs/lib/ext2fs/
H A Dres_gdt.c126 unsigned int grp, last = 0; local
166 while ((grp = list_backups(fs, &three, &five, &seven)) <
168 blk_t expect = gdt_blk + grp * sb->s_blocks_per_group;
172 printf("added backup GDT %u grp %u@%u[%u]\n",
173 expect, grp, gdt_blk, last);
/external/openssh/
H A Dgroupaccess.c31 #include <grp.h>
H A Djpake.h40 struct modp_group *grp; member in struct:jpake_ctx
H A Dauth2-jpake.c381 PRIVSEP(jpake_step1(pctx->grp,
447 PRIVSEP(jpake_step2(pctx->grp, pctx->s, pctx->g_x3,
503 PRIVSEP(jpake_key_confirm(pctx->grp, pctx->s, pctx->a,
H A Dsftp-common.c33 #include <grp.h>
H A Duidswap.c24 #include <grp.h>
/external/openssh/openbsd-compat/
H A Dpwcache.c37 #include <grp.h>
H A Dport-aix.c436 char *cp, *grplist, *grp; local
456 while ((grp = strsep(&grplist, ",")) != NULL) {
457 l = strtol(grp, NULL, 10);
/external/genext2fs/
H A Dgenext2fs.c245 #define GRP_GET_GROUP_BBM(fs,grp) ( get_blk((fs),(fs)->gd[(grp)].bg_block_bitmap) )
248 #define GRP_GET_GROUP_IBM(fs,grp) ( get_blk((fs),(fs)->gd[(grp)].bg_inode_bitmap) )
830 int grp,offset; local
834 grp = GRP_GROUP_OF_INODE(fs,nod);
835 itab = (inode *)get_blk(fs, fs->gd[grp].bg_inode_table);
877 uint32 grp,nbgroups; local
879 grp = GRP_GROUP_OF_INODE(fs,nod);
881 if(!(bk = allocate(get_blk(fs,fs->gd[grp]
899 uint32 grp; local
913 uint32 grp,nbgroups,avefreei; local
[all...]
/external/skia/src/gpu/
H A DSkGpuDevice.cpp896 GrPaint* grp) {
959 tempPaint.fAntiAlias = grp->fAntiAlias;
1010 if (grp->hasTextureOrMask()) {
1015 grp->preConcatActiveSamplerMatrices(inverse);
1020 GrAssert(NULL == grp->getMask(MASK_IDX));
1021 grp->setMask(MASK_IDX, blurTexture);
1022 grp->maskSampler(MASK_IDX)->reset();
1024 grp->maskSampler(MASK_IDX)->matrix()->setTranslate(-finalRect.fLeft,
1026 grp->maskSampler(MASK_IDX)->matrix()->postIDiv(blurTexture->width(),
1028 context->drawRect(*grp, finalRec
893 drawWithGPUMaskFilter(GrContext* context, const SkPath& path, SkMaskFilter* filter, const SkMatrix& matrix, const SkRegion& clip, SkBounder* bounder, GrPaint* grp) argument
1032 drawWithMaskFilter(GrContext* context, const SkPath& path, SkMaskFilter* filter, const SkMatrix& matrix, const SkRegion& clip, SkBounder* bounder, GrPaint* grp) argument
[all...]
/external/e2fsprogs/resize/
H A Dresize2fs.c1909 blk_t grp, data_needed, last_start; local
1930 for (grp = 0; grp < fs->group_desc_count; grp++) {
1931 if (ext2fs_bg_has_super(fs, grp))
1958 for (grp = 0; grp < groups; grp++) {
1961 if (ext2fs_bg_has_super(fs, grp))
1969 if (grp !
[all...]
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_unix.c18 #include <grp.h>
274 struct group *grp; local
319 grp = getgrnam(gid_str);
320 if (grp) {
321 gid = grp->gr_gid;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_unix.c12 #include <grp.h>
289 struct group *grp; local
335 grp = getgrnam(gid_str);
336 if (grp) {
337 gid = grp->gr_gid;
/external/svox/pico/lib/
H A Dpicoktab.c1016 picoos_uint8 *grp; local
1023 grp = NULL;
1036 while ((grp == NULL) && (i < PICOKTAB_MAXNRPOS_IN_COMB)) {
1044 while ((grp == NULL) && (j < n)) {
1046 grp = e + 1;
1056 if (grp != NULL) {
1058 if (pos == grp[i]) {
1065 PICODBG_ASSERT(picoktab_getPosGroup(this, grp, grplen) == posgroup);
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.c48 #include <grp.h>
1028 xauth_group_ldap(udn, grp)
1030 char * grp;
1105 tmplen += strlen(grp);
1115 xauth_ldap_config.attr_group->v, grp,
1224 xauth_group_system(usr, grp)
1226 char * grp;
1232 gr = getgrnam(grp);
1236 grp);
/external/kernel-headers/original/linux/
H A Dmroute6.h92 struct sockaddr_in6 grp; member in struct:sioc_sg_req6
H A Dmodule.h240 struct attribute_group grp; member in struct:module_sect_attrs
/external/iproute2/ip/
H A Diptuntap.c24 #include <grp.h>
/external/openssl/ssl/
H A Dtls_srp.c256 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass, const char *grp) argument
258 SRP_gN *GN = SRP_get_default_gN(grp);
/external/dbus/bus/
H A Dactivation-helper.c41 #include <grp.h>
/external/e2fsprogs/lib/e2p/
H A Dls.c18 #include <grp.h>
/external/clang/lib/Parse/
H A DParseTemplate.cpp1272 DeclGroupPtrTy grp = Actions.ConvertDeclToDeclGroup(LMT.D); local
1273 if (grp)
1274 Actions.getASTConsumer().HandleTopLevelDecl(grp.get());
/external/aac/libAACenc/src/
H A Dpsy_main.cpp1294 INT j, grp, mask; local
1317 for (grp = 0; grp < psyStatic[ch]->blockSwitchingControl.noOfGroups; grp++)
1320 for (j=1; j<psyStatic[ch]->blockSwitchingControl.groupLen[grp]; j++) {

Completed in 571 milliseconds

1234