Searched refs:a_v (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dinit.c247 * @param[in] a_v program argument vector
250 ao_initialize(tOptions * opts, int a_ct, char ** a_v) argument
256 opts->origArgVect = a_v;
H A Dproto.h86 ao_initialize(tOptions * opts, int a_ct, char ** a_v);
H A Dautoopts.c304 * arg: + char ** + a_v + program arg vector +
333 optionProcess(tOptions * opts, int a_ct, char ** a_v) argument
335 if (! SUCCESSFUL(validate_struct(opts, a_v[0])))
342 if (! ao_initialize(opts, a_ct, a_v))
/freebsd-10-stable/contrib/file/src/
H A Dreadelf.h58 Elf32_Word a_v; /* 32-bit id */ member in struct:__anon134
63 Elf64_Xword a_v; /* 64-bit id */ member in struct:__anon135
H A Dreadelf.c231 ? elf_getu32(swap, auxv32.a_v) \
232 : elf_getu64(swap, auxv64.a_v))
/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c2462 printf("a_type=%#llx a_v=%#llx\n",
2463 (long long int)aip->a_type, (long long int)aip->a_v);

Completed in 135 milliseconds