Lines Matching refs:Alloc
470 int Alloc; in SFgetHomeDirs() local
476 Alloc = 1; in SFgetHomeDirs()
493 if (i >= Alloc) in SFgetHomeDirs()
495 Alloc *= 2; in SFgetHomeDirs()
497 (unsigned)(Alloc * sizeof(SFEntry))); in SFgetHomeDirs()
499 (unsigned)(Alloc * sizeof(SFLogin))); in SFgetHomeDirs()
565 static int Alloc; in SFupdatePath() local
575 SFdirs = (SFDir *) XtMalloc((Alloc = 10) * sizeof(SFDir)); in SFupdatePath()
580 for (j = 1; j < Alloc; j++) in SFupdatePath()
659 if (i >= Alloc) in SFupdatePath()
662 (unsigned)((Alloc *= 2) * sizeof(SFDir))); in SFupdatePath()
663 for (j = Alloc / 2; j < Alloc; j++) in SFupdatePath()
703 for (i = SFdirEnd; i < Alloc; i++) in SFupdatePath()
2015 int Alloc = 0; in SFgetDir() local
2045 if (i >= Alloc) in SFgetDir()
2047 Alloc = 2 * (Alloc + 1); in SFgetDir()
2049 (unsigned) (Alloc * sizeof(SFEntry))); in SFgetDir()