HomeSort by: relevance | last modified time | path
    Searched defs:p_index (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/compat/
pathfind.c 30 static char * extract_colon_unit(char * dir, char const * string, int * p_index);
44 int p_index = 0; local
58 char * colon_unit = extract_colon_unit( zPath, path, &p_index );
233 * return the next one pointed to by (P_INDEX), or NULL if there are no
234 * more. Advance (P_INDEX) to the character after the colon.
237 extract_colon_unit(char * pzDir, char const * string, int * p_index)
240 int ix = *p_index;
273 *p_index = ix;
  /src/bin/csh/
proc.h 51 int p_index; /* shorthand job index */ member in struct:process
  /src/usr.sbin/sysinst/
gpt.c 282 unsigned int p_index; local
304 i = 0; p_start = 0; p_size = 0; p_index = 0;
321 p_index = strtouq(tt, NULL, 10);
322 if (i > 2 || (i == 2 && p_index == 0)) {
341 else if (p_index == 0 && strlen(p_type) > 0)
344 else if (p_index == 0) {
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
cti-services.c 269 int index = 0, *p_index = &index; local
276 values[*p_index] = cti_xpc_copy_description(value);
277 keys[*p_index] = key;
278 (*p_index)++;

Completed in 23 milliseconds