Searched defs:pos (Results 1 - 4 of 4) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/time/
H A DTimeSpinnerEditor.java367 private int distance(int begin, int end, int pos) { argument
369 if (pos <= begin) {
370 return begin - pos;
372 return pos - end;
/solaris-userland-s11u3/components/jansson/doc/html/_downloads/
H A Dgithub_commits.c33 int pos; member in struct:write_result
40 if(result->pos + size * nmemb >= BUFFER_SIZE - 1)
46 memcpy(result->data + result->pos, ptr, size * nmemb);
47 result->pos += size * nmemb;
71 .pos = 0
103 data[write_result.pos] = '\0';
/solaris-userland-s11u3/components/openstack/horizon/files/
H A Doverrides.py236 pos = project_tables.InstancesTable._meta.row_actions.index( variable
240 project_tables_row_actions[:pos] + (project_tables.EditBootargs,) +
241 project_tables_row_actions[pos:]
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c596 int pos = 0; local
599 while ((path[pos] != '/') || (path[pos] == '\0'))
600 pos++;
602 if (path[pos] != '/')
605 strncpy(device_name, path, (pos + 1));
606 device_name[pos] = '\0';
611 while (path[pos] == '/')
612 pos++;
615 memmove(path, &path[pos], (le
626 int ret, pos = 0; local
[all...]

Completed in 22 milliseconds