Searched refs:assigned (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Denvironment.c61 * assigned and list of malloced strings in env, return 0 or errno
66 rk_read_env_file(FILE *F, char ***env, int *assigned) argument
75 *assigned = 0;
103 (*assigned)++;
120 (*assigned)++;
136 int assigned; local
142 rk_read_env_file(F, env, &assigned);
144 return assigned;
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dvsscanf.c185 int assigned = 0;
289 if (assigned == 0)
290 assigned = EOF;
333 assigned + 1, chunk,
340 ++assigned;
345 returnCode(assigned);
/freebsd-9.3-release/lib/libcam/
H A Dscsi_cmdparse.c107 int assigned = 0; local
132 assigned++; \
268 assigned++;
316 return (assigned);
/freebsd-9.3-release/sys/dev/puc/
H A Dpuc.c479 device_t assigned, originator; local
509 assigned = rman_get_device(res);
510 if (assigned == NULL) /* Not allocated */
512 else if (assigned != originator)
518 if (assigned == NULL)
/freebsd-9.3-release/contrib/file/
H A DREADME63 magic numbers assigned to all sorts of data files that
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh768 /* Cleanup anything we may have assigned. */
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c6085 MKT(UNI_SOFT_SEL_ASS, assigned),

Completed in 147 milliseconds