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

  /src/external/ibm-public/postfix/dist/src/postlock/
postlock.c 7 /* lock mail folder and execute command
144 msg_fatal("usage: %s [-c config_dir] [-l lock_style] [-v] folder command...", myname);
161 char *folder; local
235 folder = argv[optind];
251 * Lock the folder for exclusive access. Lose the lock upon exit. The
255 if ((mp = mbox_open(folder, O_APPEND | O_WRONLY | O_CREAT,
258 msg_fatal("open file %s: %s", folder, vstring_str(why->reason));
postlock.c 7 /* lock mail folder and execute command
144 msg_fatal("usage: %s [-c config_dir] [-l lock_style] [-v] folder command...", myname);
161 char *folder; local
235 folder = argv[optind];
251 * Lock the folder for exclusive access. Lose the lock upon exit. The
255 if ((mp = mbox_open(folder, O_APPEND | O_WRONLY | O_CREAT,
258 msg_fatal("open file %s: %s", folder, vstring_str(why->reason));
postlock.c 7 /* lock mail folder and execute command
144 msg_fatal("usage: %s [-c config_dir] [-l lock_style] [-v] folder command...", myname);
161 char *folder; local
235 folder = argv[optind];
251 * Lock the folder for exclusive access. Lose the lock upon exit. The
255 if ((mp = mbox_open(folder, O_APPEND | O_WRONLY | O_CREAT,
258 msg_fatal("open file %s: %s", folder, vstring_str(why->reason));
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-evrp.cc 49 // This is the classic EVRP folder which uses a dominator walk and pushes
114 // In a hybrid folder, start with an EVRP folder, and add the required
264 // by the folder.
318 /* Ideally this setup code would move into the ctor for the folder
327 // Only the last 2 bits matter for choosing the folder.
332 evrp_folder folder; local
333 folder.substitute_and_fold ();
338 hybrid_folder folder (true);
339 folder.substitute_and_fold ()
    [all...]
gimple-ssa-evrp.cc 49 // This is the classic EVRP folder which uses a dominator walk and pushes
114 // In a hybrid folder, start with an EVRP folder, and add the required
264 // by the folder.
318 /* Ideally this setup code would move into the ctor for the folder
327 // Only the last 2 bits matter for choosing the folder.
332 evrp_folder folder; local
333 folder.substitute_and_fold ();
338 hybrid_folder folder (true);
339 folder.substitute_and_fold ()
    [all...]
gimple-ssa-evrp.cc 49 // This is the classic EVRP folder which uses a dominator walk and pushes
114 // In a hybrid folder, start with an EVRP folder, and add the required
264 // by the folder.
318 /* Ideally this setup code would move into the ctor for the folder
327 // Only the last 2 bits matter for choosing the folder.
332 evrp_folder folder; local
333 folder.substitute_and_fold ();
338 hybrid_folder folder (true);
339 folder.substitute_and_fold ()
    [all...]
  /src/sys/fs/hfs/
hfs.h 82 hfs_folder_record_t folder; member in union:hfsnode::__anon6724
hfs.h 82 hfs_folder_record_t folder; member in union:hfsnode::__anon6724
hfs.h 82 hfs_folder_record_t folder; member in union:hfsnode::__anon6724
libhfs.h 475 int16_t type; /* type of record: folder, file, or thread */
476 hfs_folder_record_t folder; member in union:__anon6766
libhfs.h 475 int16_t type; /* type of record: folder, file, or thread */
476 hfs_folder_record_t folder; member in union:__anon6766
libhfs.h 475 int16_t type; /* type of record: folder, file, or thread */
476 hfs_folder_record_t folder; member in union:__anon6766
  /src/usr.bin/mail/
