Searched refs:atab (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dalias.c53 static struct alias *atab[ATABSIZE]; variable in typeref:struct:alias
168 ap = atab[i];
169 atab[i] = NULL;
231 for (ap = atab[i]; ap; ap = ap->next)
296 return &atab[hashval % ATABSIZE];
/freebsd-9.3-release/bin/pax/
H A Dtables.c74 static ATDIR **atab = NULL; /* file tree directory time reset table */ variable
905 if (atab != NULL)
907 if ((atab = (ATDIR **)calloc(A_TAB_SZ, sizeof(ATDIR *))) == NULL) {
928 if (atab == NULL)
935 if ((pt = atab[i]) == NULL)
959 if (atab == NULL)
970 if ((pt = atab[indx]) != NULL) {
993 pt->fow = atab[indx];
994 atab[indx] = pt;
1022 if (atab
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c311 uint32_t *atab; local
410 atab = val;
411 atab[0] = count;
417 atab[i + 1] = attr[i];

Completed in 111 milliseconds