Searched refs:value (Results 1 - 25 of 1889) sorted by last modified time

1234567891011>>

/src/usr.bin/ftp/
H A Dftp_var.h152 char *value; member in struct:option
H A Dmain.c300 errx(1, "Bad buflen value: %s", optarg);
361 errx(1, "Bad quit value: %s", optarg);
371 errx(1, "Bad retry value: %s", optarg);
392 warnx("Bad throttle value `%s'",
431 errx(1, "Bad xferbuf value: %s", optarg);
634 promptopt = &(o->value);
655 rpromptopt = &(o->value);
1066 return (c->value);
1072 setupoption(const char *name, const char *value, const char *defaultvalue) argument
1074 set_option(name, value
[all...]
/src/libexec/ld.elf_so/
H A Drtld.h136 char *value; member in struct:_rtld_library_xform_t::__anon90d9302f0108
483 _rtld_error("%s: symbol %s has wrong verneed value %d",
/src/tools/compat/
H A Dconfigure63 # to be unset--not just set to an empty or harmless value--now, to
122 # neutralization value for shells without unset; and this also
246 # neutralization value for shells without unset; and this also
1978 ac_must_keep_next=false # Got value, back to normal.
2169 Do not test the value of __STDC__, because some compilers set it to 0
2501 # value.
2532 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >&5
2533 printf "%s\n" "$as_me: former value: '$ac_old_val'" >&2;}
2534 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: '$ac_new_val'" >&5
2535 printf "%s\n" "$as_me: current value
[all...]
/src/usr.bin/xlint/lint1/
H A Dtree.c564 return ic_con(tn->tn_type, &tn->u.value);
667 n->u.value = *v;
668 n->u.value.v_tspec = tp->t_tspec;
680 n->u.value.v_tspec = t;
681 n->u.value.v_unsigned_since_c90 = false;
682 n->u.value.v_char_constant = false;
683 n->u.value.u.integer = si;
803 n->u.value.v_tspec = BOOL;
804 n->u.value.v_unsigned_since_c90 = false;
805 n->u.value
[all...]
H A Dlex.c758 it->value = (unsigned char)s[it->end++];
771 it->value = '\a';
776 it->value = '\b';
780 it->value = '\033';
785 it->value = '\f';
789 it->value = '\n';
793 it->value = '\r';
797 it->value = '\t';
801 it->value = '\v';
808 it->value
[all...]
H A Dcgram.y556 zero->u.value.v_tspec = INT;
565 nc->u.value.v_tspec = BOOL;
566 nc->u.value.u.integer = $1 == NC_TRUE ? 1 : 0;
H A Demit1.c271 outchar('r'); /* has return value */
296 /* parameter types and return value */
316 * retval_used is set if the return value is used (assigned to a variable)
317 * retval_discarded is set if the return value is neither used nor ignored
344 int64_t si = arg->u.value.u.integer;
363 buf_add_char(&buf, (char)it.value);
381 /* expected type of return value */
H A Dfunc.c197 * Does the usual checking of storage class, type (return value),
336 /* function '%s' falls off bottom without returning value */
404 uint64_t case_value = (uint64_t)case_expr->u.value.u.integer;
405 uint64_t mask = (uint64_t)switch_expr->u.ops.right->u.value.u.integer;
680 /* enumeration value(s) not handled in switch */
914 /* parenthesized return value */
959 /* void function '%s' cannot return value */
967 /* function '%s' expects to return value */
970 /* function '%s' expects to return value */
H A Dckgetopt.c92 && tn->u.ops.right->u.value.v_tspec == INT
93 && tn->u.ops.right->u.value.u.integer == -1
110 buf_add_char(&buf, (char)it.value);
169 check_getopt_case_label(int64_t value) argument
171 if (ck.switch_level == 1 && value == (char)value)
172 check_unlisted_option((char)value);
/src/usr.bin/make/
H A Dvar.c74 * Variables are set using lines of the form VAR=value. Both the variable
75 * name and the value can contain references to other variables, by using
80 * Var_SetExpand Set the value of the variable, creating it if
86 * necessary. A space is placed between the old value and
93 * Var_Value Return the unexpanded value of a variable, or NULL if
136 * Variables are defined using one of the VAR=value assignments. Their
137 * value can be queried by expressions such as $V, ${VAR}, or with modifiers
163 /* The unexpanded value of the variable. */
178 * Appending to its value depends on the scope, see var-op-append.mk.
183 * The variable value canno
276 const FStr *value; member in struct:__anonc84a6b0a0208
352 EvalStack_Push(EvalStackElementKind kind,const char * str,const FStr * value) argument
398 const char* value = elem->value != NULL local in function:EvalStack_Details
416 VarNew(FStr name,const char * value,bool shortLived,bool fromEnvironment,bool readOnly) argument
549 ValueDescription(const char * value) argument
560 VarAdd(const char * name,const char * value,GNode * scope,VarSetFlags flags) argument
1164 Global_Set(const char * name,const char * value) argument
1176 Global_Set_ReadOnly(const char * name,const char * value) argument
1251 Global_Append(const char * name,const char * value) argument
1299 char *value; local in function:Var_Value
2009 FStr value; member in struct:Expr
2074 Expr_SetValue(Expr * expr,FStr value) argument
2081 Expr_SetValueOwn(Expr * expr,char * value) argument
2087 Expr_SetValueRefer(Expr * expr,const char * value) argument
3569 const char *value = op[0] == '=' ? op + 1 : op + 2; local in function:ApplyModifier_Assign
3880 const char *value = Expr_Str(expr); local in function:LogAfterApply
4524 Expr_Init(const char * name,FStr value,VarEvalMode emode,GNode * scope,ExprDefined defined) argument
4717 FStr value = EvalUndefined(dynamic, start, p, varname, emode, local in function:Var_Parse
[all...]
/src/sys/external/bsd/libnv/dist/
H A Dnvpair.c171 nvpair_append(nvpair_t *nvp, const void *value, size_t valsize, size_t datasize) argument
184 memcpy(valp, value, valsize);
398 uint8_t value; local in function:nvpair_pack_bool
403 value = (uint8_t)nvp->nvp_data;
405 PJDLOG_ASSERT(*leftp >= sizeof(value));
406 memcpy(ptr, &value, sizeof(value));
407 ptr += sizeof(value);
408 *leftp -= sizeof(value);
416 uint64_t value; local in function:nvpair_pack_number
501 int64_t value; local in function:nvpair_pack_descriptor
608 int64_t value; local in function:nvpair_pack_descriptor_array
742 uint8_t value; local in function:nvpair_unpack_bool
828 nvlist_t *value; local in function:nvpair_unpack_nvlist
897 void *value; local in function:nvpair_unpack_binary
923 uint8_t *value; local in function:nvpair_unpack_bool_array
956 uint64_t *value; local in function:nvpair_unpack_number_array
995 char **value; local in function:nvpair_unpack_string_array
1105 nvlist_t **value; local in function:nvpair_unpack_nvlist_array
1237 nvpair_create_bool(const char * name,bool value) argument
1245 nvpair_create_number(const char * name,uint64_t value) argument
1252 nvpair_create_string(const char * name,const char * value) argument
1277 nvpair_create_nvlist(const char * name,const nvlist_t * value) argument
1303 nvpair_create_descriptor(const char * name,int value) argument
1329 nvpair_create_binary(const char * name,const void * value,size_t size) argument
1353 nvpair_create_bool_array(const char * name,const bool * value,size_t nitems) argument
1382 nvpair_create_number_array(const char * name,const uint64_t * value,size_t nitems) argument
1412 nvpair_create_string_array(const char * name,const char * const * value,size_t nitems) argument
1459 nvpair_create_nvlist_array(const char * name,const nvlist_t * const * value,size_t nitems) argument
1527 nvpair_create_descriptor_array(const char * name,const int * value,size_t nitems) argument
1578 nvpair_move_string(const char * name,char * value) argument
1599 nvpair_move_nvlist(const char * name,nvlist_t * value) argument
1626 nvpair_move_descriptor(const char * name,int value) argument
1648 nvpair_move_binary(const char * name,void * value,size_t size) argument
1669 nvpair_move_bool_array(const char * name,bool * value,size_t nitems) argument
1690 nvpair_move_string_array(const char * name,char ** value,size_t nitems) argument
1724 nvpair_move_number_array(const char * name,uint64_t * value,size_t nitems) argument
1745 nvpair_move_nvlist_array(const char * name,nvlist_t ** value,size_t nitems) argument
1800 nvpair_move_descriptor_array(const char * name,int * value,size_t nitems) argument
1967 nvpair_append_bool_array(nvpair_t * nvp,const bool value) argument
1976 nvpair_append_number_array(nvpair_t * nvp,const uint64_t value) argument
1985 nvpair_append_string_array(nvpair_t * nvp,const char * value) argument
2007 nvpair_append_nvlist_array(nvpair_t * nvp,const nvlist_t * value) argument
2060 nvpair_append_descriptor_array(nvpair_t * nvp,const int value) argument
[all...]
/src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c2736 rump___sysimpl__ksem_init(unsigned int value, intptr_t * idp) argument
2744 SPARG(&callarg, value) = value;
2765 rump___sysimpl__ksem_open(const char * name, int oflag, mode_t mode, unsigned int value, intptr_t * idp) argument
2776 SPARG(&callarg, value) = value;
2937 rump___sysimpl__ksem_getvalue(intptr_t id, unsigned int * value) argument
2946 SPARG(&callarg, value) = value;
4056 rump___sysimpl_setxattr(const char * path, const char * name, const void * value, size_ argument
4088 rump___sysimpl_lsetxattr(const char * path,const char * name,const void * value,size_t size,int flags) argument
4120 rump___sysimpl_fsetxattr(int fd,const char * name,const void * value,size_t size,int flags) argument
4152 rump___sysimpl_getxattr(const char * path,const char * name,void * value,size_t size) argument
4183 rump___sysimpl_lgetxattr(const char * path,const char * name,void * value,size_t size) argument
4214 rump___sysimpl_fgetxattr(int fd,const char * name,void * value,size_t size) argument
5555 rump___sysimpl_timer_settime50(timer_t timerid,int flags,const struct itimerspec * value,struct itimerspec * ovalue) argument
5587 rump___sysimpl_timer_gettime50(timer_t timerid,struct itimerspec * value) argument
[all...]
/src/sys/dev/usb/
H A Duaudio.c3159 * This does not make accurate value in the case
3517 if (cp->un.value.num_channels != 1 &&
3518 cp->un.value.num_channels != mc->nchan)
3522 if (cp->un.value.num_channels == 1 && mc->nchan != 1) {
3527 for (i = 0; i < cp->un.value.num_channels; i++)
3528 cp->un.value.level[i] = vals[i];
3565 if (cp->un.value.num_channels == 1)
3567 vals[i] = cp->un.value.level[0];
3568 else if (cp->un.value.num_channels == mc->nchan)
3570 vals[i] = cp->un.value
[all...]
/src/sys/dev/sdmmc/
H A Dsdhc.c73 uint32_t ocr; /* OCR value from capabilities */
477 * XXX Set the data timeout counter value according to
823 /* Set data timeout counter value to max for now. */
1015 * Return the smallest possible base clock frequency divisor value
1191 /* Invalid base clock frequency or `freq' value. */
1564 sdhc_wait_state(struct sdhc_host *hp, uint32_t mask, uint32_t value) argument
1572 if ((state & mask) == value) {
1579 "timeout waiting for mask %#x value %#x "
1581 mask, value, state);
1748 /* Prepare transfer mode register value
[all...]
H A Dsdmmc_mem.c173 * Read the SD/MMC memory OCR value by issuing CMD55 followed
174 * by ACMD41 to read the OCR value from memory-only SD cards.
240 /* Send the new OCR value until all cards are ready. */
615 * Get or set the card's memory OCR value (SD or MMC).
630 * If we change the OCR value, retry the command until the OCR
704 * the card CSD register value.
963 int width, value, hs_timing, bus_clock, error; local in function:sdmmc_mem_mmc_init
1015 value = EXT_CSD_BUS_WIDTH_8;
1018 value = EXT_CSD_BUS_WIDTH_4;
1021 value
1729 sdmmc_mem_write_extr_single(struct sdmmc_softc * sc,struct sdmmc_function * sf,uint8_t mio,uint8_t fno,uint32_t addr,uint8_t value,bool poll) argument
1938 sdmmc_mem_mmc_switch(struct sdmmc_function * sf,uint8_t set,uint8_t index,uint8_t value,bool poll) argument
[all...]
/src/sys/arch/evbppc/nintendo/dev/
H A Dhwgpio.c94 hwgpio_pin_write(void *priv, int pin, int value) argument
101 if (value) {
H A Dwiifb.c350 uint32_t value; local in function:wiifb_set_wgpipe
355 value = mfspr(IBM750CL_SPR_HID2);
357 value |= IBM750CL_SPR_HID2_WPE;
359 value &= ~IBM750CL_SPR_HID2_WPE;
361 mtspr(IBM750CL_SPR_HID2, value);
367 uint32_t value; local in function:wiifb_ppcsync
369 value = mfspr(SPR_HID0);
370 mtspr(SPR_HID0, value | 0x8);
373 mtspr(SPR_HID0, value);
H A Dbwai.c139 avenc_set_volume(mc->un.value.level[AUDIO_MIXER_LEVEL_LEFT],
140 mc->un.value.level[AUDIO_MIXER_LEVEL_RIGHT]);
153 avenc_get_volume(&mc->un.value.level[AUDIO_MIXER_LEVEL_LEFT],
154 &mc->un.value.level[AUDIO_MIXER_LEVEL_RIGHT]);
H A Dgecko.c115 uint16_t value; local in function:usbgecko_command
120 &value, sizeof(value));
127 value = RD4(EXI_DATA(usbgecko_chan)) >> 16;
131 return value;
137 uint32_t value; local in function:usbgecko_id
145 WR4(EXI_CR(usbgecko_chan), USBGECKO_CR(sizeof(value),
148 value = RD4(EXI_DATA(usbgecko_chan));
151 return value;
157 uint16_t value; local in function:usbgecko_cngetc
[all...]
/src/lib/libedit/
H A Dreadline.c1258 * "unlimit" size of history - set the limit to maximum allowed int value
1269 return omax; /* some value _must_ be returned */
1881 * it's the caller's responsibility to free the returned value
2238 rl_variable_bind(const char *var, const char *value) argument
2241 * The proper return value is undocument, but this is what the
2244 return el_set(e, EL_BIND, "", var, value, NULL) == -1 ? 1 : 0;
/src/sys/sys/
H A Dexec_ecoff.h102 #define ECOFF32_SEGMENT_ALIGN(ep, value) \
103 (ECOFF_ROUND((value), ((ep)->a.magic == ECOFF_ZMAGIC ? ECOFF_LDPGSZ : \
155 #define ECOFF_ROUND(value, by) \
156 (((value) + (by) - 1) & ~((by) - 1))
158 #define ECOFF_BLOCK_ALIGN(ep, value) \
159 ((ep)->a.magic == ECOFF_ZMAGIC ? ECOFF_ROUND((value), ECOFF_LDPGSZ) : \
160 (value))
170 #define ECOFF_SEGMENT_ALIGN(ep, value) \
171 (ECOFF_ROUND((value), ((ep)->a.magic == ECOFF_ZMAGIC ? ECOFF_LDPGSZ : \
/src/lib/libm/src/
H A Dmath_private.h31 * to dig two 32-bit words out of the-64 bit IEEE floating point value.
57 long double value; member in union:__anon6cd01d7d010a
76 long double value; member in union:__anon6cd01d7d040a
100 double value; member in union:__anon6cd01d7d070a
118 double value; member in union:__anon6cd01d7d0a0a
137 ew_u.value = (d); \
146 ew_u.value = (d); \
156 gh_u.value = (d); \
165 gl_u.value = (d); \
176 (d) = iw_u.value; \
215 float value; member in union:__anon6cd01d7d0d0a
[all...]
/src/lib/libc/time/
H A Dlocaltime.c161 /* Get a lock. Return 0 on success, a positive errno value on failure,
182 Return 0 on success, a positive errno value otherwise. */
243 returns a different value in other places in the caller,
378 # define AT_FDCWD (-1) /* any negative value will do */
690 /* Initialize *S to a value based on UTOFF, ISDST, and DESIGIDX. */
867 Return 0 on success, an errno value if a time zone abbreviation is
999 success, an errno value on failure. */
1255 any value; these requirements are more generous than
1385 Return 0 on success, an errno value on failure. */
1480 return NULL; /* illegal value */
1623 register int_fast32_t value; local in function:transtime
[all...]
/src/sys/dev/pci/
H A Dehci_pci.c500 pcireg_t value; local in function:ehci_apply_amd_quirks
504 value = pci_conf_read(sc->sc_pc, sc->sc_tag, EHCI_SBx00_WORKAROUND_REG);
506 value | EHCI_SBx00_WORKAROUND_ENABLE);

Completed in 58 milliseconds

1234567891011>>