fio.c 397 * Determine the current folder directory name.
403 char *folder; local
405 if ((folder = value(ENAME_FOLDER)) == NULL)
407 if (*folder != '/') {
408 (void)snprintf(unres, sizeof(unres), "%s/%s", homedir, folder);
409 folder = unres;
411 if (realpath(folder, res) == NULL)
412 warn("Can't canonicalize folder `%s'", folder);
414 folder = res
    [all...]
fio.c 397 * Determine the current folder directory name.
403 char *folder; local
405 if ((folder = value(ENAME_FOLDER)) == NULL)
407 if (*folder != '/') {
408 (void)snprintf(unres, sizeof(unres), "%s/%s", homedir, folder);
409 folder = unres;
411 if (realpath(folder, res) == NULL)
412 warn("Can't canonicalize folder `%s'", folder);
414 folder = res
    [all...]
fio.c 397 * Determine the current folder directory name.
403 char *folder; local
405 if ((folder = value(ENAME_FOLDER)) == NULL)
407 if (*folder != '/') {
408 (void)snprintf(unres, sizeof(unres), "%s/%s", homedir, folder);
409 folder = unres;
411 if (realpath(folder, res) == NULL)
412 warn("Can't canonicalize folder `%s'", folder);
414 folder = res
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_cab.c 232 uint16_t folder; member in struct:cffile
740 struct cffolder *folder = &(hd->folder_array[i]); local
741 folder->cfdata_offset_in_cab =
743 folder->cfdata_count = archive_le16dec(p+CFFOLDER_cCFData);
744 folder->comptype =
746 folder->compdata =
749 if (folder->comptype <
751 folder->compname = compression_name[folder->comptype];
753 folder->compname = "UNKNOWN"
    [all...]
archive_read_support_format_cab.c 232 uint16_t folder; member in struct:cffile
740 struct cffolder *folder = &(hd->folder_array[i]); local
741 folder->cfdata_offset_in_cab =
743 folder->cfdata_count = archive_le16dec(p+CFFOLDER_cCFData);
744 folder->comptype =
746 folder->compdata =
749 if (folder->comptype <
751 folder->compname = compression_name[folder->comptype];
753 folder->compname = "UNKNOWN"
    [all...]
archive_read_support_format_cab.c 232 uint16_t folder; member in struct:cffile
740 struct cffolder *folder = &(hd->folder_array[i]); local
741 folder->cfdata_offset_in_cab =
743 folder->cfdata_count = archive_le16dec(p+CFFOLDER_cCFData);
744 folder->comptype =
746 folder->compdata =
749 if (folder->comptype <
751 folder->compname = compression_name[folder->comptype];
753 folder->compname = "UNKNOWN"
    [all...]
archive_read_support_format_7zip.c 314 /* The codec information of a folder. */
892 struct _7z_folder *folder = 0; local
941 /* Figure out if the entry is encrypted by looking at the folder
942 that is associated to the current 7zip entry. If the folder
943 has a coder with a _7Z_CRYPTO codec then the folder is encrypted.
946 folder = &(zip->si.ci.folders[zip_entry->folderIndex]);
947 for (fidx=0; folder && fidx<folder->numCoders; fidx++) {
948 switch(folder->coders[fidx].codec) {
2452 struct _7z_folder *folder = &(ci->folders[i]) local
    [all...]
archive_read_support_format_7zip.c 314 /* The codec information of a folder. */
892 struct _7z_folder *folder = 0; local
941 /* Figure out if the entry is encrypted by looking at the folder
942 that is associated to the current 7zip entry. If the folder
943 has a coder with a _7Z_CRYPTO codec then the folder is encrypted.
946 folder = &(zip->si.ci.folders[zip_entry->folderIndex]);
947 for (fidx=0; folder && fidx<folder->numCoders; fidx++) {
948 switch(folder->coders[fidx].codec) {
2452 struct _7z_folder *folder = &(ci->folders[i]) local
    [all...]
archive_read_support_format_7zip.c 314 /* The codec information of a folder. */
892 struct _7z_folder *folder = 0; local
941 /* Figure out if the entry is encrypted by looking at the folder
942 that is associated to the current 7zip entry. If the folder
943 has a coder with a _7Z_CRYPTO codec then the folder is encrypted.
946 folder = &(zip->si.ci.folders[zip_entry->folderIndex]);
947 for (fidx=0; folder && fidx<folder->numCoders; fidx++) {
948 switch(folder->coders[fidx].codec) {
2452 struct _7z_folder *folder = &(ci->folders[i]) local
    [all...]

Completed in 83 milliseconds