Searched refs:POST (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/print/scripts/ |
H A D | lpadmin | 343 POST=$(${MKTEMP} lpadmin-post.XXXXXX) 344 if [[ -z "${POST}" ]] ; then 351 2>/dev/null) >${POST} 354 [[ ! -s "${POST}" ]] && lp_config_service disable 357 lp_config_sync_pconf "${PRE}" "${POST}" 359 /bin/rm -f ${PRE} ${POST}
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | invlib.c | 78 static POSTING *POST, *postptr; variable 134 if ((POST = (POSTING *)malloc(postsize)) == NULL) { in invmake() 138 postptr = POST; in invmake() 193 if (postptr + 10 > POST + postsize / sizeof (POSTING)) { in invmake() 194 i = postptr - POST; in invmake() 196 if ((POST = realloc(POST, postsize)) == NULL) { in invmake() 200 postptr = i + POST; in invmake() 214 postptr = POST; in invmake() 343 free(POST); in invmake() 497 if ((i = postptr - POST) > 0) { in invnewterm() [all …]
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | deparse.c | 39 #define POST 2 macro 395 if(*cp==0 && opts==POST && arg->argchn.ap) in p_arg() 413 while((opts&POST) && arg); in p_arg() 504 p_arg(com->comset,flag,POST); in p_comarg() 510 p_arg(com->comarg,flag,POST); in p_comarg()
|
/titanic_41/usr/src/cmd/cpio/ |
H A D | cpio.h | 222 #define POST 5 /* Information message, not an error */ macro
|
H A D | cpio.c | 1159 msg(POST, "%s%s%s Skipped.", in ckname() 3124 msg(POST, "\"%s%s%s\" skipped", in data_out() 5332 msg(POST, "error matching file %s with pattern" in matched() 5451 if (severity == POST) in msg() 5462 if ((severity != POST) && (severity != EPOST)) in msg() 6122 msg(POST, "Restoring existing \"%s%s%s\"", in rstfiles() 6129 msg(POST, "Restoring existing \"%s%s%s\"", in rstfiles() 7520 msg(POST, in convert_to_old_stat()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | ldap-int.h | 505 #define POST( ld, y, z ) \ macro
|
H A D | result.c | 767 POST( ld, new->lm_msgid, new );
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | SCF.po | 293 msgstr "An unexpected trap with some unknown cause was detected by a CPU chip during POST.\n Refer… 357 msgstr "A fatal error in a DIMM was detected by POST.\n Refer to %s for more information." 361 msgstr "POST is restarted after the memory associated with the memory bank that contains\nthis DIMM… 437 …MM exceeds an\nacceptable threshold. This fault is detected while running POST.\n Refer to %s for… 441 msgstr "POST is restarted after the memory associated with the memory bank has been deconfigured.\n" 2037 msgstr "The XSCF could not determine whether POST is running correctly on a domain/XSB.\n Refer to… 2661 msgstr "An unexpected trap with some unknown cause was detected by a CPU chip during POST.\n Refer…
|
/titanic_41/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 330 * If the BIOS fails a chip-select during POST, or perhaps after a
|