Searched refs:current (Results 101 - 125 of 346) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_impl.h112 pam_chain_t *current; member in struct:pam_handle
/freebsd-9.3-release/release/doc/share/mk/
H A Ddoc.relnotes.mk9 .if ${RELEASETYPE} == "current"
10 PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'current'"
/freebsd-9.3-release/usr.bin/indent/
H A Dio.c55 static int pad_output(int current, int target);
438 * FUNCTION: Writes tabs and spaces to move the current column up to the desired
443 * PARAMETERS: current integer The current column target
446 * RETURNS: Integer value of the new column. (If current >= target, no action is
447 * taken, and current is returned.
459 pad_output(int current, int target) argument
461 * get the current output position up to the
463 /* current: the current colum
508 count_spaces(int current, char *buffer) argument
[all...]
/freebsd-9.3-release/usr.bin/m4/
H A Dgnum4.c56 * First search in the current directory.
193 static size_t current = 0; variable
212 while (current + n > bufsize) {
219 memcpy(buffer+current, c, n);
220 current += n;
226 if (current +1 > bufsize) {
233 buffer[current++] = c;
240 current = 0;
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dtree.c124 struct tree_entry *current; member in struct:tree
190 t->current == te ? "*" : " ",
198 (t->current == te && t->d) ? "+" : ""
204 * Add a directory path to the current stack.
214 te->parent = t->current;
230 * Append a name to the current dir path.
378 if (t->stack == t->current && t->current != NULL)
379 t->current = t->current
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dtimebox.c186 struct tm current; local
194 current = *localtime(&now_time);
244 hour >= 0 ? hour : current.tm_hour,
258 minute >= 0 ? minute : current.tm_min,
272 second >= 0 ? second : current.tm_sec,
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp220 // InsnClass in the current packet.
252 assert(currentState && "Missing current state");
477 State *current = WorkList.pop_back_val(); local
487 if (!current->hasTransition(InsnClass) &&
488 current->canAddInsnClass(InsnClass)) {
490 current->AddInsnClass(InsnClass, NewStateResources);
508 current->addTransition(InsnClass, NewState);
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dsl.c114 SL_cmd *c, *current = NULL, *partial_cmd = NULL; local
119 current = c;
121 return current;
123 partial_cmd != current) {
125 partial_cmd = current;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c560 * If the current configuration already has inconsistent replication
563 * Otherwise, make sure that the current spec (if there is one) and the new
575 * Given a list of toplevel vdevs, return the current replication level. If
824 * Check the replication level of the vdev spec against the current pool. Calls
834 replication_level_t *current = NULL, *new; local
838 * If we have a current pool configuration, check to see if it's
846 if ((current = get_replication(nvroot, B_FALSE)) == NULL)
855 free(current);
863 free(current);
872 free(current);
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dsdb.c91 dns_sdbnode_t *current; member in struct:dns_sdballnodes
99 dns_rdatalist_t *current; member in struct:sdb_rdatasetiter
890 * Look for a DNAME at the current label, unless this is
904 * Look for an NS at the current label, unless this is the
929 * If the current name is not the qname, add another label
1101 sdbiter->current = NULL;
1478 sdbiter->current = ISC_LIST_HEAD(sdbiter->nodelist);
1479 if (sdbiter->current == NULL)
1489 sdbiter->current = ISC_LIST_TAIL(sdbiter->nodelist);
1490 if (sdbiter->current
[all...]
H A Dsdlz.c134 dns_sdlznode_t *current; member in struct:dns_sdlzallnodes
142 dns_rdatalist_t *current; member in struct:sdlz_rdatasetiter
282 sdlziterator->current = ISC_LIST_HEAD(sdlznode->lists);
290 sdlziterator->current = ISC_LIST_NEXT(sdlziterator->current, link);
291 if (sdlziterator->current == NULL)
301 list_tordataset(sdlziterator->current, iterator->db, iterator->node,
775 sdlziter->current = NULL;
888 * Look for a DNAME at the current label, unless this is
902 * Look for an NS at the current labe
[all...]
H A Ddbiterator.c103 * Return the current node.
110 return (iterator->methods->current(iterator, nodep, name));
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c186 * Skip past the current capability field - it's either the
276 int current; local
297 current = in_array;
314 for (current = in_array; db_array[current] != 0; current++) {
322 } else if ((_nc_access(db_array[current], R_OK) < 0)
323 || (fd = open(db_array[current], O_RDONLY, 0)) < 0) {
485 iret = _nc_getent(&icap, &ilen, &oline, current, db_array, fd,
582 return (current);
[all...]
/freebsd-9.3-release/lib/libdevstat/
H A Ddevstat.c52 compute_stats(struct devstat *current, struct devstat *previous,
207 * Get the current generation number.
227 * Get the current devstat version. The return value of this function
241 * Get the current devstat version.
316 * Get the current list of devices and statistics, and the current
361 * The kern.devstat.all sysctl returns the current
440 * If the generation has changed, and if the current number of
484 * - current number of devices selected (num_selected)
488 * - current devsta
1140 compute_stats(struct devstat *current, struct devstat *previous, long double etime, u_int64_t *total_bytes, u_int64_t *total_transfers, u_int64_t *total_blocks, long double *kb_per_transfer, long double *transfers_per_second, long double *mb_per_second, long double *blocks_per_second, long double *ms_per_transaction) argument
1193 devstat_compute_statistics(struct devstat *current, struct devstat *previous, long double etime, ...) argument
[all...]
H A Ddevstat.h162 int devstat_compute_statistics(struct devstat *current,
/freebsd-9.3-release/usr.bin/bc/
H A Dbc.y103 static ssize_t current = 0;
774 if (current == instr_sz) {
791 instructions[current].index = CONST_STRING;
792 instructions[current].u.cstr = str;
793 return (current++);
801 instructions[current].index = ALLOC_STRING;
802 instructions[current].u.astr = strdup(str);
803 if (instructions[current].u.astr == NULL)
805 return (current++);
816 ret = current;
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c643 uint8_t current; local
693 if (consumeByte(insn, &current))
696 if (current == 0x0f) {
697 dbgprintf(insn, "Found a two-byte escape prefix (0x%hhx)", current);
699 if (consumeByte(insn, &current))
702 if (current == 0x38) {
703 dbgprintf(insn, "Found a three-byte escape prefix (0x%hhx)", current);
705 if (consumeByte(insn, &current))
709 } else if (current == 0x3a) {
710 dbgprintf(insn, "Found a three-byte escape prefix (0x%hhx)", current);
[all...]
/freebsd-9.3-release/sys/vm/
H A Dvm_mmap.c362 * current and max prot are dictated by the open file.
793 vm_map_entry_t current; local
831 * in the current processes address space, we can easily look
835 for (current = entry;
836 (current != &map->header) && (current->start < end);
837 current = current->next) {
842 if (current->end < end &&
844 current
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_filegen.c92 * open a file generation according to the current settings of gen
353 int current; local
368 current = TRUE;
372 current = ((int)gen->id_lo == getpid());
376 current = (gen->id_lo <= current_time) &&
384 current = (gen->id_lo <= now) &&
392 if (NULL == gen->fp || !current) {
/freebsd-9.3-release/contrib/binutils/gas/
H A Ddwarf2dbg.c183 static struct dwarf2_line_info current = { variable in typeref:struct:dwarf2_line_info
301 /* Record an entry for LOC occurring at OFS within the current fragment. */
330 /* Returns the current source information. If .file directives have
345 line->isa = current.isa;
348 *line = current;
357 current.isa = isa;
377 loc = current;
391 current.flags &= ~(DWARF2_FLAG_BASIC_BLOCK
415 loc = current;
421 current
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-script.c297 struct command_line *current;
359 current = *cmd->body_list;
360 while (current)
362 ret = execute_control_command (current);
378 current = current->next;
399 current = NULL;
409 current = *cmd->body_list;
411 current = *(cmd->body_list + 1);
415 while (current)
296 struct command_line *current; local
[all...]
/freebsd-9.3-release/crypto/heimdal/tests/java/
H A Dcheck-kinit.in55 rm -f current-db*
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-keys.in58 rm -f current-db*
H A Dcheck-uu.in69 rm -f current-db*
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfo.h101 int current; /* Index in NODES of the current node. */
100 int current; /* Index in NODES of the current node. */ member in struct:__anon4233

Completed in 170 milliseconds

1234567891011>>