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

  /src/bin/pax/
cpio.h 63 char c_mode[6]; /* file type/access */ member in struct:__anon27
128 char c_mode[8]; /* file type/access */ member in struct:__anon29
  /src/usr.bin/ul/
ul.c 71 char c_mode; member in struct:CHAR
222 obuf[col].c_mode |= UNDERL | mode;
248 obuf[col].c_mode = mode;
251 obuf[col].c_mode |= UNDERL|mode;
253 obuf[col].c_mode |= BOLD|mode;
255 obuf[col].c_mode = mode;
278 if (obuf[i].c_mode != lastmode) {
280 setulmode(obuf[i].c_mode);
281 lastmode = obuf[i].c_mode;
321 switch (obuf[i].c_mode) {
    [all...]
  /src/include/protocols/
dumprestore.h 126 #define c_mode __c_ino.__uc_ino.__uc_mode macro
  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_eht.c 395 struct hostapd_hw_modes *c_mode = hapd->iface->current_mode; local
396 enum hostapd_hw_mode mode = c_mode ? c_mode->mode : NUM_HOSTAPD_MODES;
  /src/sys/dev/pcmcia/
if_rayreg.h 458 u_int8_t c_mode; member in struct:ray_cmd_update_apm
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 121 c_mode, /* 16-bit addresses. */ enumerator in enum:address_mode
169 static enum address_mode amode = c_mode;
1071 && amode == c_mode
1077 the addressing mode (I actually think that ".c_mode" is
1083 amode = c_mode;
2399 { "c_mode" , tic54x_address_mode , c_mode },
3480 if (amode == c_mode)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 121 c_mode, /* 16-bit addresses. */ enumerator in enum:address_mode
169 static enum address_mode amode = c_mode;
1071 && amode == c_mode
1077 the addressing mode (I actually think that ".c_mode" is
1083 amode = c_mode;
2399 { "c_mode" , tic54x_address_mode , c_mode },
3480 if (amode == c_mode)

Completed in 21 milliseconds